0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-08 16:18:11 -05:00

🐛 Fix disabled buttons height in login and auth pages

This commit is contained in:
Eva Marco 2024-03-11 11:16:15 +01:00
parent f714f08716
commit d860eac59f
2 changed files with 1 additions and 1 deletions

View file

@ -223,7 +223,6 @@
.button-disabled {
@include buttonStyle;
@include flexCenter;
height: $s-32;
background-color: var(--button-background-color-disabled);
border: $s-1 solid var(--button-border-color-disabled);
color: var(--button-foreground-color-disabled);

View file

@ -263,6 +263,7 @@
:disabled {
@extend .button-disabled;
min-height: $s-32;
}
// MULTI INPUT