mirror of
https://github.com/Readarr/Readarr
synced 2026-01-16 12:33:54 +01:00
11 lines
252 B
CSS
11 lines
252 B
CSS
.audioTags {
|
|
padding-top: 15px;
|
|
padding-bottom: 15px;
|
|
/* border-top: 1px solid $borderColor; */
|
|
}
|
|
|
|
.filename {
|
|
composes: description from '~Components/DescriptionList/DescriptionListItemDescription.css';
|
|
|
|
font-family: $monoSpaceFontFamily;
|
|
}
|