Merge pull request #6596 from betagouv/fix/6541

ETQ usager, je veux voir les titres des démarches en plus grand dans mon interface
This commit is contained in:
Kara Diaby 2021-10-29 14:16:52 +02:00 committed by GitHub
commit 5c09cba0af
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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