6 lines
140 B
SCSS
6 lines
140 B
SCSS
|
.vol-icon { color: $base0B; }
|
||
|
.volbar highlight {
|
||
|
background-image: linear-gradient(to right, $base0B, $base0C);
|
||
|
border-radius: 10px;
|
||
|
}
|