koto/theme/_button.scss
Joshua Strobl 812cdc6677 Implement pseudoactive style and apply it to our KotoButton on hover / leave (removal).
Apply our pseudoactive styling to very specific KotoButtons in our KotoNav.
2021-07-08 14:39:39 +03:00

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;
}
}