Fix incorrect secondary button size (#2276)

This commit is contained in:
Claire 2023-07-07 09:50:06 +02:00 committed by GitHub
parent c25ba31e95
commit 513078de7a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 4 deletions

View File

@ -80,11 +80,7 @@
}
&.button-secondary {
font-size: 16px;
line-height: 36px;
height: auto;
color: $ui-button-secondary-color;
text-transform: none;
background: transparent;
padding: 6px 17px;
border: 1px solid $ui-button-secondary-border-color;