feat(pets): adds register view and validations wip
This commit is contained in:
12
app/static/css/pets-register.css
Normal file
12
app/static/css/pets-register.css
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user