Implement styling options for all the bar components (not menus) through options variables.
This commit is contained in:
11
scss/style/bar/audio.scss
Normal file
11
scss/style/bar/audio.scss
Normal file
@@ -0,0 +1,11 @@
|
||||
@import '../colors';
|
||||
@import '../../variables';
|
||||
|
||||
.bar-volume_icon {
|
||||
font-size: 1.3em;
|
||||
color: if($bar-buttons-monochrome, $bar-buttons-icon, $bar-buttons-volume-icon);
|
||||
}
|
||||
|
||||
.bar-volume_percentage {
|
||||
color: if($bar-buttons-monochrome, $bar-buttons-text, $bar-buttons-volume-text);
|
||||
}
|
||||
Reference in New Issue
Block a user