2020-03-19 14:59:22 +01:00
|
|
|
.button-select {
|
|
|
|
&__option {
|
|
|
|
display: block;
|
|
|
|
width: 100%;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
|
2022-07-09 08:32:51 +02:00
|
|
|
background-color: $color-white;
|
2020-03-19 14:59:22 +01:00
|
|
|
border-color: $color-teal;
|
2022-07-09 08:32:51 +02:00
|
|
|
color: $color-grey-1;
|
2020-03-19 14:59:22 +01:00
|
|
|
|
|
|
|
&--selected {
|
|
|
|
background-color: $color-teal;
|
2022-07-09 08:32:51 +02:00
|
|
|
color: $color-white;
|
2020-03-19 14:59:22 +01:00
|
|
|
}
|
2022-07-25 04:33:09 +02:00
|
|
|
|
|
|
|
@media (forced-colors: active) {
|
|
|
|
background-color: SelectedItem;
|
|
|
|
}
|
2022-02-04 12:57:55 +01:00
|
|
|
}
|
2020-03-19 14:59:22 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.button-select .button-select__option {
|
|
|
|
/* override default margin from horizontally-aligned buttons */
|
2022-03-15 14:21:06 +01:00
|
|
|
margin-inline-start: 0;
|
2020-03-19 14:59:22 +01:00
|
|
|
}
|