From 1d463ea292e67390a968f7037b46bfc98f3d7f7c Mon Sep 17 00:00:00 2001 From: Xavier Conejo Date: Thu, 28 Sep 2023 14:08:30 +0200 Subject: [PATCH] feat(components/molecule/phoneInput): Update positioning input phone --- components/molecule/phoneInput/src/index.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/components/molecule/phoneInput/src/index.scss b/components/molecule/phoneInput/src/index.scss index b4ea3b753..5316a0a99 100644 --- a/components/molecule/phoneInput/src/index.scss +++ b/components/molecule/phoneInput/src/index.scss @@ -43,10 +43,10 @@ $h-molecule-phone-input: 40px; & > input { background: none; + } - &.sui-AtomInput-input--noBorder { - position: relative; - } + & .sui-AtomInput-input { + position: relative; } & span.sui-AtomHelpText, @@ -60,7 +60,7 @@ $h-molecule-phone-input: 40px; & .sui-MoleculeField-labelContainer { left: 0; position: absolute; - top: -$m-s; + top: 0; } &.splitted {