mirror of https://github.com/docker/docs.git
_scss: remove unneeded $clear variable
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
cb4a1293a7
commit
c413c4e4fb
|
@ -11,8 +11,8 @@ body {
|
||||||
color: $body-text;
|
color: $body-text;
|
||||||
font-family: $font;
|
font-family: $font;
|
||||||
font-size: $body-text-size;
|
font-size: $body-text-size;
|
||||||
margin: $clear;
|
margin: 0;
|
||||||
padding: $clear;
|
padding: 0;
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -11,7 +11,6 @@ $global-header-height: 440px;
|
||||||
$bg-secondary-tabs: rgba(0, 0, 0, 0.05);
|
$bg-secondary-tabs: rgba(0, 0, 0, 0.05);
|
||||||
$white: #fff;
|
$white: #fff;
|
||||||
$black: #000;
|
$black: #000;
|
||||||
$clear: 0;
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* standard mode
|
* standard mode
|
||||||
|
|
Loading…
Reference in New Issue