diff --git a/acrobat/blocks/verb-widget/verb-widget.css b/acrobat/blocks/verb-widget/verb-widget.css index 08a9fa40..0fd69909 100644 --- a/acrobat/blocks/verb-widget/verb-widget.css +++ b/acrobat/blocks/verb-widget/verb-widget.css @@ -249,6 +249,21 @@ margin-left: 15px; } +.verb-mobile-cta { + display: flex; + top: 324px; + left: 40px; + padding: 11px 25px; + border-radius: 47px; + background: #1473e6; + color: white; + white-space: nowrap; + font-weight: 700; + justify-content: center; + align-items: center; + width: 30%; +} + .verb-mobile-cta:hover, .verb-mobile-cta:active { background-color: #0054b6; @@ -265,19 +280,6 @@ padding: 48px 0 48px 48px; /* cursor: pointer; */ } - - .verb-mobile-cta { - background: #1473e6; - border-radius: 8px; - padding: 11px 27px; - color: #fff; - white-space: nowrap; - font-weight: 700; - display: flex; - justify-content: center; - align-items: center; - width: 30%; - } } /* responsive design */ @@ -315,19 +317,4 @@ .verb-cta { cursor: pointer; } - - .verb-mobile-cta { - display: flex; - top: 324px; - left: 40px; - padding: 11px 25px; - border-radius: 47px; - background: #1473e6; - color: white; - white-space: nowrap; - font-weight: 700; - justify-content: center; - align-items: center; - width: 30%; - } }