fixes
This commit is contained in:
@ -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
|
||||
|
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user