mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-03-27 15:57:02 +00:00
15 lines
203 B
CSS
15 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;
|
|
}
|