fixed privacy policy splash
This commit is contained in:
@@ -1517,10 +1517,6 @@ select {
|
|||||||
top: 0px;
|
top: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.right-2 {
|
|
||||||
right: 0.5rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
.z-20 {
|
.z-20 {
|
||||||
z-index: 20;
|
z-index: 20;
|
||||||
}
|
}
|
||||||
@@ -1576,10 +1572,6 @@ select {
|
|||||||
margin-top: 2rem;
|
margin-top: 2rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ml-4 {
|
|
||||||
margin-left: 1rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
.inline {
|
.inline {
|
||||||
display: inline;
|
display: inline;
|
||||||
}
|
}
|
||||||
@@ -2055,10 +2047,6 @@ select {
|
|||||||
padding-top: 1rem;
|
padding-top: 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.pr-2 {
|
|
||||||
padding-right: 0.5rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
.text-center {
|
.text-center {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
@@ -496,9 +496,11 @@ class SplashScreen {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
showSplashScreen() {
|
showSplashScreen() {
|
||||||
this.splashScreen.classList.remove('hidden');
|
if (window.location.href.indexOf('privacy-policy') === -1) {
|
||||||
this.headerNav.classList.add('out-of-view');
|
this.splashScreen.classList.remove('hidden');
|
||||||
this.footerNav.classList.add('out-of-view');
|
this.headerNav.classList.add('out-of-view');
|
||||||
|
this.footerNav.classList.add('out-of-view');
|
||||||
|
}
|
||||||
}
|
}
|
||||||
hideSplashScreen() {
|
hideSplashScreen() {
|
||||||
this.splashScreen.classList.add('close');
|
this.splashScreen.classList.add('close');
|
||||||
|
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user