mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-13 20:46:53 -04:00
21 lines
272 B
CSS
21 lines
272 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;
|
|
}
|