Merge pull request #8925 from scratchfoundation/hotfix/fix-title-background
Some checks failed
CI/CD / build-and-test-and-maybe-deploy (push) Has been cancelled
Transifex Push / transifex-push (push) Has been cancelled

hotfix: fixed title background issue
This commit is contained in:
Georgy Angelov 2024-11-14 17:46:02 +02:00 committed by GitHub
commit 25aad6dc4e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -41,31 +41,33 @@
.driver-popover-title[style*=block]+.driver-popover-description { .driver-popover-title[style*=block]+.driver-popover-description {
margin: 0; margin: 0;
} }
}
.title { .driver-popover-description {
padding: 1rem 0; .title {
font-size: 1.125rem; padding: 1rem 0;
font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif; font-size: 1.125rem;
font-weight: 400; font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
text-align: center; font-weight: 400;
color: $type-gray; text-align: center;
background-color: $ui-light-primary; color: $type-gray;
} background-color: $ui-light-primary;
}
.description-wrapper {
flex-direction: row; .description-wrapper {
justify-content: space-evenly; flex-direction: row;
gap: 3rem; justify-content: space-evenly;
margin: 3rem 4rem; gap: 3rem;
margin: 3rem 4rem;
.journey-option {
flex-direction: column; .journey-option {
justify-content: center; flex-direction: column;
gap: 1rem; justify-content: center;
gap: 1rem;
img {
height: $cols2; img {
height: $cols2;
}
}
} }
} }
} }