update login page

This commit is contained in:
2025-03-07 15:02:39 -05:00
parent 2d0787e7ea
commit 6cad8eb3ab

View File

@@ -147,7 +147,7 @@ func LoginView(errorMsg string) Node {
} }
`), `),
Div( Div(
InlineStyle("$me { display: flex; flex-direction: row; align-items: center; gap: $4;}"), InlineStyle("$me { display: flex; flex-direction: row; align-items: center; gap: $2;}"),
Icon(ICON_LOCK_KEYHOLE, 24), Text("Secure Sign In"), Icon(ICON_LOCK_KEYHOLE, 24), Text("Secure Sign In"),
), ),
), ),
@@ -178,7 +178,7 @@ func LoginView(errorMsg string) Node {
Type("checkbox"), Type("checkbox"),
), ),
Label( Label(
InlineStyle("$me { margin-left: $3; display: inline; font-size: var(--text-xs); font-weight: var(--font-weight-normal); color: $color(neutral-700);}"), InlineStyle("$me { margin-left: $2; display: inline; font-size: var(--text-xs); font-weight: var(--font-weight-normal); color: $color(neutral-700);}"),
For("show_master"), For("show_master"),
Text("Show Master Key"), Text("Show Master Key"),
), ),