Merge pull request #1467 from Safelite/CSR-1390-add-hide-for-modal

CSR-1390 add .hide to hide modal on load.
This commit is contained in:
CarlNation 2023-10-29 10:46:38 -04:00 committed by GitHub
commit a5a71834f7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 0 deletions

View file

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

View file

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