|
@@ -13,6 +13,7 @@
|
|
|
justify-content: center;
|
|
justify-content: center;
|
|
|
width: 100%;
|
|
width: 100%;
|
|
|
height: calc(100% - 22px);
|
|
height: calc(100% - 22px);
|
|
|
|
|
+ overflow: hidden;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
/* Loading content container. */
|
|
/* Loading content container. */
|
|
@@ -35,13 +36,13 @@
|
|
|
/* Stationary image for the spinner. */
|
|
/* Stationary image for the spinner. */
|
|
|
#loadCenterImage {
|
|
#loadCenterImage {
|
|
|
position: absolute;
|
|
position: absolute;
|
|
|
- width: 277px;
|
|
|
|
|
|
|
+ width: 17.3125rem;
|
|
|
height: auto;
|
|
height: auto;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
/* Rotating image for the spinner. */
|
|
/* Rotating image for the spinner. */
|
|
|
#loadSpinnerImage {
|
|
#loadSpinnerImage {
|
|
|
- width: 280px;
|
|
|
|
|
|
|
+ width: 17.5rem;
|
|
|
height: auto;
|
|
height: auto;
|
|
|
z-index: 400;
|
|
z-index: 400;
|
|
|
}
|
|
}
|