Fix spelling
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
parent
2ce99b969d
commit
2bfd26b2b5
1 changed files with 4 additions and 4 deletions
|
@ -27,7 +27,7 @@
|
||||||
--slider-color: var(--quinary-content);
|
--slider-color: var(--quinary-content);
|
||||||
--slider-height: 4px;
|
--slider-height: 4px;
|
||||||
--thumb-color: var(--accent);
|
--thumb-color: var(--accent);
|
||||||
--thumb-radious: 100%;
|
--thumb-radius: 100%;
|
||||||
--thumb-size: 16px;
|
--thumb-size: 16px;
|
||||||
--thumb-margin-top: -6px;
|
--thumb-margin-top: -6px;
|
||||||
|
|
||||||
|
@ -64,7 +64,7 @@
|
||||||
height: var(--thumb-size);
|
height: var(--thumb-size);
|
||||||
width: var(--thumb-size);
|
width: var(--thumb-size);
|
||||||
margin-top: var(--thumb-margin-top);
|
margin-top: var(--thumb-margin-top);
|
||||||
border-radius: var(--thumb-radious);
|
border-radius: var(--thumb-radius);
|
||||||
background: var(--thumb-color);
|
background: var(--thumb-color);
|
||||||
}
|
}
|
||||||
.localVolumeSlider[type="range"]::-ms-thumb {
|
.localVolumeSlider[type="range"]::-ms-thumb {
|
||||||
|
@ -74,7 +74,7 @@
|
||||||
height: var(--thumb-size);
|
height: var(--thumb-size);
|
||||||
width: var(--thumb-size);
|
width: var(--thumb-size);
|
||||||
margin-top: var(--thumb-margin-top);
|
margin-top: var(--thumb-margin-top);
|
||||||
border-radius: var(--thumb-radious);
|
border-radius: var(--thumb-radius);
|
||||||
background: var(--thumb-color);
|
background: var(--thumb-color);
|
||||||
}
|
}
|
||||||
.localVolumeSlider[type="range"]::-webkit-slider-thumb {
|
.localVolumeSlider[type="range"]::-webkit-slider-thumb {
|
||||||
|
@ -84,7 +84,7 @@
|
||||||
height: var(--thumb-size);
|
height: var(--thumb-size);
|
||||||
width: var(--thumb-size);
|
width: var(--thumb-size);
|
||||||
margin-top: var(--thumb-margin-top);
|
margin-top: var(--thumb-margin-top);
|
||||||
border-radius: var(--thumb-radious);
|
border-radius: var(--thumb-radius);
|
||||||
background: var(--thumb-color);
|
background: var(--thumb-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue