koto/theme/_button.scss

10 lines
96 B
SCSS
Raw Normal View History

.koto-button {
& > image {
margin-right: 10px;
}
&.active > image {
color: $green;
}
}