WIP
This commit is contained in:
11
dist/app.css
vendored
11
dist/app.css
vendored
@@ -12048,13 +12048,13 @@ a {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.headline-lg, .post-type-archive-team-member .team-members h2, .post-type-archive-team-member .team-members .h2, section.grid-callout h2, section.grid-callout .h2, section.flex-5050-cta h2, section.flex-5050-cta .h2, section.multiblock-callout h2, section.multiblock-callout .h2, .text-over-image-b .content-wrapper .content h2, .text-over-image-b .content-wrapper .content .h2, section.side-by-side-text h2, section.side-by-side-text .h2 {
|
.headline-lg, .post-type-archive-team-member .team-members h2, .post-type-archive-team-member .team-members .h2, section.services-blocks h2, section.services-blocks .h2, section.grid-callout h2, section.grid-callout .h2, section.flex-5050-cta h2, section.flex-5050-cta .h2, section.multiblock-callout h2, section.multiblock-callout .h2, .text-over-image-b .content-wrapper .content h2, .text-over-image-b .content-wrapper .content .h2, section.side-by-side-text h2, section.side-by-side-text .h2 {
|
||||||
font-size: 40px;
|
font-size: 40px;
|
||||||
line-height: 40px;
|
line-height: 40px;
|
||||||
margin-bottom: 2rem;
|
margin-bottom: 2rem;
|
||||||
}
|
}
|
||||||
@media (min-width: 768px) {
|
@media (min-width: 768px) {
|
||||||
.headline-lg, .post-type-archive-team-member .team-members h2, .post-type-archive-team-member .team-members .h2, section.grid-callout h2, section.grid-callout .h2, section.flex-5050-cta h2, section.flex-5050-cta .h2, section.multiblock-callout h2, section.multiblock-callout .h2, .text-over-image-b .content-wrapper .content h2, .text-over-image-b .content-wrapper .content .h2, section.side-by-side-text h2, section.side-by-side-text .h2 {
|
.headline-lg, .post-type-archive-team-member .team-members h2, .post-type-archive-team-member .team-members .h2, section.services-blocks h2, section.services-blocks .h2, section.grid-callout h2, section.grid-callout .h2, section.flex-5050-cta h2, section.flex-5050-cta .h2, section.multiblock-callout h2, section.multiblock-callout .h2, .text-over-image-b .content-wrapper .content h2, .text-over-image-b .content-wrapper .content .h2, section.side-by-side-text h2, section.side-by-side-text .h2 {
|
||||||
font-size: 70px;
|
font-size: 70px;
|
||||||
line-height: 70px;
|
line-height: 70px;
|
||||||
margin-bottom: 3rem;
|
margin-bottom: 3rem;
|
||||||
@@ -12524,6 +12524,13 @@ section.large-quote .quote p.attribution {
|
|||||||
line-height: 63px;
|
line-height: 63px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
section.services-blocks {
|
||||||
|
background-color: #063C5A;
|
||||||
|
}
|
||||||
|
section.services-blocks h2, section.services-blocks .h2 {
|
||||||
|
color: #fff;
|
||||||
|
}
|
||||||
|
|
||||||
.post-type-archive-team-member .team-members h2, .post-type-archive-team-member .team-members .h2 {
|
.post-type-archive-team-member .team-members h2, .post-type-archive-team-member .team-members .h2 {
|
||||||
color: #063C5A;
|
color: #063C5A;
|
||||||
margin-top: 6rem;
|
margin-top: 6rem;
|
||||||
|
|||||||
2
dist/mix-manifest.json
vendored
2
dist/mix-manifest.json
vendored
@@ -1,4 +1,4 @@
|
|||||||
{
|
{
|
||||||
"/app.js": "/app.js?id=ac271f1d4ead304b5ae143995cb9455e",
|
"/app.js": "/app.js?id=ac271f1d4ead304b5ae143995cb9455e",
|
||||||
"/app.css": "/app.css?id=c42c8f1b7968cb7cc55118e8879478db"
|
"/app.css": "/app.css?id=d20064ca7cd08dad9836b3c5659295ba"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -18,6 +18,7 @@
|
|||||||
@import "flex-grid-callout";
|
@import "flex-grid-callout";
|
||||||
@import "flex-3-column-callouts";
|
@import "flex-3-column-callouts";
|
||||||
@import "flex-large-quote";
|
@import "flex-large-quote";
|
||||||
|
@import "flex-services-blocks";
|
||||||
|
|
||||||
@import "team-members";
|
@import "team-members";
|
||||||
@import "team-member";
|
@import "team-member";
|
||||||
|
|||||||
8
src/scss/flex-services-blocks.scss
Normal file
8
src/scss/flex-services-blocks.scss
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
section.services-blocks {
|
||||||
|
background-color: $c-navy;
|
||||||
|
|
||||||
|
h2 {
|
||||||
|
@extend .headline-lg;
|
||||||
|
color: $c-white;
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user