WIP
This commit is contained in:
3
dist/app.css
vendored
3
dist/app.css
vendored
@@ -12394,6 +12394,9 @@ section.flex-5050-cta.grey .overflow-image {
|
|||||||
width: 48% !important;
|
width: 48% !important;
|
||||||
height: 100% !important;
|
height: 100% !important;
|
||||||
}
|
}
|
||||||
|
section.flex-5050-cta.contain .overflow-image {
|
||||||
|
display: none !important;
|
||||||
|
}
|
||||||
@media (max-width: 991.98px) {
|
@media (max-width: 991.98px) {
|
||||||
section.flex-5050-cta .col:last-of-type {
|
section.flex-5050-cta .col:last-of-type {
|
||||||
display: none;
|
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.js": "/app.js?id=ac271f1d4ead304b5ae143995cb9455e",
|
||||||
"/app.css": "/app.css?id=2f7ba30e071cbd564c36e453568cf64c"
|
"/app.css": "/app.css?id=e3d09ab0e84dd0320666130a23ffa185"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -2,6 +2,7 @@ section.flex-5050-cta {
|
|||||||
position: relative;
|
position: relative;
|
||||||
padding: 6rem 0;
|
padding: 6rem 0;
|
||||||
|
|
||||||
|
// grey mode
|
||||||
&.grey {
|
&.grey {
|
||||||
background-color: $c-offWhite;
|
background-color: $c-offWhite;
|
||||||
|
|
||||||
@@ -17,6 +18,13 @@ section.flex-5050-cta {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// image contain mode
|
||||||
|
&.contain {
|
||||||
|
.overflow-image {
|
||||||
|
display: none !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
@include media-breakpoint-down(lg) {
|
@include media-breakpoint-down(lg) {
|
||||||
.col:last-of-type {
|
.col:last-of-type {
|
||||||
display: none;
|
display: none;
|
||||||
|
|||||||
Reference in New Issue
Block a user