mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
SearchBar colors updated
This commit is contained in:
parent
15bb6c5c7b
commit
69eb569c1b
1 changed files with 4 additions and 3 deletions
|
|
@ -19,7 +19,8 @@
|
|||
flex-direction: row;
|
||||
align-items: center;
|
||||
padding: 0 0.5rem 0 1.5rem;
|
||||
color: @color-secondaryvariant1-light1-90;
|
||||
font-weight: 500;
|
||||
color: @color-secondaryvariant1-light1;
|
||||
cursor: text;
|
||||
|
||||
&::placeholder, .placeholder-label {
|
||||
|
|
@ -40,7 +41,7 @@
|
|||
|
||||
&:hover {
|
||||
.icon {
|
||||
fill: @color-secondaryvariant2-light1;
|
||||
fill: @color-secondaryvariant2-light1-90;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -48,7 +49,7 @@
|
|||
flex: none;
|
||||
width: 1.7rem;
|
||||
height: 1.7rem;
|
||||
fill: @color-secondaryvariant1;
|
||||
fill: @color-secondaryvariant1-90;
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue