7 lines
114 B
CSS
7 lines
114 B
CSS
.drop {
|
|
border-style: dashed;
|
|
border-width: 2px;
|
|
border-color: rgba(0, 0, 0, 0.25);
|
|
border-radius: 5px;
|
|
}
|