Implement invite flow in the web portal

This allows us to translate the pages using the same tooling and
to have consistent theming.
This commit is contained in:
Jonas Schäfer
2021-01-25 17:00:38 +01:00
parent f84adb28ac
commit c1132ae975
23 changed files with 963 additions and 23 deletions

View File

@@ -184,7 +184,7 @@ label.required:after {
padding: $w-s4;
}
p.form-desc.weak {
p.form-desc.weak, p.field-desc.weak {
color: $gray-300;
}
@@ -1116,7 +1116,7 @@ pre.guru-meditation {
}
}
p.form-desc.weak {
p.form-desc.weak, p.field-desc.weak {
color: $gray-700;
}
}