blob: e1ac62f3bac6a0408712be558f20cf289ffa3280 [file] [log] [blame]
.img-circle {
width: 10px;
height: 10px;
background-color: #CCC;
display: inline-block;
border-radius: 50%;
&.okay {
background-color: $colors_success;
}
&.error {
background-color: $colors_error;
}
&.attention {
background-color: $colors_warning;
}
&.in-progress {
background-color: $colors_highlight;
}
}