four col thing
This commit is contained in:
4
dist/app.css
vendored
4
dist/app.css
vendored
@@ -12570,6 +12570,7 @@ footer.sub-footer {
|
|||||||
}
|
}
|
||||||
.background-image-cta.overlay-Black {
|
.background-image-cta.overlay-Black {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
|
text-align: center;
|
||||||
}
|
}
|
||||||
.background-image-cta.overlay-Black:before {
|
.background-image-cta.overlay-Black:before {
|
||||||
content: "";
|
content: "";
|
||||||
@@ -12581,6 +12582,9 @@ footer.sub-footer {
|
|||||||
background: rgba(0, 0, 0, 0.8);
|
background: rgba(0, 0, 0, 0.8);
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
}
|
}
|
||||||
|
.background-image-cta.overlay-Black .col:last-of-type {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
.background-image-cta .container {
|
.background-image-cta .container {
|
||||||
position: relative;
|
position: relative;
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
|
|||||||
2
dist/mix-manifest.json
vendored
2
dist/mix-manifest.json
vendored
@@ -1,4 +1,4 @@
|
|||||||
{
|
{
|
||||||
"/app.js": "/app.js?id=8af0c9c0d989b79afe124f8138dc1a63",
|
"/app.js": "/app.js?id=8af0c9c0d989b79afe124f8138dc1a63",
|
||||||
"/app.css": "/app.css?id=1d2f6afaa80ea821ddceaec15e7c98e7"
|
"/app.css": "/app.css?id=e4b8956c70bf9d6dd7a8fc3297132676"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -19,6 +19,7 @@
|
|||||||
|
|
||||||
&.overlay-Black {
|
&.overlay-Black {
|
||||||
color: $c-white;
|
color: $c-white;
|
||||||
|
text-align: center;
|
||||||
|
|
||||||
&:before {
|
&:before {
|
||||||
content: "";
|
content: "";
|
||||||
@@ -30,6 +31,10 @@
|
|||||||
background: rgba($c-black, 0.8);
|
background: rgba($c-black, 0.8);
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.col:last-of-type {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.container {
|
.container {
|
||||||
|
|||||||
Reference in New Issue
Block a user