mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
ModalDialog colors updated
This commit is contained in:
parent
41c52f6ecf
commit
aec98178b8
1 changed files with 6 additions and 5 deletions
|
|
@ -26,12 +26,12 @@
|
|||
display: block;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
fill: @color-surface-dark1;
|
||||
fill: @color-surface-dark1-90;
|
||||
}
|
||||
|
||||
&:hover, &:focus {
|
||||
.icon {
|
||||
fill: @color-surface-light1;
|
||||
fill: @color-surface-light1-90;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -86,7 +86,7 @@
|
|||
background-color: @color-accent3;
|
||||
|
||||
&:hover {
|
||||
background-color: @color-accent3-light2;
|
||||
background-color: @color-accent3-light1;
|
||||
}
|
||||
|
||||
&:focus {
|
||||
|
|
@ -102,7 +102,7 @@
|
|||
width: 1.2rem;
|
||||
height: 1.2rem;
|
||||
margin-right: .5rem;
|
||||
fill: @color-surface-light5;
|
||||
fill: @color-surface-light5-90;
|
||||
}
|
||||
|
||||
.label {
|
||||
|
|
@ -111,7 +111,8 @@
|
|||
flex-basis: auto;
|
||||
max-height: 3.6em;
|
||||
font-size: 1.1rem;
|
||||
font-weight: 500;
|
||||
text-align: center;
|
||||
color: @color-surface-light5;
|
||||
color: @color-surface-light5-90;
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue