|
|
@ -14574,6 +14574,41 @@ a:hover { |
|
|
|
padding: 10px; |
|
|
|
} |
|
|
|
|
|
|
|
/* line 102, global.scss */ |
|
|
|
#dropLoading { |
|
|
|
display: none; |
|
|
|
position: fixed; |
|
|
|
left: 0; |
|
|
|
top: 50px; |
|
|
|
height: calc(100vh - 50px); |
|
|
|
width: 100%; |
|
|
|
background: rgba(0, 0, 0, 0.8); |
|
|
|
overflow: hidden; |
|
|
|
} |
|
|
|
/* line 111, global.scss */ |
|
|
|
#dropLoading #animation_container { |
|
|
|
position: absolute; |
|
|
|
height: 300px; |
|
|
|
width: 300px; |
|
|
|
top: 50%; |
|
|
|
left: 50%; |
|
|
|
transform: translate(-50%, -50%); |
|
|
|
} |
|
|
|
/* line 120, global.scss */ |
|
|
|
#dropLoading #countdown { |
|
|
|
position: fixed; |
|
|
|
height: 30px; |
|
|
|
line-height: 30px; |
|
|
|
width: 50px; |
|
|
|
z-index: 9999; |
|
|
|
top: calc(50% + 30px); |
|
|
|
left: 50%; |
|
|
|
transform: translate(-50%, -50%); |
|
|
|
text-align: center; |
|
|
|
font-size: 1.125rem; |
|
|
|
color: white; |
|
|
|
} |
|
|
|
|
|
|
|
/* line 3, forms.scss */ |
|
|
|
input, button { |
|
|
|
border: none; |
|
|
@ -14925,41 +14960,6 @@ header .container .row .menu ul li.active a:hover, header .container .row .menu |
|
|
|
font-weight: 700; |
|
|
|
} |
|
|
|
|
|
|
|
/* line 239, sections/modules.scss */ |
|
|
|
#dropLoading { |
|
|
|
display: none; |
|
|
|
position: fixed; |
|
|
|
left: 0; |
|
|
|
top: 50px; |
|
|
|
height: calc(100vh - 50px); |
|
|
|
width: 100%; |
|
|
|
background: rgba(0, 0, 0, 0.8); |
|
|
|
overflow: hidden; |
|
|
|
} |
|
|
|
/* line 248, sections/modules.scss */ |
|
|
|
#dropLoading #animation_container { |
|
|
|
position: absolute; |
|
|
|
height: 300px; |
|
|
|
width: 300px; |
|
|
|
top: 50%; |
|
|
|
left: 50%; |
|
|
|
transform: translate(-50%, -50%); |
|
|
|
} |
|
|
|
/* line 257, sections/modules.scss */ |
|
|
|
#dropLoading #countdown { |
|
|
|
position: fixed; |
|
|
|
height: 30px; |
|
|
|
line-height: 30px; |
|
|
|
width: 50px; |
|
|
|
z-index: 9999; |
|
|
|
top: calc(50% + 30px); |
|
|
|
left: 50%; |
|
|
|
transform: translate(-50%, -50%); |
|
|
|
text-align: center; |
|
|
|
font-size: 1.125rem; |
|
|
|
color: white; |
|
|
|
} |
|
|
|
|
|
|
|
/* line 2, sections/compatibility.scss */ |
|
|
|
.compatibility { |
|
|
|
min-height: calc(100vh - 50px); |
|
|
|