From 2aab306665ed6812900e0efd98b7e68a322f298f Mon Sep 17 00:00:00 2001 From: Jordan Vidrine <30537603+jordanvidrine@users.noreply.github.com> Date: Thu, 18 Feb 2021 08:12:03 -0600 Subject: [PATCH] UX: Remove margin from security key login button (#12115) This commit removes the right margin from the security key button in the login with security key screen. --- app/assets/stylesheets/common/base/login.scss | 3 --- 1 file changed, 3 deletions(-) diff --git a/app/assets/stylesheets/common/base/login.scss b/app/assets/stylesheets/common/base/login.scss index 12e18fc95b3..84b2661e8a0 100644 --- a/app/assets/stylesheets/common/base/login.scss +++ b/app/assets/stylesheets/common/base/login.scss @@ -304,9 +304,6 @@ button#new-account-link { display: flex; flex-wrap: wrap; align-items: center; - button { - margin-right: 1.5em; - } p { margin: 0; font-size: $font-0;