diskort/src/ui.less

16 lines
290 B
Plaintext
Raw Normal View History

2022-04-09 19:09:45 +00:00
// UI element changes
div[class^="slider-"] {
div[class^="track-"] {
div[class^="grabber-"] {
@half: (@rounder / 2);
width: @rounder;
height: @rounder;
border: none;
border-radius: @half;
margin-top: -@half;
margin-left: -@half;
}
}
}