forked from microsoftgraph/msgraph-sdk-javascript
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.css
More file actions
72 lines (64 loc) · 1.05 KB
/
Copy pathmain.css
File metadata and controls
72 lines (64 loc) · 1.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
.fileUploadParent {
position: relative;
}
.fileUpload {
position: absolute;
text-align: right;
opacity: 0;
z-index: 2;
top: 80px;
left: 80px;
width: 20px;
}
.imageInput {
position: absolute;
top: 80px;
left: 80px;
z-index: 1;
}
.main {
width: 100%;
float: left;
}
.grid {
text-align: center;
width: 13.99999%;
height: 250px;
min-width: 250px;
float: left;
}
.cell {
box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
margin: 10px;
background-color: #f4f4f4;
width: 100px;
height: 100px;
float: left;
position: relative;
cursor: pointer;
}
.cellText {
margin: 0;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
text-shadow: rgba(0, 0, 0, 0.19);
}
.outputParent {
float: left;
width: 79%;
height: 270px;
min-width: 250px;
margin: 10px;
border: grey;
float: right;
background: white;
box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
overflow: scroll;
}
.largeFileUpload {
width: 100px;
height: 100px;
opacity: 0;
}