You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
consul/website/source/assets/stylesheets/application.scss

36 lines
742 B

10 years ago
// Import bootstrap
@import "bootstrap-sprockets";
@import "bootstrap";
// Remote fonts
@import url("//fonts.googleapis.com/css?family=Open+Sans:300,400,600");
// Core variables and mixins
@import "_variables";
// Utility classes
@import "_utilities";
//Global Site
@import "_global";
// Hashicorp Shared Project Styles
@import 'hashicorp-shared/_hashicorp-utility';
9 years ago
@import 'hashicorp-shared/_project-utility';
@import 'hashicorp-shared/_hashicorp-header';
@import 'hashicorp-shared/_hashicorp-sidebar';
// Components
@import '_announcement-bnr';
@import "_header";
9 years ago
@import '_footer';
@import "_jumbotron";
11 years ago
@import "_buttons";
@import '_sidebar';
// Pages
@import "_home";
@import "_community";
@import "_docs";
@import "_downloads";