mirror of
https://github.com/mickael-kerjean/filestash.git
synced 2025-11-01 10:56:31 +08:00
12 lines
247 B
SCSS
12 lines
247 B
SCSS
.component_filezone{
|
|
border: 2px dashed;
|
|
padding: 25px 0;
|
|
margin-bottom: 10px;
|
|
text-align: center;
|
|
font-weight: bold;
|
|
&.hover{
|
|
background: var(--emphasis-primary);
|
|
border: 2px dashed var(--primary);
|
|
}
|
|
}
|