mirror of
https://git.kescher.at/CatCatNya/catstodon.git
synced 2024-11-26 12:31:36 +01:00
Fix incorrect secondary button size (#2276)
This commit is contained in:
parent
c25ba31e95
commit
513078de7a
1 changed files with 0 additions and 4 deletions
|
@ -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 a new issue