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

45 lines
693 B
SCSS
Raw Normal View History

@import 'bootstrap-sprockets';
@import 'bootstrap';
2014-10-06 23:11:52 +00:00
// Fonts
@import '_fonts';
2014-10-18 23:19:23 +00:00
2017-03-03 16:39:55 +00:00
// Mega Nav
@import 'hashicorp/mega-nav';
// Anchor links
@import 'hashicorp/anchor-links';
// Enterprise Badges
@import 'hashicorp/enterprise-badges';
2014-02-08 00:41:03 +00:00
// Core variables and mixins
@import '_variables';
2014-02-08 00:41:03 +00:00
// Sidebar
@import 'hashicorp/sidebar';
2014-02-08 00:41:03 +00:00
// Typography
@import '_typography';
2014-02-08 00:41:03 +00:00
//Global Site
@import '_global';
2015-11-07 07:17:00 +00:00
2014-02-08 00:41:03 +00:00
// Components
2020-04-28 12:54:50 +00:00
@import '_alert-bar';
@import '_header';
2015-11-09 07:16:24 +00:00
@import '_footer';
@import '_inner';
@import '_buttons';
@import '_syntax';
@import '_logos';
2014-02-08 00:41:03 +00:00
// Pages
2018-06-22 19:18:15 +00:00
@import '_community';
@import '_docs';
@import '_downloads';
// @import "_home";
2018-06-11 22:59:00 +00:00
// Consul Connect
2018-06-22 19:18:15 +00:00
@import 'consul-connect/_index';