mirror of
https://github.com/penpot/penpot.git
synced 2025-05-20 16:56:11 +02:00
🐛 Fix different button size on webhooks
This commit is contained in:
parent
c7001fed3c
commit
df43912fe5
4 changed files with 10 additions and 11 deletions
|
@ -257,7 +257,11 @@
|
|||
}
|
||||
|
||||
// SUBMIT-BUTTON
|
||||
.btn-disabled {
|
||||
.button-submit {
|
||||
@extend .button-primary;
|
||||
}
|
||||
|
||||
:disabled {
|
||||
@extend .button-disabled;
|
||||
}
|
||||
|
||||
|
@ -422,6 +426,7 @@
|
|||
fill: none;
|
||||
}
|
||||
}
|
||||
|
||||
//TEXTAREA
|
||||
|
||||
.textarea-label {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue