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:
commit
a5a71834f7
2 changed files with 7 additions and 0 deletions
|
|
@ -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% {
|
||||||
|
|
|
||||||
|
|
@ -79,6 +79,10 @@
|
||||||
filter: alpha(opacity=0);
|
filter: alpha(opacity=0);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&.hide {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@keyframes rotate {
|
@keyframes rotate {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue