Merge pull request #10470 from demarches-simplifiees/modfier-couleur-bloc-bienvenu

fix(asset cards): background none for welcome card admin in darkmode
This commit is contained in:
Benoit Queyron 2024-06-05 16:47:42 +00:00 committed by GitHub
commit f15e4a2be3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,7 +1,8 @@
.container .container
- if current_administrateur.procedures.brouillons.count == 0 - if current_administrateur.procedures.brouillons.count == 0
.card.feedback = render Dsfr::CalloutComponent.new(title: nil, icon: "fr-icon-information-line", extra_class_names: 'fr-my-4w') do |c|
.card-title - c.with_html_body do
%p
Bienvenue, Bienvenue,
%br %br
vous allez pouvoir créer une première démarche de test. vous allez pouvoir créer une première démarche de test.
@ -19,13 +20,11 @@
= link_to "documentation en ligne", = link_to "documentation en ligne",
ADMINISTRATEUR_TUTORIAL_URL, ADMINISTRATEUR_TUTORIAL_URL,
target: "_blank" target: "_blank"
%br %br
> Vous pouvez enfin > Vous pouvez enfin
= link_to "prendre un rendez-vous téléphonique avec nous", = link_to "prendre un rendez-vous téléphonique avec nous",
CALENDLY_URL, CALENDLY_URL,
target: "_blank" target: "_blank"
:javascript :javascript
document.addEventListener("DOMContentLoaded", function() { document.addEventListener("DOMContentLoaded", function() {
$crisp.push(["do", "trigger:run", ["admin-signup"]]); $crisp.push(["do", "trigger:run", ["admin-signup"]]);