Moving all images to assets

This commit is contained in:
MaxOvs19
2023-05-25 16:42:37 +03:00
parent 0667b435ac
commit 38f776019c
219 changed files with 2255 additions and 1954 deletions

View File

@ -5,8 +5,8 @@ import SideBar from "../../components/SideBar/SideBar";
import StepsForCandidate from "../../components/StepsForCandidate/StepsForCandidate";
import { Footer } from "../../components/Footer/Footer";
import BackEndImg from "../../images/personalBackEnd.svg";
import arrowBtn from "../../images/arrowRight.svg";
import BackEndImg from "../../assets/images/partnerProfile/personalBackEnd.svg";
import arrowBtn from "../../assets/icons/arrows/arrowRight.svg";
import "./registationForCandidate.scss";

View File

@ -24,7 +24,7 @@
margin-top: 200px;
display: flex;
padding: 33px 69px 32px 30px;
background: #FFFFFF;
background: #ffffff;
border-radius: 12px;
width: 100%;
}
@ -56,13 +56,13 @@
font-weight: 400;
font-size: 12px;
line-height: 20px;
color: #6F6F6F;
color: #6f6f6f;
}
&__arrow {
width: 48px;
height: 48px;
background: #DDEEC6;
background: #ddeec6;
border-radius: 50px;
display: flex;
justify-content: center;
@ -96,7 +96,7 @@
}
input {
background: #EFF2F7;
background: #eff2f7;
border-radius: 8px;
width: 100%;
padding: 8px 12px;
@ -117,8 +117,8 @@
font-weight: 500;
font-size: 18px;
line-height: 32px;
color: #FFFFFF;
background: #52B709;
color: #ffffff;
background: #52b709;
border-radius: 44px;
width: 180px;
height: 46px;