Lidarr/frontend/src/Organize/OrganizePreviewModalContent...

25 lines
327 B
CSS
Raw Normal View History

2017-09-04 02:20:56 +00:00
.path {
margin-left: 5px;
font-weight: bold;
}
.trackFormat {
2017-09-04 02:20:56 +00:00
margin-left: 5px;
font-family: $monoSpaceFontFamily;
}
.previews {
margin-top: 10px;
}
.selectAllInputContainer {
margin-right: auto;
line-height: 30px;
}
.selectAllInput {
composes: input from '~Components/Form/CheckInput.css';
2017-09-04 02:20:56 +00:00
margin: 0;
}