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