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; }