make the buttons bigger!
This commit is contained in:
parent
838f77cb6d
commit
feb666b6b2
3 changed files with 4 additions and 4 deletions
|
@ -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
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue