7 lines
158 B
SCSS
7 lines
158 B
SCSS
/* bar volume module */
|
|
.vol-icon { color: $green; }
|
|
.volbar highlight {
|
|
background-image: linear-gradient(to right, $teal, $sky);
|
|
border-radius: 10px;
|
|
}
|