init
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
// DropZone
|
||||
|
||||
.@{prefix}-dropzone {
|
||||
border: 3px dashed gray;
|
||||
text-align: center;
|
||||
|
||||
& span {
|
||||
text-transform: uppercase;
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
&:after {
|
||||
content:"";
|
||||
height: 100%;
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
&.@{prefix}-disabled {
|
||||
.opacity(@btn-box-disabled-opacity);
|
||||
|
||||
&.@{prefix}-dragenter {
|
||||
cursor: not-allowed;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user