fixed revisions

This commit is contained in:
Hope87 2021-06-04 11:59:45 +03:00
parent d66db160ad
commit ba3ee0a588
9 changed files with 32 additions and 24 deletions

View File

@ -109,9 +109,9 @@ cursor: pointer;
.arrow > span {
margin-left: 40px;
margin-right: 120px;
font-family: 'GT Eesti Pro Display - Thin';
font-family: 'GT Eesti Pro Display';
font-size: 1.8em;
font-weight: 400;
font-weight: 100;
font-style: normal;
letter-spacing: normal;
line-height: 36px;

View File

@ -10,14 +10,14 @@
}
.SectionOne > p {
font-family: 'GT Eesti Pro Display - Thin';
font-family: 'GT Eesti Pro Display';
font-size: 1.8em;
font-weight: 400;
font-weight: 100;
font-style: normal;
letter-spacing: normal;
line-height: 28px;
text-align: left;
color: #444444;
}
.SectionOne > h4 {
@ -38,7 +38,6 @@
letter-spacing: normal;
line-height: 28px;
text-align: left;
color: #444444;
}
.SectionThree > h3 {
@ -52,14 +51,13 @@
}
.SectionThree > p {
font-family: 'GT Eesti Pro Display - Thin';
font-family: 'GT Eesti Pro Display';
font-size: 1.8em;
font-weight: 400;
font-weight: 100;
font-style: normal;
letter-spacing: normal;
line-height: 28px;
text-align: left;
color: #444444;
}
.SectionThree > h4 {
@ -112,12 +110,11 @@
}
.SectionSkills > p {
font-family: 'GT Eesti Pro Display - Thin';
font-size: 2em;
font-weight: 400;
font-family: 'GT Eesti Pro Display';
font-size: 1.8em;
font-weight: 100;
font-style: normal;
letter-spacing: normal;
line-height: 28px;
text-align: left;
color: #444444;
}

View File

@ -1,5 +1,5 @@
import React from 'react';
import male from '../../images/medium_male.png';
import maleBig from '../../images/medium_male_big.png';
import arrowLeft from '../../images/arrow_left.png';
import arrowRight from '../../images/arrow_right.png';
import style from './Sidebar.module.css';
@ -8,7 +8,7 @@ const Sidebar = () => {
return (
<div className={style.candidateSidebar}>
<div className={style.candidateSidebar__info}>
<img src={male} alt="" />
<img src={maleBig} alt="" />
<p className={style.candidateSidebar__info__e}>Опыт работы</p>
<p className={style.candidateSidebar__info__y}>4+ лет</p>
<button className={style.candidateSidebar__info__btn}>Выбрать к собеседованию</button>
@ -19,7 +19,7 @@ const Sidebar = () => {
<div className={style.arrow__left}>
<img src={arrowLeft} alt="" />
</div>
<span className={style.arrows__sp}>1/15</span>
<span className={style.arrows__sp}>1 / 15</span>
<div className={style.arrow__right}>
<img src={arrowRight} alt="" />
</div>

View File

@ -20,7 +20,7 @@
.candidateSidebar__info__e {
font-family: 'GT Eesti Pro Display';
font-size: 1.8em;
font-weight: 400;
font-weight: normal;
font-style: normal;
letter-spacing: normal;
line-height: 36px;
@ -28,7 +28,7 @@
}
.candidateSidebar__info__y {
font-family: 'GT Eesti Pro Display - Bold';
font-family: 'GT Eesti Pro Display';
font-size: 3em;
font-weight: 700;
font-style: normal;
@ -41,17 +41,17 @@
height: 60px;
border-radius: 100px;
border: none;
background-color: #70c03e;
background-color: #73c141;
color: #ffffff;
font-family: 'GT Eesti Pro Display';
font-size: 1.8em;
font-weight: 600;
font-family: 'Muller';
font-size: 1.6em;
font-style: normal;
letter-spacing: normal;
line-height: normal;
text-align: center;
margin-top: 20px;
margin-bottom: 120px;
}
.candidateSidebar__info__l {
@ -88,8 +88,8 @@
.arrows__sp {
color: #705fa3;
font-family: Circe;
font-size: 1.6em;
font-family: 'Circe';
font-size: 1.3em;
font-weight: 400;
font-style: normal;
letter-spacing: normal;

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -344,3 +344,14 @@
font-style: italic;
}
@font-face {
font-family: 'Muller';
src:
url('muller_extrabold_demo.woff2') format('woff2'),
url('muller_extrabold_demo.woff') format('woff'),
url('muller_extrabold_demo.ttf') format('truetype');
font-weight: bold;
font-style: normal;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB