Skip to content

Commit

Permalink
feat: login button
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasvinclav committed Apr 21, 2023
1 parent 6c415b4 commit 149a870
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/unfold/static/unfold/css/styles.css

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion src/unfold/templates/admin/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,10 @@ <h1 class="font-semibold mb-10">
{% endif %}

<div class="submit-row">
<button type="submit" class="bg-primary-600 block border border-transparent font-semibold py-2 rounded-md text-sm text-white w-full">
<button type="submit" class="bg-primary-600 border border-transparent flex flex-row font-semibold group items-center justify-center py-2 rounded-md text-sm text-white w-full">
{% translate 'Log in' %}

<i class="material-symbols-outlined ml-2 relative right-0 text-lg transition-all group-hover:-right-1">arrow_forward</i>
</button>
</div>
</form>
Expand Down

0 comments on commit 149a870

Please sign in to comment.