Code Review
/
portal
/
sdk.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
cb8ce6f8539d5c305be837f1ed0a9f23b39b291e
[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
position: fixed;
14
right: 0;
15
left: 0;
16
top: 20px;
17
margin-right: auto;
18
margin-left: auto;
19
margin-top: 50px;
20
height: 900px;
21
width: 1024px;
22
background-color: #fff;
23
padding: 12px;
24
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);
25
}
26