Prowlarr/frontend/src/System/Status/Health/Health.css
2020-03-29 09:28:31 -04:00

24 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;
}