2021-05-07 16:45:57 +03:00
|
|
|
@import "vars";
|
|
|
|
|
2021-02-25 18:15:36 +02:00
|
|
|
.koto-button {
|
2021-05-27 15:47:45 +03:00
|
|
|
border-width: 0;
|
|
|
|
|
2021-08-17 19:27:33 +03:00
|
|
|
& > .button-label {
|
|
|
|
margin-left: 10px;
|
2021-02-25 18:15:36 +02:00
|
|
|
}
|
2021-04-06 10:41:15 +03:00
|
|
|
|
2021-05-27 15:47:45 +03:00
|
|
|
&:not(.active) {
|
|
|
|
color: $text-color-bright;
|
|
|
|
}
|
|
|
|
|
2021-04-06 10:41:15 +03:00
|
|
|
&.active > image {
|
2021-07-08 14:39:39 +03:00
|
|
|
color: $koto-primary-color;
|
2021-04-06 10:41:15 +03:00
|
|
|
}
|
2021-02-25 18:15:36 +02:00
|
|
|
}
|