mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
time slider uses time-slider-thumb-size variable
This commit is contained in:
parent
14355aace0
commit
dcb389c7b0
1 changed files with 3 additions and 2 deletions
|
|
@ -4,16 +4,17 @@
|
|||
align-items: center;
|
||||
|
||||
.label {
|
||||
font-size: calc(var(--thumb-size) * 0.7);
|
||||
font-size: calc(var(--time-slider-thumb-size) * 0.7);
|
||||
line-height: 1;
|
||||
color: var(--color-surfacelighter);
|
||||
}
|
||||
|
||||
.slider {
|
||||
--thumb-size: var(--time-slider-thumb-size);
|
||||
--track-color: var(--color-primarydark);
|
||||
--thumb-color: var(--color-primary);
|
||||
--thumb-active-color: var(--color-primarylight);
|
||||
flex: 1;
|
||||
margin: 0 var(--thumb-size);
|
||||
margin: 0 var(--time-slider-thumb-size);
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue