mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-24 22:35:49 -04:00
25 lines
306 B
CSS
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;
|
|
}
|