13 lines
128 B
SCSS
13 lines
128 B
SCSS
@import '../colors';
|
|
|
|
.bar {
|
|
.battery {
|
|
label {
|
|
color: $yellow;
|
|
}
|
|
image {
|
|
color: $yellow;
|
|
}
|
|
}
|
|
}
|