From 9aeb019257787b355f7b51f401d7f417899252f5 Mon Sep 17 00:00:00 2001 From: Rafi Zadanly Date: Thu, 12 Jan 2023 17:12:31 +0700 Subject: form validation, fix cart, fix checkout, create address --- src/styles/globals.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'src/styles') diff --git a/src/styles/globals.css b/src/styles/globals.css index e90228bd..e223036b 100644 --- a/src/styles/globals.css +++ b/src/styles/globals.css @@ -115,6 +115,13 @@ html, body { ; } + .form-input[aria-invalid] { + @apply + border-red_r-10 + focus:border-red_r-10 + ; + } + .btn-yellow, .btn-light, .btn-red { @@ -400,4 +407,10 @@ html, body { !shadow-none !border-gray_r-7 ; +} + +.form-select__control--menu-is-open { + @apply + !border-yellow_r-9 + ; } \ No newline at end of file -- cgit v1.2.3