diff --git a/dist/app.css b/dist/app.css index 986de10..c73bd43 100644 --- a/dist/app.css +++ b/dist/app.css @@ -12609,6 +12609,21 @@ section.services-blocks .large-arrow svg { } } +section.blue-background-grid { + background-color: #063C5A; + padding: 4rem; + color: #fff; +} +section.blue-background-grid .col { + position: relative; +} +section.blue-background-grid svg { + position: absolute; + width: 25%; + height: auto; + opacity: 0.5; +} + .post-type-archive-team-member .team-members h2, .post-type-archive-team-member .team-members .h2 { color: #063C5A; margin-top: 6rem; diff --git a/dist/mix-manifest.json b/dist/mix-manifest.json index 56583dc..f5d9edf 100644 --- a/dist/mix-manifest.json +++ b/dist/mix-manifest.json @@ -1,4 +1,4 @@ { "/app.js": "/app.js?id=ac271f1d4ead304b5ae143995cb9455e", - "/app.css": "/app.css?id=132700a2b4f44c24655505165f53a5f7" + "/app.css": "/app.css?id=84b4d00a7465cc1b40669af0fe037a5e" } diff --git a/src/scss/app.scss b/src/scss/app.scss index bad68d9..8e91baf 100644 --- a/src/scss/app.scss +++ b/src/scss/app.scss @@ -19,6 +19,7 @@ @import "flex-3-column-callouts"; @import "flex-large-quote"; @import "flex-services-blocks"; +@import "flex-blue-background-grid"; @import "team-members"; @import "team-member";