mirror of
https://github.com/Prowlarr/Prowlarr
synced 2026-04-16 09:50:49 +02:00
7 lines
126 B
CSS
7 lines
126 B
CSS
.placeholder {
|
|
display: inline-block;
|
|
margin: -8px 0;
|
|
width: 100%;
|
|
height: 25px;
|
|
border: 2px dashed $dangerColor;
|
|
}
|