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--ghost {
|
||||
display: inline-block;
|
||||
padding: 0.5rem 1rem;
|
||||
padding: 1rem 1.5rem;
|
||||
cursor: pointer;
|
||||
-webkit-user-select: none;
|
||||
-moz-user-select: none;
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue