Files
cinny/src/app/organisms/drag-drop/DragDrop.scss
T

13 lines
165 B
SCSS
Raw Normal View History

2022-02-09 03:59:21 +01:00
.drag-drop__model {
box-shadow: none;
text-align: center;
.text {
color: white;
}
}
.drag-drop__overlay {
background-color: var(--bg-overlay-low);
}