From 962eea14799b33499a059a35e3b1f8027a1fcd5f Mon Sep 17 00:00:00 2001 From: Thomas Smith <49042513+tsmitty11@users.noreply.github.com> Date: Wed, 14 Sep 2022 21:41:58 -0400 Subject: [PATCH] Large Discord button --- src/layouts/partials/full-width-discord-cta.html | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/src/layouts/partials/full-width-discord-cta.html b/src/layouts/partials/full-width-discord-cta.html index 4ecacd4..7e8ad4a 100644 --- a/src/layouts/partials/full-width-discord-cta.html +++ b/src/layouts/partials/full-width-discord-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; + } +
- Join our Discord devs authenticated + Join our Discord devs authenticated