17 lines
196 B
SCSS
17 lines
196 B
SCSS
@import "vars";
|
|
|
|
.koto-button {
|
|
border-width: 0;
|
|
|
|
& > image {
|
|
margin-right: 10px;
|
|
}
|
|
|
|
&:not(.active) {
|
|
color: $text-color-bright;
|
|
}
|
|
|
|
&.active > image {
|
|
color: $koto-primary-color;
|
|
}
|
|
}
|