Move color to it's real home
This commit is contained in:
parent
ede042f6cd
commit
7ff0776d59
2 changed files with 2 additions and 3 deletions
|
|
@ -1,5 +1,3 @@
|
||||||
$bluebg: #e7f2f7;
|
|
||||||
|
|
||||||
.aspect_dropdown {
|
.aspect_dropdown {
|
||||||
|
|
||||||
li {
|
li {
|
||||||
|
|
@ -341,7 +339,7 @@ $bluebg: #e7f2f7;
|
||||||
display: block;
|
display: block;
|
||||||
margin-right: 6px;
|
margin-right: 6px;
|
||||||
padding: 4px;
|
padding: 4px;
|
||||||
&:hover { background-color: $bluebg; }
|
&:hover { background-color: $background-blue; }
|
||||||
|
|
||||||
.label {
|
.label {
|
||||||
background-color: $background-grey;
|
background-color: $background-grey;
|
||||||
|
|
|
||||||
|
|
@ -2,6 +2,7 @@ $highlight-white: #FAFAFA;
|
||||||
|
|
||||||
$background-white: #FFFFFF;
|
$background-white: #FFFFFF;
|
||||||
$background-grey: #EEEEEE;
|
$background-grey: #EEEEEE;
|
||||||
|
$background-blue: #E7F2F7;
|
||||||
|
|
||||||
$grey: #2B2B2B;
|
$grey: #2B2B2B;
|
||||||
$light-grey: #DDDDDD;
|
$light-grey: #DDDDDD;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue