From b07f0e018c5fa803accd6571ede0550c028df107 Mon Sep 17 00:00:00 2001 From: Sara Bianchi Date: Thu, 28 Dec 2023 18:50:18 +0100 Subject: [PATCH] style: fixed input form style --- src/theme/ItaliaTheme/Blocks/_form.scss | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/src/theme/ItaliaTheme/Blocks/_form.scss b/src/theme/ItaliaTheme/Blocks/_form.scss index 2e4681778..e1cfc49db 100644 --- a/src/theme/ItaliaTheme/Blocks/_form.scss +++ b/src/theme/ItaliaTheme/Blocks/_form.scss @@ -43,6 +43,13 @@ } } } + + textarea { + &.form-control.is-invalid { + background-position-x: 99% !important; + background-size: 16px !important; + } + } } } @@ -90,9 +97,17 @@ border-bottom-color: $danger !important; } } + + .react-select__menu { + z-index: 2; + } } .bootstrap-checkbox-radio-wrapper { + padding-right: 2rem; + background-position: 99% !important; + background-size: 22px 20px !important; + > label { position: unset;