Mise a jour du volet gauche de la page session new
This commit is contained in:
parent
167cb100b6
commit
1c5b1c0030
2 changed files with 11 additions and 0 deletions
|
@ -22,6 +22,12 @@ $procedure-description-line-height: 22px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.small-simple {
|
||||||
|
font-size: 16px;
|
||||||
|
color: $blue-france-500;
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
|
||||||
.close-procedure {
|
.close-procedure {
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
}
|
}
|
||||||
|
|
|
@ -7,3 +7,8 @@
|
||||||
= t('.line2')
|
= t('.line2')
|
||||||
%br
|
%br
|
||||||
= t('.line3')
|
= t('.line3')
|
||||||
|
%hr
|
||||||
|
%span.small-simple= t('.are_you_new', app_name: APPLICATION_NAME.gsub("-","‑")).html_safe
|
||||||
|
%br
|
||||||
|
%br
|
||||||
|
= link_to t('views.users.sessions.new.find_procedure'), COMMENT_TROUVER_MA_DEMARCHE_URL, target: "_blank", class: "button expend secondary"
|
||||||
|
|
Loading…
Reference in a new issue