mirror of
https://github.com/Icinga/icingadb-web.git
synced 2026-05-28 04:36:06 -04:00
17 lines
260 B
Text
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;
|
|
}
|
|
}
|