NavMenu colors updated

This commit is contained in:
nklhrstv 2020-03-26 23:34:41 +02:00
parent cb6e37f107
commit 926dfbcca5

View file

@ -22,6 +22,7 @@
background-position: center;
background-origin: content-box;
background-clip: content-box;
opacity: 0.9;
}
.email-container {
@ -34,7 +35,7 @@
.email-label {
flex: 1;
max-height: 2.4em;
color: @color-surface-light5;
color: @color-surface-light5-90;
}
}
@ -49,7 +50,7 @@
outline: none;
.logout-label {
color: @color-surface-light5;
color: @color-surface-light5-90;
text-decoration: underline;
}
}
@ -57,7 +58,7 @@
.logout-label {
flex: 1;
max-height: 2.4em;
color: @color-surface-light3;
color: @color-surface-light3-90;
}
}
}
@ -80,14 +81,14 @@
width: 1.4rem;
height: 1.4rem;
margin: 1.3rem;
fill: @color-secondaryvariant2-light1;
fill: @color-secondaryvariant2-light1-90;
}
.nav-menu-option-label {
flex: 1;
max-height: 2.4em;
padding-right: 1.3rem;
color: @color-surface-light5;
color: @color-surface-light5-90;
&:only-child {
padding-left: 1.3rem;