WIP
This commit is contained in:
6
dist/app.css
vendored
6
dist/app.css
vendored
@@ -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;
|
||||
|
||||
2
dist/mix-manifest.json
vendored
2
dist/mix-manifest.json
vendored
@@ -1,4 +1,4 @@
|
||||
{
|
||||
"/app.js": "/app.js?id=ac271f1d4ead304b5ae143995cb9455e",
|
||||
"/app.css": "/app.css?id=1aa530ca56397d7f27749e5210b1199e"
|
||||
"/app.css": "/app.css?id=6ee0760fe1c21dd66ed8ed020bbebfe4"
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user