Skip to content

Commit

Permalink
Met en avant la notification acceptation des comptes
Browse files Browse the repository at this point in the history
  • Loading branch information
mdomine authored and etienneCharignon committed Jun 29, 2021
1 parent b001371 commit 112130e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion app/assets/stylesheets/admin/composants/_flash_messages.scss
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ body.logged_in {

&.flash_annonce_generale,
&.flash_compte_generique,
&.flash_comptes_en_attente,
&.flash_evaluation_anonyme {
@include reset-flash;
color: $eva_dark;
Expand All @@ -52,6 +51,7 @@ body.logged_in {
}
}

&.flash_comptes_en_attente,
&.flash_error {
@include reset-flash;
background-color: $eva_red;
Expand All @@ -60,6 +60,16 @@ body.logged_in {
&::before {
background-image: asset-data-url('flash_erreur.svg');
}

a {
color: $eva_light;
}
}

&.flash_comptes_en_attente {
padding-top: 0.75rem;
padding-bottom: 0.75rem;
font-size: 0.875rem;
}

&:first-child {
Expand Down
2 changes: 1 addition & 1 deletion config/locales/views/dashboard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ fr:
dashboard:
index:
info_comptes_en_attente: |
Des demandes d'accès sont en attente de validation. Vous pouvez les confirmer <a href="%{lien}">dans la page "Comptes"</a>
<strong>Des demandes d'accès sont en attente de validation.</strong> Vous pouvez les confirmer <strong><a href="%{lien}">dans la page "Comptes"</a></strong>.
incitation_creation_compte_personnel: |
Nous déconseillons de partager un accès, vous pouvez créer votre compte personnel <a href="%{lien}">ici</a>
dashboard:
Expand Down

0 comments on commit 112130e

Please sign in to comment.