fixed revisions
This commit is contained in:
parent
d66db160ad
commit
ba3ee0a588
@ -109,9 +109,9 @@ cursor: pointer;
|
|||||||
.arrow > span {
|
.arrow > span {
|
||||||
margin-left: 40px;
|
margin-left: 40px;
|
||||||
margin-right: 120px;
|
margin-right: 120px;
|
||||||
font-family: 'GT Eesti Pro Display - Thin';
|
font-family: 'GT Eesti Pro Display';
|
||||||
font-size: 1.8em;
|
font-size: 1.8em;
|
||||||
font-weight: 400;
|
font-weight: 100;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
letter-spacing: normal;
|
letter-spacing: normal;
|
||||||
line-height: 36px;
|
line-height: 36px;
|
||||||
|
@ -10,14 +10,14 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.SectionOne > p {
|
.SectionOne > p {
|
||||||
font-family: 'GT Eesti Pro Display - Thin';
|
font-family: 'GT Eesti Pro Display';
|
||||||
font-size: 1.8em;
|
font-size: 1.8em;
|
||||||
font-weight: 400;
|
font-weight: 100;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
letter-spacing: normal;
|
letter-spacing: normal;
|
||||||
line-height: 28px;
|
line-height: 28px;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
color: #444444;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.SectionOne > h4 {
|
.SectionOne > h4 {
|
||||||
@ -38,7 +38,6 @@
|
|||||||
letter-spacing: normal;
|
letter-spacing: normal;
|
||||||
line-height: 28px;
|
line-height: 28px;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
color: #444444;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.SectionThree > h3 {
|
.SectionThree > h3 {
|
||||||
@ -52,14 +51,13 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.SectionThree > p {
|
.SectionThree > p {
|
||||||
font-family: 'GT Eesti Pro Display - Thin';
|
font-family: 'GT Eesti Pro Display';
|
||||||
font-size: 1.8em;
|
font-size: 1.8em;
|
||||||
font-weight: 400;
|
font-weight: 100;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
letter-spacing: normal;
|
letter-spacing: normal;
|
||||||
line-height: 28px;
|
line-height: 28px;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
color: #444444;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.SectionThree > h4 {
|
.SectionThree > h4 {
|
||||||
@ -112,12 +110,11 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.SectionSkills > p {
|
.SectionSkills > p {
|
||||||
font-family: 'GT Eesti Pro Display - Thin';
|
font-family: 'GT Eesti Pro Display';
|
||||||
font-size: 2em;
|
font-size: 1.8em;
|
||||||
font-weight: 400;
|
font-weight: 100;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
letter-spacing: normal;
|
letter-spacing: normal;
|
||||||
line-height: 28px;
|
line-height: 28px;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
color: #444444;
|
|
||||||
}
|
}
|
@ -1,5 +1,5 @@
|
|||||||
import React from 'react';
|
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 arrowLeft from '../../images/arrow_left.png';
|
||||||
import arrowRight from '../../images/arrow_right.png';
|
import arrowRight from '../../images/arrow_right.png';
|
||||||
import style from './Sidebar.module.css';
|
import style from './Sidebar.module.css';
|
||||||
@ -8,7 +8,7 @@ const Sidebar = () => {
|
|||||||
return (
|
return (
|
||||||
<div className={style.candidateSidebar}>
|
<div className={style.candidateSidebar}>
|
||||||
<div className={style.candidateSidebar__info}>
|
<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__e}>Опыт работы</p>
|
||||||
<p className={style.candidateSidebar__info__y}>4+ лет</p>
|
<p className={style.candidateSidebar__info__y}>4+ лет</p>
|
||||||
<button className={style.candidateSidebar__info__btn}>Выбрать к собеседованию</button>
|
<button className={style.candidateSidebar__info__btn}>Выбрать к собеседованию</button>
|
||||||
@ -19,7 +19,7 @@ const Sidebar = () => {
|
|||||||
<div className={style.arrow__left}>
|
<div className={style.arrow__left}>
|
||||||
<img src={arrowLeft} alt="" />
|
<img src={arrowLeft} alt="" />
|
||||||
</div>
|
</div>
|
||||||
<span className={style.arrows__sp}>1/15</span>
|
<span className={style.arrows__sp}>1 / 15</span>
|
||||||
<div className={style.arrow__right}>
|
<div className={style.arrow__right}>
|
||||||
<img src={arrowRight} alt="" />
|
<img src={arrowRight} alt="" />
|
||||||
</div>
|
</div>
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
.candidateSidebar__info__e {
|
.candidateSidebar__info__e {
|
||||||
font-family: 'GT Eesti Pro Display';
|
font-family: 'GT Eesti Pro Display';
|
||||||
font-size: 1.8em;
|
font-size: 1.8em;
|
||||||
font-weight: 400;
|
font-weight: normal;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
letter-spacing: normal;
|
letter-spacing: normal;
|
||||||
line-height: 36px;
|
line-height: 36px;
|
||||||
@ -28,7 +28,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.candidateSidebar__info__y {
|
.candidateSidebar__info__y {
|
||||||
font-family: 'GT Eesti Pro Display - Bold';
|
font-family: 'GT Eesti Pro Display';
|
||||||
font-size: 3em;
|
font-size: 3em;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
@ -41,17 +41,17 @@
|
|||||||
height: 60px;
|
height: 60px;
|
||||||
border-radius: 100px;
|
border-radius: 100px;
|
||||||
border: none;
|
border: none;
|
||||||
background-color: #70c03e;
|
background-color: #73c141;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
font-family: 'GT Eesti Pro Display';
|
font-family: 'Muller';
|
||||||
font-size: 1.8em;
|
font-size: 1.6em;
|
||||||
font-weight: 600;
|
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
letter-spacing: normal;
|
letter-spacing: normal;
|
||||||
line-height: normal;
|
line-height: normal;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
margin-bottom: 120px;
|
margin-bottom: 120px;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.candidateSidebar__info__l {
|
.candidateSidebar__info__l {
|
||||||
@ -88,8 +88,8 @@
|
|||||||
|
|
||||||
.arrows__sp {
|
.arrows__sp {
|
||||||
color: #705fa3;
|
color: #705fa3;
|
||||||
font-family: Circe;
|
font-family: 'Circe';
|
||||||
font-size: 1.6em;
|
font-size: 1.3em;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
letter-spacing: normal;
|
letter-spacing: normal;
|
||||||
|
BIN
src/fonts/muller_extrabold_demo.ttf
Executable file
BIN
src/fonts/muller_extrabold_demo.ttf
Executable file
Binary file not shown.
BIN
src/fonts/muller_extrabold_demo.woff
Normal file
BIN
src/fonts/muller_extrabold_demo.woff
Normal file
Binary file not shown.
BIN
src/fonts/muller_extrabold_demo.woff2
Normal file
BIN
src/fonts/muller_extrabold_demo.woff2
Normal file
Binary file not shown.
@ -344,3 +344,14 @@
|
|||||||
font-style: italic;
|
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;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
BIN
src/images/medium_male_big.png
Normal file
BIN
src/images/medium_male_big.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 15 KiB |
Loading…
Reference in New Issue
Block a user