four col thing
This commit is contained in:
8
dist/app.css
vendored
8
dist/app.css
vendored
@@ -12558,6 +12558,12 @@ footer.sub-footer {
|
|||||||
background-position: center;
|
background-position: center;
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
.background-image-cta.no-button {
|
||||||
|
padding: 10rem 0;
|
||||||
|
}
|
||||||
|
.background-image-cta.no-button p {
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
.background-image-cta.overlay-White:before {
|
.background-image-cta.overlay-White:before {
|
||||||
content: "";
|
content: "";
|
||||||
position: absolute;
|
position: absolute;
|
||||||
@@ -12579,7 +12585,7 @@ footer.sub-footer {
|
|||||||
left: 0;
|
left: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
background: rgba(0, 0, 0, 0.8);
|
background: rgba(0, 0, 0, 0.6);
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
}
|
}
|
||||||
.background-image-cta.overlay-Black .col:last-of-type {
|
.background-image-cta.overlay-Black .col:last-of-type {
|
||||||
|
|||||||
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=e4b8956c70bf9d6dd7a8fc3297132676"
|
"/app.css": "/app.css?id=e3af8a40ecb4da069956e4f3e20e929b"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -4,6 +4,14 @@
|
|||||||
background-position: center;
|
background-position: center;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
||||||
|
&.no-button {
|
||||||
|
padding: 10rem 0;
|
||||||
|
|
||||||
|
p {
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
&.overlay-White {
|
&.overlay-White {
|
||||||
&:before {
|
&:before {
|
||||||
content: "";
|
content: "";
|
||||||
@@ -28,7 +36,7 @@
|
|||||||
left: 0;
|
left: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
background: rgba($c-black, 0.8);
|
background: rgba($c-black, 0.6);
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user