Prowlarr/frontend/src/InteractiveImport/Interactive/InteractiveImportRowCellPlaceholder.css
2019-06-11 22:06:43 -04:00

7 lines
126 B
CSS

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