Renamed grey-10 to grey-40

This commit is contained in:
Justin Edmund 2022-02-26 19:51:22 -08:00
parent d76c7fa03a
commit 999b3a3e91
8 changed files with 10 additions and 30 deletions

View file

@ -59,7 +59,7 @@
}
&:hover .icon svg {
color: $grey-10;
color: $grey-40;
}
.icon {

View file

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

View file

@ -7,7 +7,7 @@
&:hover label {
background: $grey-90;
color: $grey-10;
color: $grey-40;
}
& input {

View file

@ -62,7 +62,7 @@
transition: all 0.18s ease-in-out;
&:hover .icon svg {
fill: $grey-10;
fill: $grey-40;
}
.icon {

View file

@ -86,7 +86,7 @@
transition: all 0.18s ease-in-out;
&:hover .icon svg {
fill: $grey-10;
fill: $grey-40;
}
img {

View file

@ -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;
@import 'include-media/dist/_include-media';

View file

@ -103,7 +103,7 @@ h1 {
}
svg {
fill: $grey-10;
fill: $grey-40;
}
}

View file

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