This commit is contained in:
Kyle
2021-01-31 11:31:32 -08:00
parent 56e7233263
commit 60d103f370
4 changed files with 145 additions and 1 deletions

View File

@@ -438,7 +438,14 @@ textarea.input {
width: 100%;
height: 100%;
}
/*drop to upload*/
.drop-area {
border: 2px dashed gray;
transition: 0.25s;
}
.drop-area.hover {
border-color: var(--color-selected);
}
/*Animated cards*/