Project menu background
parent
9fe9f78347
commit
8792efec39
|
@ -8,6 +8,7 @@ $gray-light: #b8b8b8;
|
||||||
$whitish: #f5f5f5;
|
$whitish: #f5f5f5;
|
||||||
$white: #fff;
|
$white: #fff;
|
||||||
|
|
||||||
|
|
||||||
$green-taiga: #72a114;
|
$green-taiga: #72a114;
|
||||||
$fresh-taiga: #9dce0a;
|
$fresh-taiga: #9dce0a;
|
||||||
$dark-taiga: #879b89;
|
$dark-taiga: #879b89;
|
||||||
|
@ -26,3 +27,4 @@ $red-amaranth: #e43050;
|
||||||
$purple-eggplant: #810061;
|
$purple-eggplant: #810061;
|
||||||
$yellow-pear: #bbe831;
|
$yellow-pear: #bbe831;
|
||||||
|
|
||||||
|
$menu: #232323;
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
.projects-nav {
|
.projects-nav {
|
||||||
background-color: $blackish;
|
background-color: $menu;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
|
Loading…
Reference in New Issue