14
app/styles/plugins/_react-dropzone.scss
Executable file
14
app/styles/plugins/_react-dropzone.scss
Executable file
@@ -0,0 +1,14 @@
|
||||
@import "./../variables.scss";
|
||||
|
||||
.dropzone {
|
||||
border: 2px dashed $gray-300;
|
||||
padding: 20px;
|
||||
text-align: center;
|
||||
cursor: pointer;
|
||||
|
||||
&:hover,
|
||||
&--active {
|
||||
border-color: $primary;
|
||||
background-color: rgba($primary, 0.1);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user