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:
commit
5c09cba0af
2 changed files with 4 additions and 4 deletions
|
@ -9,7 +9,7 @@ $dossier-actions-bar-border-width: 1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
font-size: 22px;
|
font-size: 2rem;
|
||||||
|
|
||||||
.icon.folder {
|
.icon.folder {
|
||||||
vertical-align: -3px;
|
vertical-align: -3px;
|
||||||
|
@ -17,8 +17,8 @@ $dossier-actions-bar-border-width: 1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.dossier-form-actions {
|
.dossier-form-actions {
|
||||||
margin-top: $default-padding;
|
margin-top: 2rem;
|
||||||
margin-bottom: $default-padding;
|
margin-bottom: 1rem;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -38,6 +38,7 @@ $dossier-actions-bar-border-width: 1px;
|
||||||
|
|
||||||
.button.notice {
|
.button.notice {
|
||||||
flex-shrink: 0; // Display the button label on a single line
|
flex-shrink: 0; // Display the button label on a single line
|
||||||
|
margin-top: 1rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
%h1
|
%h1
|
||||||
%span.icon.folder
|
|
||||||
= procedure_libelle(dossier.procedure)
|
= procedure_libelle(dossier.procedure)
|
||||||
|
|
||||||
.dossier-form-actions
|
.dossier-form-actions
|
||||||
|
|
Loading…
Reference in a new issue