mirror of https://github.com/docker/docs.git
_scss: remove more unused variables
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
573d8e73d2
commit
d36d519d57
|
@ -3,14 +3,12 @@
|
|||
* global
|
||||
*/
|
||||
$headings: "Geomanist Book", sans-serif;
|
||||
$headings-landing: 'Geomanist Regular', sans-serif;
|
||||
$headings-landing: "Geomanist Regular", sans-serif;
|
||||
$buttons: "Geomanist Book", sans-serif;
|
||||
$font: "Open Sans", sans-serif;
|
||||
$body-text-size: 14px;
|
||||
$global-header-height: 440px;
|
||||
$bg-secondary-tabs: rgba(0, 0, 0, 0.05);
|
||||
$white: #fff;
|
||||
$black: #000;
|
||||
$white: #fff;
|
||||
$black: #000;
|
||||
|
||||
/*
|
||||
* standard mode
|
||||
|
|
Loading…
Reference in New Issue