Lidarr/frontend/src/Settings/Profiles/Delay/DownloadProtocolItemDragSou...

19 lines
354 B
CSS
Raw Normal View History

2022-07-19 20:08:53 +00:00
.downloadProtocolItemDragSource {
padding: $qualityProfileItemDragSourcePadding 0;
}
.downloadProtocolItemPlaceholder {
width: 100%;
height: $qualityProfileItemHeight;
border: 1px dotted #aaa;
border-radius: 4px;
}
.downloadProtocolItemPlaceholderBefore {
margin-bottom: 8px;
}
.downloadProtocolItemPlaceholderAfter {
margin-top: 8px;
}