refactoring useFormValidation and

registationForCandidate, adaptive
modalRegistration and registationForCandidate
This commit is contained in:
2023-12-28 07:09:15 +03:00
parent c345bdf5ca
commit 94a13f4903
4 changed files with 111 additions and 55 deletions

View File

@ -12,7 +12,7 @@
width: 80%;
}
@media (max-width: 617px) {
@media (max-width: 703px) {
top: 7%;
padding: 20px 10px 20px 10px;
}
@ -22,10 +22,9 @@
display: flex;
flex-direction: column;
align-items: center;
padding: 0 0 0 30px;
width: 65%;
@media (max-width: 740px) {
@media (max-width: 1106px) {
width: 100%;
padding: 0;
}
@ -42,7 +41,7 @@
font-size: 25px;
}
@media (max-width: 617px) {
@media (max-width: 703px) {
flex-direction: column;
align-items: center;
font-size: 20px;
@ -66,7 +65,7 @@
font-size: 15px;
}
@media (max-width: 617px) {
@media (max-width: 703px) {
margin: 10px 0 0 0;
}
}
@ -78,7 +77,7 @@
justify-content: space-between;
width: 100%;
@media (max-width: 617px) {
@media (max-width: 703px) {
flex-direction: column;
align-items: center;
margin: 22px 0 0 0;
@ -89,8 +88,8 @@
flex-direction: column;
width: 47%;
@media (max-width: 617px) {
width: 75%;
@media (max-width: 703px) {
width: 85%;
}
h5 {
@ -101,7 +100,7 @@
}
input {
height: 35px;
height: 43px;
background: #eff2f7;
border-radius: 8px;
border: none;
@ -134,11 +133,6 @@
width: 174px;
height: 50px;
font-size: 18px;
margin: 0 55px 0 0;
@media (max-width: 740px) {
margin: 0;
}
}
.disable {
@ -170,11 +164,7 @@
justify-content: space-between;
width: 35%;
@media (max-width: 960px) {
padding: 0 0 0 10px;
}
@media (max-width: 740px) {
@media (max-width: 1106px) {
display: none;
}