summaryrefslogtreecommitdiff
path: root/src/styles/globals.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/styles/globals.css')
-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