Merge pull request #5217 from betagouv/sign_in-headers
#5162 - Meilleurs titres HTML pour écrans sign in/sign up
This commit is contained in:
commit
e803276464
3 changed files with 5 additions and 3 deletions
|
@ -16,7 +16,8 @@ $procedure-description-line-height: 22px;
|
|||
}
|
||||
}
|
||||
|
||||
h3 {
|
||||
.simple {
|
||||
font-size: 24px;
|
||||
color: $blue;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue