fixes
This commit is contained in:
@ -42,9 +42,9 @@ export const PartnerEmployees = () => {
|
||||
<div className="info_summary">
|
||||
<img src={imgInfo} alt="img" />
|
||||
<p>Данные и резюме</p>
|
||||
<div className="arrow">
|
||||
<Link to='/candidate/26' className="arrow">
|
||||
<img src={rightArrow} alt="arrow" />
|
||||
</div>
|
||||
</Link>
|
||||
</div>
|
||||
</div>
|
||||
<div className="partnerEmployees__item__info__project">
|
||||
|
@ -50,11 +50,23 @@
|
||||
}
|
||||
|
||||
&__info {
|
||||
position: relative;
|
||||
display: flex;
|
||||
padding: 15px 50px 14px 16px;
|
||||
width: 100%;
|
||||
justify-content: space-between;
|
||||
|
||||
&:after {
|
||||
content: '';
|
||||
position: absolute;
|
||||
background: #52B709;
|
||||
border-radius: 12px;
|
||||
height: 4px;
|
||||
width: 51%;
|
||||
top: 0;
|
||||
right: 0;
|
||||
}
|
||||
|
||||
&__qualification {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
Reference in New Issue
Block a user