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

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