using dsfr class for spacing
This commit is contained in:
parent
ab54b60489
commit
febcbf0d5a
2 changed files with 29 additions and 34 deletions
|
@ -4,7 +4,3 @@
|
|||
.fr-tile-subtitle {
|
||||
min-height: 7rem;
|
||||
}
|
||||
|
||||
.card-welcome {
|
||||
margin: 30px auto;
|
||||
}
|
||||
|
|
|
@ -1,35 +1,34 @@
|
|||
.container
|
||||
- if current_administrateur.procedures.brouillons.count == 0
|
||||
.card-welcome
|
||||
= render Dsfr::CalloutComponent.new(title: nil, icon: "fr-icon-information-line") do |c|
|
||||
- c.with_html_body do
|
||||
%p
|
||||
Bienvenue,
|
||||
%br
|
||||
vous allez pouvoir créer une première démarche de test.
|
||||
Celle-ci sera visible uniquement par vous et ne sera publiée nulle part, alors pas de crainte à avoir.
|
||||
%br
|
||||
%br
|
||||
Besoin d’aide ?
|
||||
%br
|
||||
> Vous pouvez
|
||||
= link_to "visionner cette vidéo",
|
||||
"https://vimeo.com/261478872",
|
||||
target: "_blank"
|
||||
%br
|
||||
> Vous pouvez lire notre
|
||||
= link_to "documentation en ligne",
|
||||
ADMINISTRATEUR_TUTORIAL_URL,
|
||||
target: "_blank"
|
||||
%br
|
||||
> Vous pouvez enfin
|
||||
= link_to "prendre un rendez-vous téléphonique avec nous",
|
||||
CALENDLY_URL,
|
||||
target: "_blank"
|
||||
:javascript
|
||||
document.addEventListener("DOMContentLoaded", function() {
|
||||
$crisp.push(["do", "trigger:run", ["admin-signup"]]);
|
||||
});
|
||||
= render Dsfr::CalloutComponent.new(title: nil, icon: "fr-icon-information-line", extra_class_names: 'fr-my-4w') do |c|
|
||||
- c.with_html_body do
|
||||
%p
|
||||
Bienvenue,
|
||||
%br
|
||||
vous allez pouvoir créer une première démarche de test.
|
||||
Celle-ci sera visible uniquement par vous et ne sera publiée nulle part, alors pas de crainte à avoir.
|
||||
%br
|
||||
%br
|
||||
Besoin d’aide ?
|
||||
%br
|
||||
> Vous pouvez
|
||||
= link_to "visionner cette vidéo",
|
||||
"https://vimeo.com/261478872",
|
||||
target: "_blank"
|
||||
%br
|
||||
> Vous pouvez lire notre
|
||||
= link_to "documentation en ligne",
|
||||
ADMINISTRATEUR_TUTORIAL_URL,
|
||||
target: "_blank"
|
||||
%br
|
||||
> Vous pouvez enfin
|
||||
= link_to "prendre un rendez-vous téléphonique avec nous",
|
||||
CALENDLY_URL,
|
||||
target: "_blank"
|
||||
:javascript
|
||||
document.addEventListener("DOMContentLoaded", function() {
|
||||
$crisp.push(["do", "trigger:run", ["admin-signup"]]);
|
||||
});
|
||||
|
||||
|
||||
.form
|
||||
|
|
Loading…
Reference in a new issue