11328c7f6b
This adds some stuff to takeover the whole site with an embedded livestream. Our press goes out at 10am with links to this website embedded in releases, but we don't want to have folks see it until the keynote is concluded. Unsetting LIVESTREAM_ACTIVE and re-deploying will open it up. Also fixed a configuration option. You can test it out with: LIVESTREAM_ACTIVE=true bundle exec middleman server
32 lines
542 B
SCSS
Executable file
32 lines
542 B
SCSS
Executable file
@import 'bootstrap-sprockets';
|
|
@import 'bootstrap';
|
|
|
|
@import url("//fonts.googleapis.com/css?family=Open+Sans:300,400,600,700|Ubuntu+Mono");
|
|
|
|
// Core variables and mixins
|
|
@import '_variables';
|
|
@import '_mixins';
|
|
|
|
// Utility classes
|
|
@import '_utilities';
|
|
|
|
// Core CSS
|
|
@import '_webfonts';
|
|
|
|
//Global Site
|
|
@import '_global';
|
|
|
|
// Components
|
|
@import '_header';
|
|
@import '_footer';
|
|
@import '_buttons';
|
|
@import '_sidebar';
|
|
|
|
// Pages
|
|
@import '_home';
|
|
@import '_community';
|
|
@import '_docs';
|
|
@import '_downloads';
|
|
@import '_api';
|
|
@import '_livestream';
|