52 lines
629 B
SCSS
52 lines
629 B
SCSS
#banner_overlay {
|
|
z-index:10000;
|
|
}
|
|
#banner {
|
|
display:none;
|
|
z-index:10000;
|
|
&[data-type="reconnect"] {
|
|
height:240px;
|
|
}
|
|
|
|
h2 {
|
|
font-weight:bold;
|
|
font-size:x-large;
|
|
}
|
|
|
|
.countdown {
|
|
font-weight:bold;
|
|
min-width:9px;
|
|
display:inline-block;
|
|
}
|
|
|
|
.buttons {
|
|
margin:0 20px 20px 0;
|
|
}
|
|
|
|
.close-btn {
|
|
display:none;
|
|
}
|
|
|
|
ul {
|
|
list-style:disc;
|
|
margin-left:20px;
|
|
}
|
|
li {
|
|
margin: 15px 12px 15px 36px;
|
|
}
|
|
|
|
.end-content {
|
|
height: 0;
|
|
line-height: 0;
|
|
display: block;
|
|
font-size: 0;
|
|
content: " ";
|
|
}
|
|
|
|
p {
|
|
line-height:20px;
|
|
margin-bottom:10px;
|
|
}
|
|
}
|
|
|