mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-22 22:14:44 -04:00
16 lines
233 B
CSS
16 lines
233 B
CSS
.deleteButton {
|
|
composes: button from '~Components/Link/Button.css';
|
|
|
|
margin-right: auto;
|
|
}
|
|
|
|
.hideMetadataProfile {
|
|
composes: group from '~Components/Form/FormGroup.css';
|
|
|
|
display: none;
|
|
}
|
|
|
|
.labelIcon {
|
|
margin-left: 8px;
|
|
}
|