WIP
This commit is contained in:
14
dist/app.css
vendored
14
dist/app.css
vendored
@@ -12103,6 +12103,20 @@ section.side-by-side-text .right > * {
|
||||
padding-left: 6rem;
|
||||
}
|
||||
|
||||
.text-over-image-a {
|
||||
background-position: center;
|
||||
background-size: cover;
|
||||
}
|
||||
.text-over-image-a .content-wrapper {
|
||||
background-color: rgba(6, 60, 90, 0.8);
|
||||
transform: translateY(-1.25rem);
|
||||
padding-top: 4rem;
|
||||
padding-bottom: 2rem;
|
||||
}
|
||||
.text-over-image-a .content-wrapper .content {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.text-over-image-b {
|
||||
background-position: center;
|
||||
background-size: cover;
|
||||
|
||||
2
dist/mix-manifest.json
vendored
2
dist/mix-manifest.json
vendored
@@ -1,4 +1,4 @@
|
||||
{
|
||||
"/app.js": "/app.js?id=099e96d934e937b07341f2ca9fb82ec2",
|
||||
"/app.css": "/app.css?id=9d796c4c085b0983ad4c39dea2172fc9"
|
||||
"/app.css": "/app.css?id=96fb32fdca84f9e3379b00ab8d088f0b"
|
||||
}
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
|
||||
@import "flex-intro-block";
|
||||
@import "flex-side-by-side";
|
||||
@import "flex-text-over-image-a";
|
||||
@import "flex-text-over-image-b";
|
||||
@import "flex-multiblock-callout";
|
||||
@import "flex-5050-cta";
|
||||
|
||||
15
src/scss/flex-text-over-image-a.scss
Normal file
15
src/scss/flex-text-over-image-a.scss
Normal file
@@ -0,0 +1,15 @@
|
||||
.text-over-image-a {
|
||||
background-position: center;
|
||||
background-size: cover;
|
||||
|
||||
.content-wrapper {
|
||||
background-color: rgba($c-navy, 0.8);
|
||||
transform: translateY(-1.25rem);
|
||||
padding-top: 4rem;
|
||||
padding-bottom: 2rem;
|
||||
|
||||
.content {
|
||||
color: $c-white;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user