Fix incorrect secondary button size (#2276)
parent
c25ba31e95
commit
513078de7a
|
@ -80,11 +80,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
&.button-secondary {
|
&.button-secondary {
|
||||||
font-size: 16px;
|
|
||||||
line-height: 36px;
|
|
||||||
height: auto;
|
|
||||||
color: $ui-button-secondary-color;
|
color: $ui-button-secondary-color;
|
||||||
text-transform: none;
|
|
||||||
background: transparent;
|
background: transparent;
|
||||||
padding: 6px 17px;
|
padding: 6px 17px;
|
||||||
border: 1px solid $ui-button-secondary-border-color;
|
border: 1px solid $ui-button-secondary-border-color;
|
||||||
|
|
Loading…
Reference in New Issue