File size: 308 Bytes
a6439b7
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
body {
  margin: 0;
  font-family: sans-serif;
}

.dropzone {
  box-sizing: border-box;
  z-index: 99999;
  background: rgba(#60a7dc, .8);
  border: 11px dashed #60a7dc;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
}

/*# sourceMappingURL=index.2cdaf7bc.css.map */