7 lines
105 B
SCSS
7 lines
105 B
SCSS
.bar-widget {
|
|
background-color: $bg;
|
|
font-size: 16px;
|
|
color: $text;
|
|
padding: 0.2rem 0;
|
|
}
|