HorizontalNavBar colors updated

This commit is contained in:
nklhrstv 2020-03-26 23:32:37 +02:00
parent 69eb569c1b
commit cb6e37f107

View file

@ -23,6 +23,7 @@
height: 2.5rem;
object-position: center;
object-fit: contain;
opacity: 0.9;
}
}
@ -39,7 +40,7 @@
letter-spacing: 0.01rem;
white-space: nowrap;
text-overflow: ellipsis;
color: @color-secondaryvariant2-light1;
color: @color-secondaryvariant2-light1-90;
&+.spacing {
display: none;
@ -80,7 +81,7 @@
flex: none;
width: 1.7rem;
height: 1.7rem;
fill: @color-secondaryvariant2-light1;
fill: @color-secondaryvariant2-light1-90;
}
}
}