WIP
This commit is contained in:
2
dist/app.css
vendored
2
dist/app.css
vendored
@@ -12054,14 +12054,12 @@ a {
|
||||
}
|
||||
.cta-button a:hover {
|
||||
background-color: #B9AF78;
|
||||
color: #063C5A;
|
||||
}
|
||||
.cta-button.gold a {
|
||||
background-color: #B9AF78;
|
||||
}
|
||||
.cta-button.gold a:hover {
|
||||
background-color: #063C5A;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.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.css": "/app.css?id=871d33721193d09263f390029c49db23"
|
||||
"/app.css": "/app.css?id=9d796c4c085b0983ad4c39dea2172fc9"
|
||||
}
|
||||
|
||||
@@ -27,7 +27,6 @@ a {
|
||||
|
||||
&:hover {
|
||||
background-color: $c-tan;
|
||||
color: $c-navy;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -37,7 +36,6 @@ a {
|
||||
|
||||
&:hover {
|
||||
background-color: $c-navy;
|
||||
color: $c-white;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
16
tpl/flex_text_over_image_a.tpl
Normal file
16
tpl/flex_text_over_image_a.tpl
Normal file
@@ -0,0 +1,16 @@
|
||||
<section class="text-over-image-a" style="background-image: url({{ background_image }});">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col">
|
||||
<div class="content-wrapper">
|
||||
<div class="content">
|
||||
<h2>{{ headline }}</h2>
|
||||
{{{ content }}}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="col"> </div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
Reference in New Issue
Block a user