🚧 Working on flex layout
This commit is contained in:
parent
0f65711d0e
commit
625d16c0f2
10 changed files with 329 additions and 320 deletions
|
|
@ -33,9 +33,9 @@ async fn login(request: HttpRequest) -> ResultPage<Markup, ErrorPage> {
|
|||
Page::new(request)
|
||||
.with_title(L10n::n("Identificación del usuario"))
|
||||
.with_component(
|
||||
Container::new()
|
||||
flex::Container::new()
|
||||
.with_id("welcome")
|
||||
.add_item(Flex::with(form_login())),
|
||||
.add_item(flex::Item::with(form_login())),
|
||||
)
|
||||
.render()
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue