mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-20 14:39:47 -04:00
10 lines
136 B
CSS
10 lines
136 B
CSS
.labelIcon {
|
|
margin-left: 8px;
|
|
}
|
|
|
|
.hideMetadataProfile {
|
|
composes: group from '~Components/Form/FormGroup.css';
|
|
|
|
display: none;
|
|
}
|