Merge pull request #485 from tordans/tailwind-jit

TailwindCSS CLI with JIT-Mode
This commit is contained in:
Pieter Vander Vennet 2021-10-01 00:10:11 +02:00 committed by GitHub
commit 03c16df41a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 4875 additions and 1247 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 {
}
}
}