7 lines
82 B
SCSS
7 lines
82 B
SCSS
@import "../colors";
|
|
|
|
.bar-power_label {
|
|
color: $red;
|
|
margin-right: 0.2rem;
|
|
}
|