2016-06-13 21:11:44 +00:00
|
|
|
.overlay_container {
|
2016-10-11 20:33:49 +00:00
|
|
|
top: 0;
|
|
|
|
left: 0;
|
2016-06-13 21:11:44 +00:00
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
position: fixed;
|
2016-09-13 04:10:18 +00:00
|
|
|
z-index: $overlayZ;
|
2016-10-11 20:33:49 +00:00
|
|
|
background: rgba(22, 185, 252, .9);
|
2016-06-13 21:11:44 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.overlay_content {
|
|
|
|
color: #fff;
|
|
|
|
text-align: center;
|
|
|
|
width: 400px;
|
|
|
|
height: 250px;
|
|
|
|
top: 50%;
|
|
|
|
left: 50%;
|
2016-10-11 20:33:49 +00:00
|
|
|
position: absolute;
|
2016-06-13 21:11:44 +00:00
|
|
|
margin-top: -125px;
|
|
|
|
margin-left: -200px;
|
|
|
|
}
|
|
|
|
|
2016-06-21 09:08:32 +00:00
|
|
|
.overlay_text_small {
|
2016-10-11 20:33:49 +00:00
|
|
|
display: block;
|
2016-06-21 09:08:32 +00:00
|
|
|
font-size: 18px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.overlay_icon {
|
|
|
|
font-size: 100px;
|
|
|
|
}
|