CSR-1390 add .hide to hide modal on load.

This commit is contained in:
Bryan Mauger 2023-10-29 10:16:02 -04:00
parent 2bd808a8c0
commit df0c0435af
2 changed files with 7 additions and 0 deletions

View file

@ -73,6 +73,9 @@
opacity: 0; opacity: 0;
filter: alpha(opacity=0); filter: alpha(opacity=0);
} }
#pageLoadingModal.hide {
display: none;
}
@keyframes rotate { @keyframes rotate {
0% { 0% {

View file

@ -79,6 +79,10 @@
filter: alpha(opacity=0); filter: alpha(opacity=0);
} }
} }
&.hide {
display: none;
}
} }
@keyframes rotate { @keyframes rotate {