1
0
mirror of https://github.com/phuoc-ng/csslayout.git synced 2025-10-29 12:26:09 +01:00
Files
csslayout/styles/patterns/_drop-area.scss
2022-10-02 17:36:49 +07:00

15 lines
256 B
SCSS

.drop-area {
padding: 0.5rem;
height: 100%;
width: 100%;
/* Center the content */
align-items: center;
display: flex;
justify-content: center;
/* Border */
border: 0.25rem dashed #d1d5db;
border-radius: 0.25rem;
}