Skip to content

Commit

Permalink
small changes to loginform
Browse files Browse the repository at this point in the history
  • Loading branch information
cbadusch committed Jan 8, 2025
1 parent e2c3a38 commit 9c27a59
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions scss/lexa.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2973,3 +2973,7 @@ img {
[aria-expanded="true"] > svg.opened {
display: inline;
}

#theme_boost_union-loginorder-local #loginbtn {
padding: 6px 10px !important;
}
2 changes: 1 addition & 1 deletion templates/core/loginform.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@
</div>
{{/recaptcha}}
<div class="login-form-submit form-group text-right">
<button class="btn btn-primary btn-lg" type="submit" id="loginbtn">{{#str}}login{{/str}}<i class="fa-solid fa-arrow-right ml-2"></i></button>
<button class="btn btn-primary btn-lg gradienthover" type="submit" id="loginbtn">{{#str}}login{{/str}}<i class="fa-solid fa-arrow-right ml-2"></i></button>
</div>
<div class="text-left mt-6">
<a href="{{signupurl}}">{{#str}}guestlogin, theme_lexa{{/str}}</a>
Expand Down

0 comments on commit 9c27a59

Please sign in to comment.