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