mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-19 22:12:13 +00:00
HorizontalNavBar colors updated
This commit is contained in:
parent
69eb569c1b
commit
cb6e37f107
1 changed files with 3 additions and 2 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue