11 lines
109 B
SCSS
11 lines
109 B
SCSS
@import '../colors';
|
|
|
|
.bar-bt_icon {
|
|
font-size: 1.3rem;
|
|
color: $sky;
|
|
}
|
|
|
|
.bar-bt_label {
|
|
color: $sky;
|
|
}
|