CSR-1390 add .hide to hide modal on load.
This commit is contained in:
parent
2bd808a8c0
commit
df0c0435af
2 changed files with 7 additions and 0 deletions
|
|
@ -73,6 +73,9 @@
|
|||
opacity: 0;
|
||||
filter: alpha(opacity=0);
|
||||
}
|
||||
#pageLoadingModal.hide {
|
||||
display: none;
|
||||
}
|
||||
|
||||
@keyframes rotate {
|
||||
0% {
|
||||
|
|
|
|||
|
|
@ -79,6 +79,10 @@
|
|||
filter: alpha(opacity=0);
|
||||
}
|
||||
}
|
||||
|
||||
&.hide {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
@keyframes rotate {
|
||||
|
|
|
|||
Loading…
Reference in a new issue