footer : hide on white paper page
All checks were successful
Deploy / Deploy to Production (push) Successful in 23s
All checks were successful
Deploy / Deploy to Production (push) Successful in 23s
This commit is contained in:
parent
0148d5a9c3
commit
fc1fa42e67
1 changed files with 3 additions and 0 deletions
|
|
@ -119,6 +119,9 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
:global(footer:not([data-template="white-paper"] footer)) {
|
:global(footer:not([data-template="white-paper"] footer)) {
|
||||||
|
bottom: 0;
|
||||||
|
}
|
||||||
|
:global([data-template="white-paper"] footer) {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue