From 9ff52d9858144c7703c941c552336a3d44982c25 Mon Sep 17 00:00:00 2001 From: Raphael Goetter Date: Tue, 1 Aug 2017 16:13:25 +0200 Subject: [PATCH] buttons small and big variants --- sass/components/buttons.scss | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/sass/components/buttons.scss b/sass/components/buttons.scss index 4cce32b..e133574 100644 --- a/sass/components/buttons.scss +++ b/sass/components/buttons.scss @@ -60,11 +60,13 @@ button { .btn, .button { &--small { - font-size: $base-font-size - 0.4rem; + padding: $tiny-plus-value $small-value; + font-size: .8em; } &--big { - font-size: $base-font-size + 0.4rem; + padding: $small-plus-value $medium-value; + font-size: 1.4em; } &--block {