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 {
|
||||
color: #fff;
|
||||
text-align: center;
|
||||
}
|
||||
.background-image-cta.overlay-Black:before {
|
||||
content: "";
|
||||
@@ -12581,6 +12582,9 @@ footer.sub-footer {
|
||||
background: rgba(0, 0, 0, 0.8);
|
||||
z-index: 1;
|
||||
}
|
||||
.background-image-cta.overlay-Black .col:last-of-type {
|
||||
display: none;
|
||||
}
|
||||
.background-image-cta .container {
|
||||
position: relative;
|
||||
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.css": "/app.css?id=1d2f6afaa80ea821ddceaec15e7c98e7"
|
||||
"/app.css": "/app.css?id=e4b8956c70bf9d6dd7a8fc3297132676"
|
||||
}
|
||||
|
||||
@@ -19,6 +19,7 @@
|
||||
|
||||
&.overlay-Black {
|
||||
color: $c-white;
|
||||
text-align: center;
|
||||
|
||||
&:before {
|
||||
content: "";
|
||||
@@ -30,6 +31,10 @@
|
||||
background: rgba($c-black, 0.8);
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
.col:last-of-type {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
.container {
|
||||
|
||||
Reference in New Issue
Block a user