13 lines
165 B
SCSS
13 lines
165 B
SCSS
|
|
.drag-drop__model {
|
||
|
|
box-shadow: none;
|
||
|
|
text-align: center;
|
||
|
|
|
||
|
|
.text {
|
||
|
|
color: white;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
.drag-drop__overlay {
|
||
|
|
background-color: var(--bg-overlay-low);
|
||
|
|
}
|