Implement styling options for all the bar components (not menus) through options variables.
This commit is contained in:
20
scss/style/bar/battery.scss
Normal file
20
scss/style/bar/battery.scss
Normal file
@@ -0,0 +1,20 @@
|
||||
@import '../colors';
|
||||
@import '../../variables';
|
||||
|
||||
.bar {
|
||||
.battery {
|
||||
label {
|
||||
color: if($bar-buttons-monochrome, $bar-buttons-text, $bar-buttons-battery-text);
|
||||
}
|
||||
image {
|
||||
color: if($bar-buttons-monochrome, $bar-buttons-icon, $bar-buttons-battery-icon);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.menu-section-container.brightness {
|
||||
margin-bottom: 0em;
|
||||
}
|
||||
.menu-section-container.energy {
|
||||
margin-top: 0.5em;
|
||||
}
|
||||
Reference in New Issue
Block a user