password: add specific page for reset instructions

This commit is contained in:
Pierre de La Morinerie 2021-04-22 10:07:35 +00:00 committed by simon lehericey
parent fb55c76829
commit d530b272a1
9 changed files with 82 additions and 7 deletions

View file

@ -4,3 +4,9 @@
font-family: "Muli", system-ui, -apple-system, sans-serif;
color: $black;
}
ol {
line-height: 28px;
list-style-type: decimal;
list-style-position: inside;
}

View file

@ -5,7 +5,7 @@
padding-top: 2 * $default-padding;
padding-bottom: 2 * $default-padding;
text-align: center;
max-width: 600px;
max-width: 700px;
section {
text-align: left;