WIP
This commit is contained in:
5
dist/app.css
vendored
5
dist/app.css
vendored
@@ -12555,6 +12555,11 @@ section.services-blocks .block:nth-of-type(even) svg {
|
|||||||
section.services-blocks .block:first-of-type {
|
section.services-blocks .block:first-of-type {
|
||||||
background-color: #B9AF78;
|
background-color: #B9AF78;
|
||||||
}
|
}
|
||||||
|
@media (max-width: 991.98px) {
|
||||||
|
section.services-blocks .large-arrow {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.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;
|
||||||
|
|||||||
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=125870e5189a87c0e659686f2ed85640"
|
"/app.css": "/app.css?id=236bf64d3c7c8284a2645df6fe9c2013"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -38,4 +38,10 @@ section.services-blocks {
|
|||||||
background-color: $c-tan;
|
background-color: $c-tan;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.large-arrow {
|
||||||
|
@include media-breakpoint-down(lg) {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -4,19 +4,21 @@
|
|||||||
<div class="col">
|
<div class="col">
|
||||||
<h2>{{ headline }}</h2>
|
<h2>{{ headline }}</h2>
|
||||||
|
|
||||||
{{#each callouts}}
|
<div class="blocks">
|
||||||
<div class="block">
|
{{#each callouts}}
|
||||||
{{#assetContents arrow-circle.svg}}
|
<div class="block">
|
||||||
<h3>{{ headline }}</h3>
|
{{#assetContents arrow-circle.svg}}
|
||||||
{{{ description }}}
|
<h3>{{ headline }}</h3>
|
||||||
|
{{{ description }}}
|
||||||
|
|
||||||
{{#if @first}}
|
{{#if @first}}
|
||||||
<div class="large-arrow">
|
<div class="large-arrow">
|
||||||
{{#assetContents arrow-circle.svg}}
|
{{#assetContents arrow-circle.svg}}
|
||||||
</div>
|
</div>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
</div>
|
</div>
|
||||||
{{/each}}
|
{{/each}}
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user