WIP
This commit is contained in:
12
dist/app.css
vendored
12
dist/app.css
vendored
@@ -12033,7 +12033,7 @@ a {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.goudy, .team-member .bio-wrapper .right h2, .team-member .bio-wrapper .right .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, .intro_block h1, .team-member-top h1, .team-members-top h1, .intro_block .h1, .team-member-top .h1, .team-members-top .h1 {
|
||||
.goudy, .team-member .bio-wrapper .right h2, .team-member .bio-wrapper .right .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, .intro_block h1, .team-member-top h1, .team-members-top h1, .intro_block .h1, .team-member-top .h1, .team-members-top .h1 {
|
||||
font-family: "Goudy Bookletter 1911", serif;
|
||||
}
|
||||
|
||||
@@ -12201,6 +12201,16 @@ section.flex-5050-cta h2, section.flex-5050-cta .h2 {
|
||||
margin-bottom: 3rem;
|
||||
}
|
||||
|
||||
section.grid-callout {
|
||||
padding: 5rem 0;
|
||||
}
|
||||
section.grid-callout h2, section.grid-callout .h2 {
|
||||
color: #063C5A;
|
||||
font-size: 70px;
|
||||
line-height: 70px;
|
||||
margin-bottom: 3rem;
|
||||
}
|
||||
|
||||
.team-members .team-members-wrapper {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
|
||||
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=b7f80c707cd66ce6665e4358486c5721"
|
||||
"/app.css": "/app.css?id=e5a90d22eb5caff432964c7b6882b8c2"
|
||||
}
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
@import "flex-text-over-image-b";
|
||||
@import "flex-multiblock-callout";
|
||||
@import "flex-5050-cta";
|
||||
@import "flex-grid-callout";
|
||||
|
||||
@import "team-members";
|
||||
@import "team-member";
|
||||
|
||||
11
src/scss/flex-grid-callout.scss
Normal file
11
src/scss/flex-grid-callout.scss
Normal file
@@ -0,0 +1,11 @@
|
||||
section.grid-callout {
|
||||
padding: 5rem 0;
|
||||
|
||||
h2 {
|
||||
@extend .goudy;
|
||||
color: $c-navy;
|
||||
font-size: 70px;
|
||||
line-height: 70px;
|
||||
margin-bottom: 3rem;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user