Created to specialized dropzone elements to take care of loading local file/folder from dialog Closes: 847
21 lines
325 B
CSS
21 lines
325 B
CSS
.drag-drop-instructions {
|
|
width: 100%;
|
|
height: 100%;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
|
|
.drag-drop-instructions h3 {
|
|
color: var(--active-color);
|
|
}
|
|
|
|
.drag-drop-instructions h4 {
|
|
color: var(--text-secondary-color);
|
|
}
|
|
|
|
.link-dialog {
|
|
color: var(--active-color);
|
|
cursor: pointer;
|
|
}
|