forked from MapComplete/MapComplete
Merge pull request #485 from tordans/tailwind-jit
TailwindCSS CLI with JIT-Mode
This commit is contained in:
commit
03c16df41a
10 changed files with 4875 additions and 1247 deletions
|
@ -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 {
|
|||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue