diff --git a/dist/app.css b/dist/app.css index 2514334..9deb90a 100644 --- a/dist/app.css +++ b/dist/app.css @@ -12043,12 +12043,17 @@ a { .cta-button a { background-color: #063C5A; color: #fff; - display: inline-block; + display: inline-flex; + justify-content: center; + align-items: center; height: 52px; width: 360px; max-width: 100%; border-radius: 42px; - text-align: center; +} +.cta-button a:hover { + background-color: #B9AF78; + color: #063C5A; } .intro_block, .team-member-top, .team-members-top { diff --git a/dist/mix-manifest.json b/dist/mix-manifest.json index 8927c64..d06718d 100644 --- a/dist/mix-manifest.json +++ b/dist/mix-manifest.json @@ -1,4 +1,4 @@ { "/app.js": "/app.js?id=099e96d934e937b07341f2ca9fb82ec2", - "/app.css": "/app.css?id=fae5d262487b5908ed0801126042eb22" + "/app.css": "/app.css?id=4f1103a8f999ff4b498ceef6beea1123" } diff --git a/src/scss/global.scss b/src/scss/global.scss index 085d20a..dbed530 100644 --- a/src/scss/global.scss +++ b/src/scss/global.scss @@ -12,14 +12,21 @@ a { .cta-button { margin-bottom: 0; + a { background-color: $c-navy; color: $c-white; - display: inline-block; + display: inline-flex ; + justify-content: center; + align-items: center; height: 52px; width: 360px; max-width: 100%; border-radius: 42px; - text-align: center; + + &:hover { + background-color: $c-tan; + color: $c-navy; + } } } diff --git a/tpl/flex_5050_cta.tpl b/tpl/flex_5050_cta.tpl index 3b29e70..35e0986 100644 --- a/tpl/flex_5050_cta.tpl +++ b/tpl/flex_5050_cta.tpl @@ -7,7 +7,7 @@ {{{ content }}} {{#if button_target}} -
{{/if}}