mirror of
https://github.com/Readarr/Readarr
synced 2025-12-21 07:45:52 +01:00
14 lines
203 B
CSS
14 lines
203 B
CSS
.inputContainer {
|
|
margin-right: 20px;
|
|
}
|
|
|
|
.label {
|
|
margin-bottom: 3px;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.updateSelectedButton {
|
|
composes: button from '~Components/Link/SpinnerButton.css';
|
|
|
|
height: 35px;
|
|
}
|