|
|
@ -7,41 +7,8 @@ $background: #fff; |
|
|
height: 30rem; |
|
|
height: 30rem; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.editor-container { |
|
|
.drop-area { |
|
|
position: relative; |
|
|
@include absolute(80px, 30px, 66px, 30px); |
|
|
|
|
|
|
|
|
.drop-area { |
|
|
|
|
|
& { |
|
|
|
|
|
@include absolute(80px, 30px, 66px, 30px); |
|
|
|
|
|
@include border-radius; |
|
|
|
|
|
z-index: 1; |
|
|
|
|
|
align-content: center; |
|
|
|
|
|
align-items: center; |
|
|
|
|
|
display: none; |
|
|
|
|
|
border: 2px dashed $color-border; |
|
|
|
|
|
font-size: 1.2rem; |
|
|
|
|
|
font-weight: normal; |
|
|
|
|
|
justify-content: center; |
|
|
|
|
|
color: darken($color-border, 30%); |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
&.dragging { |
|
|
|
|
|
@include flex-box; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
&.drag, |
|
|
|
|
|
&.dnd-drag-over, |
|
|
|
|
|
&.dnd-drag-enter { |
|
|
|
|
|
border-color: darken($color-border, 10%); |
|
|
|
|
|
cursor: copy; |
|
|
|
|
|
color: darken($color-border, 40%); |
|
|
|
|
|
text-decoration: none; |
|
|
|
|
|
} |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.drop-text { |
|
|
|
|
|
background: $color-dark-foreground; |
|
|
|
|
|
} |
|
|
|
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.fullscreen { |
|
|
.fullscreen { |
|
|
|