2018-10-21 19:19:34 +00:00
|
|
|
.status-indicator-button {
|
2018-11-26 18:47:56 +00:00
|
|
|
&[data-status='good'] {
|
2018-10-21 19:19:34 +00:00
|
|
|
.status-indicator-icon-dot {
|
|
|
|
fill: $green-light;
|
|
|
|
}
|
|
|
|
|
|
|
|
.status-indicator-icon-ring {
|
|
|
|
fill: $green-dark;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2018-11-26 18:47:56 +00:00
|
|
|
&[data-status='mixed'] {
|
2018-10-21 19:19:34 +00:00
|
|
|
.status-indicator-icon-dot {
|
|
|
|
fill: $yellow;
|
|
|
|
}
|
|
|
|
|
|
|
|
.status-indicator-icon-ring {
|
|
|
|
fill: $yellow-dark;
|
|
|
|
}
|
|
|
|
}
|
2018-04-03 14:16:57 +00:00
|
|
|
|
2018-11-26 18:47:56 +00:00
|
|
|
&[data-status='bad'] {
|
2018-10-21 19:19:34 +00:00
|
|
|
.status-indicator-icon-dot {
|
|
|
|
fill: $red;
|
|
|
|
}
|
2018-04-03 14:16:57 +00:00
|
|
|
|
2018-10-21 19:19:34 +00:00
|
|
|
.status-indicator-icon-ring {
|
|
|
|
fill: $red-dark;
|
|
|
|
}
|
2018-04-03 14:16:57 +00:00
|
|
|
}
|
|
|
|
}
|