summaryrefslogtreecommitdiff
path: root/src/styles
diff options
context:
space:
mode:
authorIT Fixcomart <it@fixcomart.co.id>2023-11-21 06:10:12 +0000
committerIT Fixcomart <it@fixcomart.co.id>2023-11-21 06:10:12 +0000
commit0fc062268c71d53f8777c358b31e2a540d60d404 (patch)
tree0183a00dcfb14583c7dfa80da082c21630afe375 /src/styles
parent6ebe202147269100cd63ef125e877e8f693a27a1 (diff)
parent6a6ce21e5a552b0dc6cd541710a87fd0a0fd9d20 (diff)
Merged in refactor/all (pull request #116)
Refactor/all
Diffstat (limited to 'src/styles')
-rw-r--r--src/styles/globals.css6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/styles/globals.css b/src/styles/globals.css
index ea20b247..bf9fec10 100644
--- a/src/styles/globals.css
+++ b/src/styles/globals.css
@@ -107,7 +107,7 @@ button {
disabled:bg-gray_r-5;
}
- .form-input[aria-invalid] {
+ .form-input[aria-invalid="true"] {
@apply border-danger-500
focus:border-danger-500;
}
@@ -116,6 +116,10 @@ button {
@apply py-2;
}
+ .form-msg-danger {
+ @apply text-danger-600 mt-2 block;
+ }
+
.btn-yellow,
.btn-light,
.btn-red,