Merge pull request #881 from Safelite/feature/richardson/SSR-1512
css update to scoot continue button up above cookie disclaimer
This commit is contained in:
commit
491be71723
1 changed files with 13 additions and 0 deletions
|
|
@ -14,6 +14,7 @@ body {
|
||||||
.prevent-squish {
|
.prevent-squish {
|
||||||
overflow-x: unset;
|
overflow-x: unset;
|
||||||
}
|
}
|
||||||
|
|
||||||
&.fade-on-route-transition {
|
&.fade-on-route-transition {
|
||||||
height: 100vh;
|
height: 100vh;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
@ -90,6 +91,18 @@ body {
|
||||||
.pac-container {
|
.pac-container {
|
||||||
z-index: 10000 !important;
|
z-index: 10000 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
div#app:has(~ div#onetrust-consent-sdk div#onetrust-banner-sdk[style]) {
|
||||||
|
padding-bottom: 3rem;
|
||||||
|
|
||||||
|
@include media-breakpoint-up(xl) {
|
||||||
|
padding-bottom: unset;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
div#app:has(~ div#onetrust-consent-sdk div#onetrust-banner-sdk[style*="display: none"]) {
|
||||||
|
padding-bottom: 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.modal-open {
|
.modal-open {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue