mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-01-20 23:57:59 +00:00
12 lines
252 B
CSS
12 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;
|
|
}
|