summaryrefslogtreecommitdiff
path: root/src/styles
diff options
context:
space:
mode:
authorRafi Zadanly <zadanlyr@gmail.com>2023-02-02 17:13:12 +0700
committerRafi Zadanly <zadanlyr@gmail.com>2023-02-02 17:13:12 +0700
commitd4d4227dfb2fefa56ded8ff5897469459f56b069 (patch)
tree46b1572614684e7472b60b696d148749cdc71f77 /src/styles
parentbe2bc90edc387966cb1b23c60a80e4b5fcf4bec9 (diff)
no message
Diffstat (limited to 'src/styles')
-rw-r--r--src/styles/globals.css11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/styles/globals.css b/src/styles/globals.css
index 2b2b6271..ec603157 100644
--- a/src/styles/globals.css
+++ b/src/styles/globals.css
@@ -153,6 +153,7 @@ html, body {
.btn-yellow,
.btn-light,
.btn-red,
+ .btn-solid-red,
.btn-green {
@apply
block
@@ -188,6 +189,16 @@ html, body {
;
}
+ .btn-solid-red {
+ @apply
+ bg-red_r-11
+ border-red_r-11
+ text-gray_r-1
+ disabled:text-gray_r-1
+ disabled:bg-red_r-8
+ ;
+ }
+
.btn-green {
@apply
bg-green_r-3