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