enlarge procedure title in user dossier

This commit is contained in:
kara Diaby 2021-10-27 18:23:38 +02:00
parent 199f128a49
commit 87ed764f9b
2 changed files with 4 additions and 4 deletions

View file

@ -9,7 +9,7 @@ $dossier-actions-bar-border-width: 1px;
}
h1 {
font-size: 22px;
font-size: 2rem;
.icon.folder {
vertical-align: -3px;
@ -17,8 +17,8 @@ $dossier-actions-bar-border-width: 1px;
}
.dossier-form-actions {
margin-top: $default-padding;
margin-bottom: $default-padding;
margin-top: 2rem;
margin-bottom: 1rem;
text-align: right;
}
}
@ -38,6 +38,7 @@ $dossier-actions-bar-border-width: 1px;
.button.notice {
flex-shrink: 0; // Display the button label on a single line
margin-top: 1rem;
}
}

View file

@ -1,5 +1,4 @@
%h1
%span.icon.folder
= procedure_libelle(dossier.procedure)
.dossier-form-actions