diff --git a/app/static/css/register.css b/app/static/css/register.css new file mode 100644 index 0000000..41e48b3 --- /dev/null +++ b/app/static/css/register.css @@ -0,0 +1,24 @@ +.register { + max-width: 480px; +} + +.register__form-button { + width: 100%; + @media(min-width: 576px) { + width: 200px; + } +} + +.register__header-logo { + background-image: url('./../img/paw.png'); + background-position: center; + background-repeat: no-repeat; + background-size: contain; +} + +.register__header-title { + margin-bottom: 0px; + @media(min-width: 576px) { + margin-bottom: .5rem; + } +} \ No newline at end of file diff --git a/app/static/img/paw.png b/app/static/img/paw.png new file mode 100644 index 0000000..74f5dd6 Binary files /dev/null and b/app/static/img/paw.png differ diff --git a/app/templates/forms/validation-block.html b/app/templates/forms/validation-block.html new file mode 100644 index 0000000..037d6b7 --- /dev/null +++ b/app/templates/forms/validation-block.html @@ -0,0 +1,5 @@ +{% macro form_field_validation(invalid_feedback) %} +