mirror of
https://github.com/Readarr/Readarr
synced 2026-01-19 05:54:06 +01:00
14 lines
202 B
CSS
14 lines
202 B
CSS
.inputContainer {
|
|
margin-right: 20px;
|
|
}
|
|
|
|
.label {
|
|
margin-bottom: 3px;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.updateSelectedButton {
|
|
composes: button from 'Components/Link/SpinnerButton.css';
|
|
|
|
height: 35px;
|
|
}
|