mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-04-23 22:25:56 -04:00
22 lines
273 B
CSS
22 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;
|
|
}
|
|
|