mirror of
https://github.com/penpot/penpot.git
synced 2025-06-06 09:21:39 +02:00
🐛 Fix disabled buttons height in login and auth pages
This commit is contained in:
parent
f714f08716
commit
d860eac59f
2 changed files with 1 additions and 1 deletions
|
@ -223,7 +223,6 @@
|
||||||
.button-disabled {
|
.button-disabled {
|
||||||
@include buttonStyle;
|
@include buttonStyle;
|
||||||
@include flexCenter;
|
@include flexCenter;
|
||||||
height: $s-32;
|
|
||||||
background-color: var(--button-background-color-disabled);
|
background-color: var(--button-background-color-disabled);
|
||||||
border: $s-1 solid var(--button-border-color-disabled);
|
border: $s-1 solid var(--button-border-color-disabled);
|
||||||
color: var(--button-foreground-color-disabled);
|
color: var(--button-foreground-color-disabled);
|
||||||
|
|
|
@ -263,6 +263,7 @@
|
||||||
|
|
||||||
:disabled {
|
:disabled {
|
||||||
@extend .button-disabled;
|
@extend .button-disabled;
|
||||||
|
min-height: $s-32;
|
||||||
}
|
}
|
||||||
|
|
||||||
// MULTI INPUT
|
// MULTI INPUT
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue