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

36 lines
717 B
SCSS
Raw Normal View History

2014-10-13 11:44:38 -05:00
@import 'bootstrap-sprockets';
@import 'bootstrap';
2015-11-06 14:35:24 -06:00
@import url("//fonts.googleapis.com/css?family=Lato:300,400,700|Open+Sans:300,400,600");
2014-10-21 22:21:56 -05:00
2014-10-13 11:44:38 -05:00
// Core variables and mixins
@import '_variables';
2015-11-06 14:35:24 -06:00
// Utility
2014-10-13 11:44:38 -05:00
@import '_utilities';
// Core CSS
@import '_fonts';
//Global Site
@import '_global';
2015-11-06 14:35:24 -06:00
// Hashicorp Shared Project Styles
@import 'hashicorp-shared/_project-utility';
@import 'hashicorp-shared/_hashicorp-utility';
@import 'hashicorp-shared/_hashicorp-header';
@import 'hashicorp-shared/_hashicorp-sidebar';
2014-10-13 11:44:38 -05:00
// Components
@import '_header';
@import '_footer';
@import '_jumbotron';
@import '_buttons';
2015-11-06 14:35:24 -06:00
@import '_sidebar';
2014-10-13 11:44:38 -05:00
// Pages
@import '_home';
@import '_community';
@import '_docs';
@import '_downloads';