WIP
This commit is contained in:
@@ -2,6 +2,7 @@ section.flex-5050-cta {
|
||||
position: relative;
|
||||
padding: 6rem 0;
|
||||
|
||||
// grey mode
|
||||
&.grey {
|
||||
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) {
|
||||
.col:last-of-type {
|
||||
display: none;
|
||||
|
||||
Reference in New Issue
Block a user