2020-02-08 03:08:24 +00:00
|
|
|
html
|
|
|
|
head
|
|
|
|
title #{title} | #{_app.name}
|
|
|
|
meta(name='viewport' content='width=device-width initial-scale=1')
|
|
|
|
link(rel='stylesheet' href='https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css')
|
|
|
|
link(rel='stylesheet' href='/assets/auth/forms.css')
|
2020-02-08 07:20:56 +00:00
|
|
|
link(href="https://fonts.googleapis.com/css?family=Merienda:700&display=swap" rel="stylesheet")
|
2020-02-08 03:08:24 +00:00
|
|
|
body
|
|
|
|
.container-fluid
|
|
|
|
.row.no-gutter
|
2020-02-08 07:20:56 +00:00
|
|
|
.d-none.d-md-flex.col-md-5
|
|
|
|
.col-md-5
|
2020-02-08 03:08:24 +00:00
|
|
|
.login.d-flex.align-items-center.py-5
|
|
|
|
.container
|
|
|
|
.row
|
|
|
|
.col-md-9.col-lg-8.mx-auto
|
2020-02-08 07:20:56 +00:00
|
|
|
h2.name-banner #{_app.name}
|
2020-02-08 03:08:24 +00:00
|
|
|
block content
|
|
|
|
script(src='https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css')
|