make the buttons bigger!

This commit is contained in:
Raphael Goetter 2017-08-01 14:47:57 +02:00
parent 838f77cb6d
commit feb666b6b2
3 changed files with 4 additions and 4 deletions

View file

@ -1979,7 +1979,7 @@ button, .btn--primary,
.button--inverse, .btn--ghost, .button--inverse, .btn--ghost,
.button--ghost { .button--ghost {
display: inline-block; display: inline-block;
padding: 0.5rem 1rem; padding: 1rem 1.5rem;
cursor: pointer; cursor: pointer;
-webkit-user-select: none; -webkit-user-select: none;
-moz-user-select: none; -moz-user-select: none;

File diff suppressed because one or more lines are too long

View file

@ -6,7 +6,7 @@
%btn { %btn {
display: inline-block; display: inline-block;
padding: $tiny-value $small-value; padding: $small-value $small-plus-value;
cursor: pointer; cursor: pointer;
-webkit-user-select: none; -webkit-user-select: none;
-moz-user-select: none; -moz-user-select: none;
@ -71,7 +71,7 @@ button {
width: 100% !important; width: 100% !important;
display: block; display: block;
} }
&--unstyled { &--unstyled {
padding: 0; padding: 0;
border: none; border: none;