From a7e68066bcd1989877cecb77738a413bc9da69dd Mon Sep 17 00:00:00 2001 From: Jack Anderson Date: Fri, 22 Nov 2024 13:21:04 +0000 Subject: [PATCH] Update Two Factor input styling --- .../shell/src/themes/suite8/css/components/_input.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/core/app/shell/src/themes/suite8/css/components/_input.scss b/core/app/shell/src/themes/suite8/css/components/_input.scss index 48784b5a1..953c826d6 100644 --- a/core/app/shell/src/themes/suite8/css/components/_input.scss +++ b/core/app/shell/src/themes/suite8/css/components/_input.scss @@ -58,6 +58,10 @@ input { -moz-appearance: none; appearance: none; } + + #auth_code { + text-align: center; + } } @media all and (min-width: $breakpoint-medium) { @@ -71,10 +75,6 @@ input { color: $shell-grey; } - #auth_code { - text-align: center; - } - select { padding: 0.6em 0 0.6em 0.6em; }