This commit is contained in:
Mikola
2024-01-16 21:29:24 +03:00
parent 8c85ef07c8
commit c78a094127
4 changed files with 26 additions and 41 deletions

View File

@ -8,6 +8,8 @@ import { Footer } from "@components/Common/Footer/Footer";
import SideBar from "@components/SideBar/SideBar";
import StepsForCandidate from "@components/StepsForCandidate/StepsForCandidate";
import { Link } from "react-router-dom";
import arrowBtn from "assets/icons/arrows/arrowRight.svg";
import BackEndImg from "assets/images/partnerProfile/personalBackEnd.svg";
@ -73,9 +75,9 @@ export const RegistrationForCandidate = () => {
<p className="registrationCandidate__info__skills">
Java PHP Python C# React Vue.js NodeJs Golang Ruby JavaScript
</p>
<div className="registrationCandidate__info__arrow">
<Link to="/auth-candidate" className="registrationCandidate__info__arrow">
<img src={arrowBtn} alt="img" />
</div>
</Link>
</div>
{/* форма регистрации */}
<form

View File

@ -45,6 +45,7 @@
display: flex;
padding: 33px 69px 32px 30px;
background: #ffffff;
max-height: 438px;
border-radius: 12px;
width: 100%;
@ -125,6 +126,7 @@
display: flex;
flex-direction: column;
width: 46%;
position: relative;
@media (max-width: 1072px) {
width: 100%;
@ -159,6 +161,8 @@
}
span {
position: absolute;
bottom: -22px;
color: red;
font-size: 12px;
}