Files
2018-04-10 14:51:39 +10:00

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);
}
}