Implement styling options for all the bar components (not menus) through options variables.
This commit is contained in:
7
scss/style/bar/power.scss
Normal file
7
scss/style/bar/power.scss
Normal file
@@ -0,0 +1,7 @@
|
||||
@import "../colors";
|
||||
@import '../../variables';
|
||||
|
||||
.bar-power_label {
|
||||
color: if($bar-buttons-monochrome, $bar-buttons-icon, $bar-buttons-power-icon);
|
||||
margin-top: 0.2rem;
|
||||
}
|
||||
Reference in New Issue
Block a user