6 lines
142 B
SCSS
6 lines
142 B
SCSS
|
.vol-icon { color: $teal; }
|
||
|
.volbar highlight {
|
||
|
background-image: linear-gradient(to right, $teal 30%, $sky 100%);
|
||
|
border-radius: 10px;
|
||
|
}
|