koto/theme/_button.scss

18 lines
196 B
SCSS
Raw Normal View History

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