diff --git a/frontend/src/templates.css b/frontend/src/templates.css index 9d332a4ed..1ca7eff12 100644 --- a/frontend/src/templates.css +++ b/frontend/src/templates.css @@ -18,6 +18,8 @@ @import url("./components/Footer/Footer.module.css"); @import url("./components/PageHeading/PageHeading.module.css"); +@import url("../node_modules/@vector-im/compound-web/src/components/Form/Controls/Action/Action.module.css"); + .cpd-text-body-lg-regular { font: var(--cpd-font-body-lg-regular); letter-spacing: var(--cpd-font-letter-spacing-body-lg); diff --git a/templates/components/password_field.html b/templates/components/password_field.html new file mode 100644 index 000000000..07989da84 --- /dev/null +++ b/templates/components/password_field.html @@ -0,0 +1,32 @@ +{% import "components/icon.html" as icon %} +{% import "components/field.html" as field %} + +{% macro password_field(input_attributes, input_autocomplete="password", class="") %} + +