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

39 lines
797 B
SCSS
Raw Normal View History

2014-10-06 23:11:52 +00:00
// Import bootstrap
@import "bootstrap-sprockets";
@import "bootstrap";
2014-10-18 23:19:23 +00:00
// Remote fonts
2016-01-12 19:31:22 +00:00
@import url("//fonts.googleapis.com/css?family=Source+Sans+Pro:400,700|Open+Sans:300,400,600");
2014-10-18 23:19:23 +00:00
2014-02-08 00:41:03 +00:00
// Core variables and mixins
@import "_variables";
// Utility classes
@import "_utilities";
// Core CSS
@import "_fonts";
//Global Site
@import "_global";
2015-11-07 07:17:00 +00:00
// Hashicorp Shared Project Styles
@import 'hashicorp-shared/_hashicorp-utility';
2015-11-07 07:38:43 +00:00
@import 'hashicorp-shared/_project-utility';
2015-11-07 07:17:00 +00:00
@import 'hashicorp-shared/_hashicorp-header';
@import 'hashicorp-shared/_hashicorp-sidebar';
2014-02-08 00:41:03 +00:00
// Components
@import '_announcement-bnr';
2014-02-08 00:41:03 +00:00
@import "_header";
2015-11-09 07:16:24 +00:00
@import '_footer';
2014-02-08 00:41:03 +00:00
@import "_jumbotron";
2014-04-05 09:03:01 +00:00
@import "_buttons";
2015-11-07 07:17:00 +00:00
@import '_sidebar';
2014-02-08 00:41:03 +00:00
// Pages
@import "_home";
@import "_community";
@import "_docs";
@import "_downloads";