_connect-fail.css
535 Bytes
.connect-fail {
display: none;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
.back {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-color: #000;
opacity: 0.7;
}
.desc {
position: relative;
margin-top: 10px;
color: #ffffff;
text-align: center;
.reconnect {
cursor: pointer;
color: #d0021b;
text-decoration: none;
}
}
}