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