Beginning of menu implementation for importing files
This commit is contained in:
21
index.html
21
index.html
@@ -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
|
||||
*/
|
||||
|
Reference in New Issue
Block a user