🎨 rends la navigation grace au header plus affordante

pull/294/head
Johan Girod 2018-08-06 12:23:12 +02:00
parent 6f7a41a62c
commit c38132b95d
2 changed files with 3 additions and 5 deletions

View File

@ -23,7 +23,6 @@
flex-shrink: 0;
text-align: center;
transition: all 0.3s;
opacity: 0.4;
}
.steps-header a:focus {
@ -39,11 +38,10 @@
transition: all 0.2s;
}
.steps-header a:hover {
opacity: 0.8;
.steps-header a:hover img {
transform: translateY(-5px);
}
.steps-header a.active {
opacity: 1;
flex-grow: 1;
}
/* IE */

View File

@ -39,7 +39,7 @@ const StepsHeader = ({ companyProgress, estimationProgress }: Props) => (
<NavLink to="/hiring-process" activeClassName="active">
<img src={hiringSvg} />
<div>Hiring process</div>
<Progress percent={40} />
<Progress percent={0} />
</NavLink>
</nav>
</header>