vagrant/website/source/assets/stylesheets/application.scss

42 lines
685 B
SCSS
Raw Normal View History

2017-03-28 01:19:52 +00:00
@import 'bootstrap-sprockets';
@import 'bootstrap';
2017-03-28 01:19:52 +00:00
@import url('//fonts.googleapis.com/css?family=Open+Sans:400,600');
// Core variables and mixins
@import '_variables';
2017-03-03 18:56:16 +00:00
// Mega Nav
@import 'hashicorp/mega-nav';
2017-03-28 01:19:52 +00:00
// Anchor links
@import 'hashicorp/anchor-links';
2017-03-28 01:19:52 +00:00
// Sidebar
@import 'hashicorp/sidebar';
// Global Site
2017-03-28 01:19:52 +00:00
@import '_global';
// Components
2017-03-28 01:19:52 +00:00
@import '_header';
@import '_footer';
@import '_inner';
@import '_buttons';
@import '_logos';
// Pages
2017-03-28 01:19:52 +00:00
@import '_community';
@import '_docs';
@import '_downloads';
@import '_home';
@import '_vmware';
@import '_syntax';
// .legal-text {
// p {
// font-family: $font-family-monospace;
// font-size: 16px;
// }
// }