Renamed grey-10 to grey-40
This commit is contained in:
parent
d76c7fa03a
commit
999b3a3e91
8 changed files with 10 additions and 30 deletions
|
|
@ -59,7 +59,7 @@
|
|||
}
|
||||
|
||||
&:hover .icon svg {
|
||||
color: $grey-10;
|
||||
color: $grey-40;
|
||||
}
|
||||
|
||||
.icon {
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
}
|
||||
|
||||
.MenuItem {
|
||||
color: $grey-10;
|
||||
color: $grey-40;
|
||||
font-weight: $normal;
|
||||
|
||||
&:hover {
|
||||
|
|
@ -23,7 +23,7 @@
|
|||
}
|
||||
|
||||
a {
|
||||
color: $grey-10;
|
||||
color: $grey-40;
|
||||
}
|
||||
|
||||
a, span {
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
&:hover label {
|
||||
background: $grey-90;
|
||||
color: $grey-10;
|
||||
color: $grey-40;
|
||||
}
|
||||
|
||||
& input {
|
||||
|
|
|
|||
|
|
@ -62,7 +62,7 @@
|
|||
transition: all 0.18s ease-in-out;
|
||||
|
||||
&:hover .icon svg {
|
||||
fill: $grey-10;
|
||||
fill: $grey-40;
|
||||
}
|
||||
|
||||
.icon {
|
||||
|
|
|
|||
|
|
@ -86,7 +86,7 @@
|
|||
transition: all 0.18s ease-in-out;
|
||||
|
||||
&:hover .icon svg {
|
||||
fill: $grey-10;
|
||||
fill: $grey-40;
|
||||
}
|
||||
|
||||
img {
|
||||
|
|
|
|||
|
|
@ -1,22 +1 @@
|
|||
@import 'include-media/dist/_include-media';
|
||||
|
||||
// Breakpoints
|
||||
$breakpoints: (small: 320px, medium: 768px, large: 1024px);
|
||||
|
||||
// Sizing
|
||||
$unit: 8px;
|
||||
|
||||
// Colors
|
||||
$grey-00: #444;
|
||||
$grey-10: #777;
|
||||
$grey-50: #888;
|
||||
$grey-80: #E9E9E9;
|
||||
$grey-90: #F5F5F5;
|
||||
|
||||
$blue: #61B3FF;
|
||||
$red: #FF6161;
|
||||
|
||||
// Font weight
|
||||
$normal: 400;
|
||||
$medium: 500;
|
||||
$bold: 600;
|
||||
|
|
@ -103,7 +103,7 @@ h1 {
|
|||
}
|
||||
|
||||
svg {
|
||||
fill: $grey-10;
|
||||
fill: $grey-40;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -9,8 +9,9 @@ $unit: 8px;
|
|||
|
||||
// Colors
|
||||
$grey-00: #444;
|
||||
$grey-10: #777;
|
||||
$grey-40: #777;
|
||||
$grey-50: #888;
|
||||
$grey-60: #A9A9A9;
|
||||
$grey-70: #C6C6C6;
|
||||
$grey-80: #E9E9E9;
|
||||
$grey-90: #F5F5F5;
|
||||
|
|
|
|||
Loading…
Reference in a new issue