koto/theme/_button.scss

18 lines
203 B
SCSS
Raw Permalink Normal View History

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