WIP
This commit is contained in:
9
dist/app.css
vendored
9
dist/app.css
vendored
@@ -12043,12 +12043,17 @@ a {
|
|||||||
.cta-button a {
|
.cta-button a {
|
||||||
background-color: #063C5A;
|
background-color: #063C5A;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
display: inline-block;
|
display: inline-flex;
|
||||||
|
justify-content: center;
|
||||||
|
align-items: center;
|
||||||
height: 52px;
|
height: 52px;
|
||||||
width: 360px;
|
width: 360px;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
border-radius: 42px;
|
border-radius: 42px;
|
||||||
text-align: center;
|
}
|
||||||
|
.cta-button a:hover {
|
||||||
|
background-color: #B9AF78;
|
||||||
|
color: #063C5A;
|
||||||
}
|
}
|
||||||
|
|
||||||
.intro_block, .team-member-top, .team-members-top {
|
.intro_block, .team-member-top, .team-members-top {
|
||||||
|
|||||||
2
dist/mix-manifest.json
vendored
2
dist/mix-manifest.json
vendored
@@ -1,4 +1,4 @@
|
|||||||
{
|
{
|
||||||
"/app.js": "/app.js?id=099e96d934e937b07341f2ca9fb82ec2",
|
"/app.js": "/app.js?id=099e96d934e937b07341f2ca9fb82ec2",
|
||||||
"/app.css": "/app.css?id=fae5d262487b5908ed0801126042eb22"
|
"/app.css": "/app.css?id=4f1103a8f999ff4b498ceef6beea1123"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -12,14 +12,21 @@ a {
|
|||||||
|
|
||||||
.cta-button {
|
.cta-button {
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
|
|
||||||
a {
|
a {
|
||||||
background-color: $c-navy;
|
background-color: $c-navy;
|
||||||
color: $c-white;
|
color: $c-white;
|
||||||
display: inline-block;
|
display: inline-flex ;
|
||||||
|
justify-content: center;
|
||||||
|
align-items: center;
|
||||||
height: 52px;
|
height: 52px;
|
||||||
width: 360px;
|
width: 360px;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
border-radius: 42px;
|
border-radius: 42px;
|
||||||
text-align: center;
|
|
||||||
|
&:hover {
|
||||||
|
background-color: $c-tan;
|
||||||
|
color: $c-navy;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -7,7 +7,7 @@
|
|||||||
{{{ content }}}
|
{{{ content }}}
|
||||||
|
|
||||||
{{#if button_target}}
|
{{#if button_target}}
|
||||||
<p class="cta-button mt-4">
|
<p class="cta-button mt-5">
|
||||||
<a href="{{ button_target }}">{{ button_text }}</a>
|
<a href="{{ button_target }}">{{ button_text }}</a>
|
||||||
</p>
|
</p>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
|||||||
Reference in New Issue
Block a user