1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-24 22:35:49 -04:00
Files
Radarr/frontend/src/System/Status/Health/Health.css
T
2020-03-29 09:28:31 -04:00

25 lines
306 B
CSS

.legend {
display: flex;
justify-content: space-between;
}
.loading {
composes: loading from '~Components/Loading/LoadingIndicator.css';
margin-top: 2px;
margin-left: 10px;
text-align: left;
}
.status {
width: 20px;
}
.healthOk {
margin-bottom: 25px;
}
.actions {
min-width: 90px;
}