summaryrefslogtreecommitdiff
path: root/src/styles
diff options
context:
space:
mode:
authorRafi Zadanly <zadanlyr@gmail.com>2023-01-13 17:03:51 +0700
committerRafi Zadanly <zadanlyr@gmail.com>2023-01-13 17:03:51 +0700
commitb517722a1d370cbd7457cf98866b806832d61680 (patch)
tree907fedb193ece168f84cdc046c3fb9490406fe4c /src/styles
parent99c4d78b198d6baaded5b96a604525feb1b099ba (diff)
Formik and yup implement
Diffstat (limited to 'src/styles')
-rw-r--r--src/styles/globals.css13
1 files changed, 12 insertions, 1 deletions
diff --git a/src/styles/globals.css b/src/styles/globals.css
index e223036b..6c0a7607 100644
--- a/src/styles/globals.css
+++ b/src/styles/globals.css
@@ -124,7 +124,8 @@ html, body {
.btn-yellow,
.btn-light,
- .btn-red {
+ .btn-red,
+ .btn-green {
@apply
block
w-fit
@@ -159,6 +160,16 @@ html, body {
;
}
+ .btn-green {
+ @apply
+ bg-green_r-3
+ border-green_r-6
+ text-green_r-11
+ disabled:text-green_r-10
+ disabled:bg-green_r-6
+ ;
+ }
+
.btn-light {
@apply
bg-gray_r-3