Beginning of menu implementation for importing files

This commit is contained in:
KingOfDog
2019-03-05 19:18:21 +01:00
parent 85ee4b117a
commit 3ff3c90cf6
3 changed files with 47 additions and 3 deletions

View File

@@ -163,6 +163,27 @@
background: rgba(0, 0, 0, .2);
}
/**
* Import Modal with Upload Button
*/
.upload-btn {
border: 1px solid rgba(0, 0, 0, .33);
background: #fff;
}
.upload-btn:hover {
background: rgba(0, 0, 0, .1);
}
.upload-btn:active {
background: rgba(0, 0, 0, .2);
}
.upload-btn .upload-input {
display: none;
}
/**
* Canvas
*/