Update .userbadge-login to Tailwind

Migrate some custom styles to Tailwind to test new setup.
This commit is contained in:
Tobias Jordans 2021-09-22 19:56:36 +02:00
parent 45e8b96f9f
commit 3c459f00fd
2 changed files with 2 additions and 11 deletions

View file

@ -18,7 +18,7 @@ export default class UserBadge extends Toggle {
const loginButton = Translations.t.general.loginWithOpenStreetMap
.Clone()
.SetClass("userbadge-login pt-3 w-full h-full")
.SetClass("userbadge-login inline-flex justify-center items-center w-full h-full text-lg font-bold min-w-[20em]")
.onClick(() => State.state.osmConnection.AttemptLogin());
@ -138,4 +138,4 @@ export default class UserBadge extends Toggle {
}
}
}