Files
docker-docs/_scss/_variables.scss
Josh south 492074c717 Various post-launch fixes (#2549)
* WIP #2052

- Adding sass
- Test components
- Night mode
- docker con banner
- archive legacy css

* add compressed css

* Update branding for cloud api docs

* split out global header

* rescale mods

* adjust viewport rescaling

* sync

* test

* testing deploy

* john rules, please update man

* test: removing all styles

* trying to make netlify work

* add min-height to sidebars

* testing

* Update style.css

manually add css

* testing

* test

* Update style.css

* adding dockercon svg

* add svgs

add svgs

* remove css

* re-add

* s/container-fluid/container
2017-03-31 16:07:37 -07:00

79 lines
969 B
SCSS
Executable File

/*
*
* global +++++++++++++++++++++++++++++++++++++++++++++++++++++++
*
*/
$headings: "Geomanist Book", sans-serif;
$font: "Open Sans", sans-serif;
$body-text-size: 15px;
$global-header-height: 440px;
$bg-secondary-tabs: rgba(0, 0, 0, 0.05);
$white: #fff;
$black: #000;
$clear: 0;
/*
*
* standard mode
*
*/
$bg-body: #fff;
$heading-color: #254356;
$body-text-color: #254356;
$bg-footer: #fff;
$bg-secondary: #0C5176;
$bg-sidebar: #FBFBFC;
$bdr-sidebar: rgba(204, 204, 204, 0.29);
$primary-links: #2089C4;
$slider-bg: #c3e4f7;
$slider-btn: #4fa1d0;
$code-blocks: rgba(12, 81, 118, 0.1);
/*
*
* night mode
*
*/
$bg-body-night: #192837;
$body-text-color-night: #d3d4d4;
$bg-secondary-night: #000;
$bg-sidebar-night: #101c29;
$active-sidebar-night: #21cbc9;
$heading-color-night: #b9c2cc;
$body-text-night: #cbdbe6;
$primary-links-night: rgba(255, 255, 255, 0.75);
$bg-footer-night: #000;
$bg-search-results-night: rgba(10, 10, 10, 0.95);