feat(pets): adds register view and validations wip

This commit is contained in:
2024-12-08 23:07:45 -03:00
parent ff9d94bb72
commit a41a929ca5
8 changed files with 309 additions and 13 deletions

View File

@@ -0,0 +1,12 @@
.pets-register {
max-width: 480px;
}
.pets-register__form-img-container {
max-height: 150px;
max-width: 150px;
overflow: hidden;
}
.pets-register__form-img:hover {
cursor: pointer;
}