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.
Lidarr/frontend/src/Settings/Profiles/Quality/QualityProfileItemDragSourc...

19 lines
346 B

.qualityProfileItemDragSource {
padding: $qualityProfileItemDragSourcePadding 0;
}
.qualityProfileItemPlaceholder {
width: 100%;
height: $qualityProfileItemHeight;
border: 1px dotted #aaa;
border-radius: 4px;
}
.qualityProfileItemPlaceholderBefore {
margin-bottom: 8px;
}
.qualityProfileItemPlaceholderAfter {
margin-top: 8px;
}