buttons small and big variants

This commit is contained in:
Raphael Goetter 2017-08-01 16:13:25 +02:00
parent d7b3265494
commit 9ff52d9858

View File

@ -60,11 +60,13 @@ button {
.btn, .btn,
.button { .button {
&--small { &--small {
font-size: $base-font-size - 0.4rem; padding: $tiny-plus-value $small-value;
font-size: .8em;
} }
&--big { &--big {
font-size: $base-font-size + 0.4rem; padding: $small-plus-value $medium-value;
font-size: 1.4em;
} }
&--block { &--block {