This commit is contained in:
2025-06-03 08:21:23 -07:00
parent 8d6fa015d8
commit 44be1f01bb
3 changed files with 15 additions and 1 deletions

6
dist/app.css vendored
View File

@@ -12382,6 +12382,12 @@ section.flex-5050-cta {
position: relative;
padding: 6rem 0;
}
section.flex-5050-cta.grey {
background-color: #F2F2F2;
}
section.flex-5050-cta.grey .row {
flex-direction: row-reverse;
}
@media (max-width: 991.98px) {
section.flex-5050-cta .col:last-of-type {
display: none;

View File

@@ -1,4 +1,4 @@
{
"/app.js": "/app.js?id=ac271f1d4ead304b5ae143995cb9455e",
"/app.css": "/app.css?id=1aa530ca56397d7f27749e5210b1199e"
"/app.css": "/app.css?id=6ee0760fe1c21dd66ed8ed020bbebfe4"
}

View File

@@ -2,6 +2,14 @@ section.flex-5050-cta {
position: relative;
padding: 6rem 0;
&.grey {
background-color: $c-offWhite;
.row {
flex-direction: row-reverse;
}
}
@include media-breakpoint-down(lg) {
.col:last-of-type {
display: none;