mirror of
https://github.com/kevin-DL/complete-node-bootcamp.git
synced 2026-01-13 03:35:30 +00:00
12 lines
503 B
Plaintext
12 lines
503 B
Plaintext
main.main
|
|
.login-form
|
|
h2.heading-secondary.ma-bt-lg Log into your account
|
|
form.form
|
|
.form__group
|
|
label.form__label(for='email') Email address
|
|
input#email.form__input(type='email', placeholder='you@example.com', required)
|
|
.form__group.ma-bt-md
|
|
label.form__label(for='password') Password
|
|
input#password.form__input(type='password', placeholder='••••••••', required, minlength='8')
|
|
.form__group
|
|
button.btn.btn--green Login |