You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

19 lines
393 B

@import '../../../base/bootstrap-extended/include';
@import '../../../base/components/include';
.dropzone {
display: flex;
cursor: pointer;
min-height: 300px;
align-items: 'center';
justify-content: center;
background-color: $body-bg;
border: 1px dashed $primary;
border-radius: $border-radius;
}
.dark-layout {
.dropzone {
background-color: $theme-dark-body-bg;
}
}