summaryrefslogtreecommitdiff
path: root/src/styles
diff options
context:
space:
mode:
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