mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-16 10:03:51 -07:00
12 lines
278 B
CSS
12 lines
278 B
CSS
.audioTags {
|
|
padding-top: 15px;
|
|
padding-bottom: 15px;
|
|
word-break: break-word;
|
|
/* border-top: 1px solid $borderColor; */
|
|
}
|
|
|
|
.filename {
|
|
composes: description from '~Components/DescriptionList/DescriptionListItemDescription.css';
|
|
|
|
font-family: $monoSpaceFontFamily;
|
|
}
|