Merge pull request #5217 from betagouv/sign_in-headers

#5162 - Meilleurs titres HTML pour écrans sign in/sign up
This commit is contained in:
Paul Chavard 2020-06-04 15:29:07 +02:00 committed by GitHub
commit e803276464
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 3 deletions

View file

@ -16,7 +16,8 @@ $procedure-description-line-height: 22px;
}
}
h3 {
.simple {
font-size: 24px;
color: $blue;
font-weight: bold;
}

View file

@ -1,8 +1,9 @@
.no-procedure
= image_tag "landing/hero/dematerialiser.svg", class: "paperless-logo", alt: "moins de papier"
.baseline.center
%h3 Un outil simple
%p
%span.simple Un outil simple
%br
pour gérer les formulaires
%br
administratifs dématérialisés.

View file

@ -3,7 +3,7 @@
.auth-form.sign-in-form
= form_for User.new, url: user_session_path, html: { class: "form" } do |f|
%h2.huge-title Connectez-vous
%h1.huge-title Connectez-vous
= f.label :email, "Email (nom@site.com)"
= f.text_field :email, type: :email, autocomplete: 'username', autofocus: true