Skip to content

Commit

Permalink
Corrige la couleur du texte des boutons d'actions sur le tableau de bord
Browse files Browse the repository at this point in the history
  • Loading branch information
etienneCharignon authored and marouria committed Dec 19, 2022
1 parent d1c9a9d commit 3618a65
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions app/assets/stylesheets/admin/pages/dashboard/_dashboard.scss
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,9 @@

&, .evaluation {
background-color: transparent;
}

.asterisque, .description {
a { color: $eva_dark; }
}

Expand Down
4 changes: 3 additions & 1 deletion config/locales/views/dashboard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ fr:
Nos équipes peuvent vous aider dans cette démarche d’accompagnement.
Voici les pistes de solutions disponibles dans votre région<br>(ateliers, formations, ré-orientations, accompagnement social...) :<br><a href="https://l.incubateur.net/eva-orientation" target="_blank">https://l.incubateur.net/eva-orientation</a>
Voici les pistes de solutions disponibles dans votre région
(ateliers, formations, ré-orientations, accompagnement social…) :
<a href="https://l.incubateur.net/eva-orientation" target="_blank">https://l.incubateur.net/eva-orientation</a>
avec_evaluations:
titre: Diagnostics d’illettrisme potentiel
action: "Voir tout (%{nombre_evaluations})"
Expand Down

0 comments on commit 3618a65

Please sign in to comment.