You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Readarr/frontend/src/Settings/Metadata/Metadata/Metadata.css

18 lines
224 B

.metadata {
composes: card from 'Components/Card.css';
width: 290px;
}
.name {
margin-bottom: 20px;
font-weight: 300;
font-size: 24px;
}
.label {
composes: label from 'Components/Label.css';
width: 100%;
}