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:
brich1212safe 2024-10-28 12:06:53 -04:00 committed by GitHub
commit 491be71723
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -14,6 +14,7 @@ body {
.prevent-squish {
overflow-x: unset;
}
&.fade-on-route-transition {
height: 100vh;
display: flex;
@ -90,6 +91,18 @@ body {
.pac-container {
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 {