icingadb-web/public/css/widget/check-attempt.less

17 lines
260 B
Text

.check-attempt {
display: flex;
align-items: center;
justify-content: center;
}
.check-attempt .ball {
background-color: @gray-light;
&:not(:last-child) {
margin-right: 1/6em;
}
&.ball-size-s {
background-color: @gray-semilight;
}
}