Files
Prowlarr/frontend/src/System/Status/Health/Health.css
T
2019-06-11 22:07:34 -04:00

21 lines
273 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;
}