2016-05-01 23:20:55 +05:30
|
|
|
.overlay {
|
|
|
|
position: fixed;
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
right: 0;
|
|
|
|
bottom: 0;
|
|
|
|
|
|
|
|
z-index: 200;
|
|
|
|
|
|
|
|
background: rgba(255, 255, 255, 0.8);
|
|
|
|
|
|
|
|
text-align: center;
|
|
|
|
white-space: nowrap;
|
|
|
|
|
2016-05-22 22:55:38 +05:30
|
|
|
overflow-x: hidden;
|
|
|
|
overflow-y: auto;
|
|
|
|
|
2016-05-01 23:20:55 +05:30
|
|
|
&:before {
|
|
|
|
content: '';
|
|
|
|
display: inline-block;
|
|
|
|
vertical-align: middle;
|
|
|
|
height: 100%;
|
|
|
|
width: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.popup {
|
|
|
|
display: inline-block;
|
|
|
|
white-space: normal;
|
2016-05-22 22:55:38 +05:30
|
|
|
text-align: left;
|
|
|
|
vertical-align: middle;
|
2016-05-01 23:20:55 +05:30
|
|
|
|
|
|
|
width: 400px;
|
|
|
|
max-width: 90%;
|
|
|
|
|
|
|
|
background: #fff;
|
|
|
|
padding: 30px;
|
|
|
|
box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
|
|
|
|
|
|
|
|
:invalid {
|
|
|
|
button {
|
|
|
|
opacity: 0.3;
|
|
|
|
pointer-events: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|