mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-01-29 20:14:00 +00:00
8 lines
126 B
CSS
8 lines
126 B
CSS
.placeholder {
|
|
display: inline-block;
|
|
margin: -8px 0;
|
|
width: 100%;
|
|
height: 25px;
|
|
border: 2px dashed $dangerColor;
|
|
}
|