mirror of
https://github.com/penpot/penpot.git
synced 2026-03-25 12:50:35 +01:00
🐛 Fix disabled buttons height in login and auth pages
This commit is contained in:
@@ -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);
|
||||
|
||||
@@ -263,6 +263,7 @@
|
||||
|
||||
:disabled {
|
||||
@extend .button-disabled;
|
||||
min-height: $s-32;
|
||||
}
|
||||
|
||||
// MULTI INPUT
|
||||
|
||||
Reference in New Issue
Block a user