146bc9e4cafa7b2337ede46ff29721da8ee4f75c
[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     height: 690px;
20     width: 800px;
21     background-color: #fff;
22     padding: 12px;
23     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);
24   }
25   
26   @media (min-width: 768px) {
27     .dialog {
28       top: 40px;
29     }
30   }
31   
32   .dialog__close-btn {
33     border: 0;
34     background: none;
35     color: #2d2d2d;
36     position: absolute;
37     top: 8px;
38     right: 8px;
39     font-size: 1.2em;
40     display: block;
41     border: #2d2d2d 1px solid;
42   }