Remove unused vars #34
This commit is contained in:
parent
3fb4e451df
commit
95d8147b6d
3 changed files with 4 additions and 6 deletions
|
|
@ -77,4 +77,4 @@ pre {
|
|||
fill: $grey-color;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ MIT Licensed
|
|||
*/
|
||||
|
||||
.super-search {
|
||||
background-color: rgba(0, 191, 255, 0.85);
|
||||
background-color: $super-search;
|
||||
z-index: 999;
|
||||
transition: 0.2s ease;
|
||||
visibility: hidden;
|
||||
|
|
@ -54,4 +54,4 @@ MIT Licensed
|
|||
.super-search.is-active {
|
||||
opacity: 1;
|
||||
visibility: visible;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -8,9 +8,7 @@
|
|||
@charset "utf-8";
|
||||
|
||||
$spacing-unit: 30px;
|
||||
$text-color: #111;
|
||||
$background-color: #fdfdfd;
|
||||
$brand-color: #2a7ae2;
|
||||
$super-search: rgba(0, 191, 255, 0.85);
|
||||
$grey-color: #828282;
|
||||
$grey-color-light: lighten($grey-color, 40%);
|
||||
$grey-color-dark: darken($grey-color, 25%);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue