Code Review
/
portal
/
sdk.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
52a7724008a8fcb3333b2e855be0340a4becf6b2
[portal/sdk.git]
/
1
.overlay {
2
position: fixed;
3
top: 0;
4
bottom: 0;
5
left: 0;
6
right: 0;
7
background-color: rgba(0, 0, 0, 0.705);
8
z-index: 999;
9
}
10
11
.dialog {
12
z-index: 1000;
13
display: flex;
14
position: relative;
15
right: 0;
16
left: 0;
17
top: 20px;
18
margin-right: auto;
19
margin-left: auto;
20
margin-top: 50px;
21
height: 900px;
22
width: 1024px;
23
background-color: #fff;
24
padding: 12px;
25
box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.349), 0 13px 19px 2px rgba(0, 0, 0, 0.349), 0 5px 24px 4px rgba(0, 0, 0, 0.349);
26
}
27