open-nomad/website/source/assets/stylesheets/application.scss

35 lines
592 B
SCSS
Raw Normal View History

2015-09-12 00:01:02 +00:00
@import 'bootstrap-sprockets';
@import 'bootstrap';
2017-04-06 22:42:43 +00:00
@import url('https://fonts.googleapis.com/css?family=Fira+Mono|Open+Sans:400,600');
2015-09-12 00:01:02 +00:00
2017-03-03 06:25:26 +00:00
// Mega Nav
@import 'hashicorp/mega-nav';
2017-03-15 01:56:38 +00:00
// Header anchors
@import 'hashicorp/anchor-links';
2015-09-12 00:01:02 +00:00
// Core variables and mixins
@import '_variables';
2017-03-28 03:37:59 +00:00
// Sidebar
@import 'hashicorp/sidebar';
2015-09-12 00:01:02 +00:00
//Global Site
@import '_global';
// Components
@import '_header';
@import '_footer';
2017-03-28 03:37:59 +00:00
@import '_inner';
2015-09-12 00:01:02 +00:00
@import '_buttons';
2016-10-03 23:02:06 +00:00
@import '_syntax';
2017-03-28 03:37:59 +00:00
@import '_logos';
2015-09-12 00:01:02 +00:00
// Pages
@import '_home';
@import '_community';
@import '_docs';
@import '_downloads';
@import '_api';