2018-10-21 19:19:34 +00:00
|
|
|
.status-indicator-button {
|
2018-11-26 18:47:56 +00:00
|
|
|
&[data-status='good'] {
|
2022-01-03 20:40:23 +00:00
|
|
|
.status-indicator-color {
|
|
|
|
color: $green-light;
|
2018-10-21 19:19:34 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2018-11-26 18:47:56 +00:00
|
|
|
&[data-status='mixed'] {
|
2022-01-03 20:40:23 +00:00
|
|
|
.status-indicator-color {
|
|
|
|
color: $yellow;
|
2018-10-21 19:19:34 +00:00
|
|
|
}
|
|
|
|
}
|
2018-04-03 14:16:57 +00:00
|
|
|
|
2018-11-26 18:47:56 +00:00
|
|
|
&[data-status='bad'] {
|
2022-01-03 20:40:23 +00:00
|
|
|
.status-indicator-color {
|
|
|
|
color: $red;
|
2018-10-21 19:19:34 +00:00
|
|
|
}
|
2018-04-03 14:16:57 +00:00
|
|
|
}
|
|
|
|
}
|