aboutsummaryrefslogtreecommitdiff
path: root/front-end/src/buttons.scss
diff options
context:
space:
mode:
Diffstat (limited to 'front-end/src/buttons.scss')
-rw-r--r--front-end/src/buttons.scss10
1 files changed, 9 insertions, 1 deletions
diff --git a/front-end/src/buttons.scss b/front-end/src/buttons.scss
index 7088deb..44df2c2 100644
--- a/front-end/src/buttons.scss
+++ b/front-end/src/buttons.scss
@@ -1,5 +1,13 @@
.btn{
- @apply focus:ring-2 focus:outline-none font-medium rounded text-sm px-4 py-2 text-center text-white;
+ @apply focus:ring-2 focus:outline-none font-medium rounded text-sm px-2.5 py-2 text-center text-white;
+
+ &.sm{
+ @apply text-xs px-2 py-1;
+ }
+
+ &.lg{
+ @apply text-lg px-4 py-3;
+ }
&.round{
@apply rounded-full;