mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-03-05 13:20:20 -05:00
8 lines
132 B
CSS
8 lines
132 B
CSS
.placeholder {
|
|
display: inline-block;
|
|
margin: -8px 0;
|
|
width: 100%;
|
|
height: 25px;
|
|
border: 2px dashed var(--dangerColor);
|
|
}
|