feat(web) Add drag n drop upload functionality (#1216)

* Add image drag n drop functionality

* Change upload cover name, background color and opacity
This commit is contained in:
Krisjanis Lejejs
2022-12-30 04:07:18 +02:00
committed by GitHub
parent 6736063f83
commit 10b0924cfb
11 changed files with 159 additions and 177 deletions

View File

@@ -46,9 +46,7 @@ html::-webkit-scrollbar-thumb:hover {
}
body {
/* min-height: 100vh; */
margin: 0;
/* background-color: #f6f8fe; */
color: #5f6368;
}