mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-09-18 16:55:55 +00:00
Replace all simple inline styles with tailwind (#30032)
These should be all simple inline styles that were left in the templates. Co-authored-by: Giteabot <teabot@gitea.io> (cherry picked from commit 0bef9a2775af0e27a0754207fc87537b96c2792e)
This commit is contained in:
parent
76315e0919
commit
eaac4af245
9 changed files with 14 additions and 10 deletions
|
@ -11,7 +11,7 @@
|
|||
<p>{{ctx.Locale.Tr "webauthn_sign_in"}}</p>
|
||||
</div>
|
||||
<div class="ui attached segment tw-flex tw-items-center tw-justify-center gt-gap-2 gt-py-3">
|
||||
<div class="is-loading" style="width: 40px; height: 40px"></div>
|
||||
<div class="is-loading tw-w-[40px] tw-h-[40px]"></div>
|
||||
{{ctx.Locale.Tr "webauthn_press_button"}}
|
||||
</div>
|
||||
{{if .HasTwoFactor}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue