mirror of
https://github.com/Prowlarr/Prowlarr
synced 2026-02-06 15:02:59 +01:00
24 lines
306 B
CSS
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;
|
|
}
|