7 lines
79 B
SCSS
7 lines
79 B
SCSS
@import "../colors";
|
|
|
|
.bar-power_label {
|
|
color: $red;
|
|
margin-right: 2px;
|
|
}
|