WIP
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
@import "flex-side-by-side";
|
||||
@import "flex-text-over-image-a";
|
||||
@import "flex-text-over-image-b";
|
||||
@import "flex-text-over-image-c";
|
||||
@import "flex-multiblock-callout";
|
||||
@import "flex-5050-cta";
|
||||
@import "flex-grid-callout";
|
||||
|
||||
22
src/scss/flex-text-over-image-c.scss
Normal file
22
src/scss/flex-text-over-image-c.scss
Normal file
@@ -0,0 +1,22 @@
|
||||
.text-over-image-c {
|
||||
background-position: center;
|
||||
background-size: cover;
|
||||
padding-top: 6rem;
|
||||
padding-bottom: 10rem;
|
||||
|
||||
.content-wrapper {
|
||||
.content {
|
||||
h2 {
|
||||
@extend .goudy;
|
||||
font-size: 70px;
|
||||
line-height: 77px;
|
||||
margin-bottom: 2rem;
|
||||
color: $c-navy;
|
||||
}
|
||||
|
||||
strong {
|
||||
color: $c-navy;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user