From 87af371b16852e48f27200a3a4292a7e8690f82e Mon Sep 17 00:00:00 2001 From: Ivan Ottinger <25105483+ivan-ottinger@users.noreply.github.com> Date: Fri, 13 Sep 2024 16:52:51 +0200 Subject: [PATCH] Adjust referral form fields style --- .../sections/marketplace/checkout/style.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/client/a8c-for-agencies/sections/marketplace/checkout/style.scss b/client/a8c-for-agencies/sections/marketplace/checkout/style.scss index 2fb1e8c4ea9b69..c88135874f29c6 100644 --- a/client/a8c-for-agencies/sections/marketplace/checkout/style.scss +++ b/client/a8c-for-agencies/sections/marketplace/checkout/style.scss @@ -274,6 +274,11 @@ .checkout__client-referral-form { padding-block-start: 48px; + + input[type="text"].form-text-input:disabled, + .form-textarea:disabled { + border-color: var(--color-neutral-10); + } } .checkout__aside--client {