From 606670815c48a87f8c3ab5bc074e1ef8f7a06435 Mon Sep 17 00:00:00 2001 From: Kris Date: Wed, 25 Apr 2018 21:59:47 -0400 Subject: [PATCH] Improving signup CTA padding --- app/assets/stylesheets/common/base/topic-post.scss | 10 ++++++++++ app/assets/stylesheets/desktop/topic-post.scss | 4 ---- app/assets/stylesheets/mobile/topic-post.scss | 2 -- 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/app/assets/stylesheets/common/base/topic-post.scss b/app/assets/stylesheets/common/base/topic-post.scss index ea71beeea0..4a02b665ef 100644 --- a/app/assets/stylesheets/common/base/topic-post.scss +++ b/app/assets/stylesheets/common/base/topic-post.scss @@ -630,3 +630,13 @@ and (max-width : 767px) { clear: left; } } + +.signup-cta { + a { + float: right; + text-decoration: underline; + } + .buttons { + margin-bottom: 1em; + } +} diff --git a/app/assets/stylesheets/desktop/topic-post.scss b/app/assets/stylesheets/desktop/topic-post.scss index a039a948cb..80f30ad22f 100644 --- a/app/assets/stylesheets/desktop/topic-post.scss +++ b/app/assets/stylesheets/desktop/topic-post.scss @@ -947,10 +947,6 @@ span.highlighted { .signup-cta { width: $topic-body-width; - a { - float: right; - text-decoration: underline; - } } /* Tablet (portrait) ----------- */ diff --git a/app/assets/stylesheets/mobile/topic-post.scss b/app/assets/stylesheets/mobile/topic-post.scss index 0f0004c25e..5f936a2761 100644 --- a/app/assets/stylesheets/mobile/topic-post.scss +++ b/app/assets/stylesheets/mobile/topic-post.scss @@ -466,8 +466,6 @@ span.highlighted { margin-right: auto; width: calc(100% - 50px); a { - float: right; - text-decoration: underline; margin-top: 7px; } button {