use attr to control button size + remove disabled state
This commit is contained in:
@@ -74,10 +74,6 @@
|
||||
padding-right: 10px;
|
||||
}
|
||||
|
||||
.login-overlay .btn-success {
|
||||
padding: 12px 24px;
|
||||
}
|
||||
|
||||
.login-overlay .form label {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
@@ -156,7 +156,7 @@
|
||||
|
||||
<div class="flex justify-between items-center">
|
||||
<umb-button button-style="success"
|
||||
disabled="loginForm.$invalid"
|
||||
size="m"
|
||||
label-key="general_login"
|
||||
state="loginStates.submitButton"
|
||||
type="submit">
|
||||
|
||||
Reference in New Issue
Block a user