Files
Readarr/frontend/src/InteractiveImport/Interactive/InteractiveImportRowCellPlaceholder.css
2017-09-05 23:00:26 -04:00

8 lines
126 B
CSS

.placeholder {
display: inline-block;
margin: -8px 0;
width: 100%;
height: 25px;
border: 2px dashed $dangerColor;
}