From 0ba86df75fbed28451adb4fe1464999199342cc0 Mon Sep 17 00:00:00 2001 From: Dariusz Szut Date: Sat, 29 Jan 2022 09:02:53 +0100 Subject: [PATCH] IBX-1601: Moved arrows in input number to the right --- src/bundle/Resources/public/scss/_inputs.scss | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/bundle/Resources/public/scss/_inputs.scss b/src/bundle/Resources/public/scss/_inputs.scss index 50aa7c5c42..de3ae1087a 100644 --- a/src/bundle/Resources/public/scss/_inputs.scss +++ b/src/bundle/Resources/public/scss/_inputs.scss @@ -383,6 +383,18 @@ } } + &--type-number { + .ibexa-input-text-wrapper { + &__actions { + right: calculateRem(32px); + } + } + + .ibexa-input--text { + padding-right: calculateRem(12px); + } + } + &--search { .ibexa-input--text { padding-right: calculateRem(56px);