8 lines
107 B
SCSS
8 lines
107 B
SCSS
@import "../colors";
|
|
@import '../../variables';
|
|
|
|
.bar-power_label {
|
|
color: $red;
|
|
margin-top: 0.2rem;
|
|
}
|