🐛 Fix different button size on webhooks

This commit is contained in:
Eva Marco 2024-02-26 12:39:33 +01:00 committed by Andrey Antukh
parent c7001fed3c
commit df43912fe5
4 changed files with 10 additions and 11 deletions

View file

@ -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 {