Skip to content

Commit

Permalink
Fix css selector to login button
Browse files Browse the repository at this point in the history
  • Loading branch information
lucianogorza committed May 17, 2024
1 parent c299d71 commit 7a7b85b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4473,7 +4473,7 @@ input:focus {
margin-top: 32px;
}

div.euiFormRow > div.euiFormRow__fieldWrapper > button {
.wz-login .btn-login {
background-color: #3595F9!important;
border-color: #3595F9!important;
color: #fff;
Expand Down

0 comments on commit 7a7b85b

Please sign in to comment.