|
|
|
@ -2338,7 +2338,7 @@ div#progress-overlay { |
|
|
|
left: 0; |
|
|
|
right: 0; |
|
|
|
z-index: 10000; |
|
|
|
background: rgba(0,0,0,0.35); |
|
|
|
background: rgba(0,0,0,0.5); |
|
|
|
} |
|
|
|
|
|
|
|
div#progress-overlay-spinner { |
|
|
|
@ -2349,6 +2349,27 @@ div#progress-overlay-spinner { |
|
|
|
right: 0; |
|
|
|
z-index: 5000; |
|
|
|
} |
|
|
|
|
|
|
|
div#progress-overlay-message { |
|
|
|
top: calc(50% + 55px); |
|
|
|
position: absolute; |
|
|
|
width: 100%; |
|
|
|
padding-left: 60px; |
|
|
|
padding-right: 60px; |
|
|
|
|
|
|
|
& > div { |
|
|
|
margin-left: auto; |
|
|
|
margin-right: auto; |
|
|
|
color: #e9e9e9; |
|
|
|
line-height: 1.0; |
|
|
|
text-shadow: 2px 2px #333; |
|
|
|
text-align: center; |
|
|
|
font-size: 36px; |
|
|
|
text-transform: uppercase; |
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
/* Prequalification hard-stop indicator */ |
|
|
|
span.hard-stop { |
|
|
|
font-size: 2.8em; |
|
|
|
|