add adaptive registationForCandidate,

modalRegistration,
create hook useFormValidation,
add Validation in registationForCandidate
This commit is contained in:
2023-12-26 02:42:49 +03:00
parent ce6c2d965a
commit c345bdf5ca
8 changed files with 278 additions and 46 deletions

View File

@@ -103,6 +103,9 @@
&:hover {
background-color: #8ec63f91;
}
@media (max-width: 1200px) {
margin-right: 20px;
}
}
.slick-prev {
@@ -125,6 +128,9 @@
&:hover {
background-color: #8ec63f91;
}
@media (max-width: 1200px) {
margin-left: 20px;
}
}
@media (max-width: 1375px) {