dropship/dropship.css

7 lines
114 B
CSS
Raw Normal View History

2020-07-21 14:48:34 +02:00
.drop {
2020-09-15 11:58:10 +02:00
border-style: dashed;
border-width: 2px;
border-color: rgba(0, 0, 0, 0.25);
border-radius: 5px;
}