Ref #14. Additionally fixed some bugs around the KotoButton showing the badge text label when it shouldn't, styling related to margins, and various legacy null and string valid checks.
17 lines
203 B
SCSS
17 lines
203 B
SCSS
@import "vars";
|
|
|
|
.koto-button {
|
|
border-width: 0;
|
|
|
|
& > .button-label {
|
|
margin-left: 10px;
|
|
}
|
|
|
|
&:not(.active) {
|
|
color: $text-color-bright;
|
|
}
|
|
|
|
&.active > image {
|
|
color: $koto-primary-color;
|
|
}
|
|
}
|