UNPKG

569 BCSSView Raw
1.skylight-dialog {
2 width: 50%;
3 height: 400px;
4 position: fixed;
5 top: 50%;
6 left: 50%;
7 margin-top: -200px;
8 margin-left: -25%;
9 background-color: #fff;
10 border-radius: 2px;
11 z-index: 100;
12 padding: 10px;
13 box-shadow: 0 0 4px rgba(0,0,0,.14),0 4px 8px rgba(0,0,0,.28);
14}
15
16.skylight-dialog--close {
17 cursor: pointer;
18 float: right;
19 font-size: 1.6em;
20}
21
22.skylight-dialog__overlay {
23 position: absolute;
24 top: 0;
25 left: 0;
26 width: 100%;
27 height: 100%;
28 z-index: 99;
29 background-color: rgba(0,0,0,0.3);
30}
\No newline at end of file