From 92f73a50032ed37daafa1a8cdb777aeafe21aa4e Mon Sep 17 00:00:00 2001 From: Thomas Smith <49042513+tsmitty11@users.noreply.github.com> Date: Wed, 14 Sep 2022 21:36:49 -0400 Subject: [PATCH] icon on large cta --- src/layouts/partials/full-width-cta.html | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/src/layouts/partials/full-width-cta.html b/src/layouts/partials/full-width-cta.html index 980adc5..0d4e8c8 100644 --- a/src/layouts/partials/full-width-cta.html +++ b/src/layouts/partials/full-width-cta.html @@ -33,10 +33,24 @@ padding: 0px 160px; } + /* Icon Styling */ + + .btn-primary .icon-enter-arrow{ + display: inline-block; + position: relaitve; + margin-right: 10px; + transition: 0.2s linear; + } + + .btn-primary:hover .icon-enter-arrow{ + display: inline-block; + transform: rotate(-45deg) !important; + } +
- Authenticate with tea devs authenticated + Authenticate with tea devs authenticated