_scss: remove unneeded $clear variable

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn 2020-10-26 18:55:10 +01:00
parent cb4a1293a7
commit c413c4e4fb
No known key found for this signature in database
GPG Key ID: 76698F39D527CE8C
2 changed files with 2 additions and 3 deletions

View File

@ -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;
} }

View File

@ -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