Readarr/frontend/src/AlbumStudio/AlbumStudioFooter.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;
}