feat(user): adds registration form template

This commit is contained in:
2024-11-05 00:26:12 -03:00
parent 2b43da4504
commit 1f3feece2f
6 changed files with 149 additions and 4 deletions

View File

@@ -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;
}
}

BIN
app/static/img/paw.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB