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
634 B

@import 'bootstrap-sprockets';
@import 'bootstrap';
10 years ago
8 years ago
@import url('https://fonts.googleapis.com/css?family=Fira+Mono|Open+Sans:400,600');
8 years ago
// Mega Nav
@import 'hashicorp/mega-nav';
// Anchor links
@import 'hashicorp/anchor-links';
// Enterprise Badges
@import 'hashicorp/enterprise-badges';
// Core variables and mixins
@import '_variables';
// Sidebar
@import 'hashicorp/sidebar';
//Global Site
@import '_global';
// Components
@import '_header';
9 years ago
@import '_footer';
@import '_inner';
@import '_buttons';
@import '_syntax';
@import '_logos';
// Pages
@import "_community";
@import "_docs";
@import "_downloads";
@import "_home";