mirror of
https://github.imc.re/void-land/hyprland-void-dots
synced 2025-04-11 15:46:55 +02:00
44 lines
682 B
SCSS
44 lines
682 B
SCSS
.reveal-on-hover {
|
|
padding: 6px 0px;
|
|
}
|
|
|
|
.reveal-on-click {
|
|
color: $surface2;
|
|
padding: 4px 0px;
|
|
}
|
|
|
|
.separator {
|
|
padding: 4px 6px;
|
|
|
|
.dot {
|
|
padding: 3px;
|
|
|
|
border-radius: 100%;
|
|
|
|
background-color: $white;
|
|
}
|
|
}
|
|
|
|
.vertical-bar-slider {
|
|
scale {
|
|
all: unset;
|
|
|
|
trough {
|
|
background-color: $surface2;
|
|
border-radius: get-token(border-radius);
|
|
min-height: 80px;
|
|
min-width: 10px;
|
|
|
|
slider {
|
|
background-color: $white2;
|
|
border-radius: get-token(border-radius, large);
|
|
margin: -10px;
|
|
}
|
|
|
|
highlight {
|
|
background-color: $white0;
|
|
border-radius: get-token(border-radius);
|
|
}
|
|
}
|
|
}
|
|
}
|