summaryrefslogtreecommitdiff
path: root/src/styles
diff options
context:
space:
mode:
Diffstat (limited to 'src/styles')
-rw-r--r--src/styles/globals.css13
1 files changed, 13 insertions, 0 deletions
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