koto/theme/_button.scss
Joshua Strobl 8334323af8 Implement support for dedicated theme CSS files from our gresource.
Properly implement light and gruvbox themes. Yay!
2021-05-27 15:47:45 +03:00

17 lines
183 B
SCSS

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