Skip to content
Snippets Groups Projects
Commit 8abadb8e authored by sandcha's avatar sandcha
Browse files

Fix code style by moving /recrutement link into a button

parent dc4fc3d5
No related branches found
No related tags found
1 merge request!115Ajoute les offres d'emploi 2021
......@@ -31,14 +31,15 @@ export class HomeNavigation extends PureComponent {
</a>
</div>
</div>
<div className={recrutementStyles.divRecrutement}>
<button
className={recrutementStyles.buttonRecrutement}
type="button"
onClick={() => Router.push("/recrutement")}>
<Icon height="30" icon={womanCurlyHaired} width="30" />
&nbsp;
<a onClick={() => Router.push("/recrutement")}>
LexImpact recrute. Rejoignez-nous !
</a>
<Icon height="30" icon={manCurlyHaired} width="30" />
</div>
</button>
</div>
);
}
......
@import 'styles/variables.scss';
.divRecrutement {
.buttonRecrutement {
width: 600px;
margin-left: 15px;
margin-right: 15px;
margin-top: 50px;
background-color: $amendement-bg-color;
color: #130E0A;
font-size: 1.25rem;
font-weight: bold;
border-radius: 5px;
border: none;
cursor: pointer;
height: 60px;
box-shadow: 0 3px 4px 0 rgba(0,0,0,.2), 0 1px 1px 0 rgba(0,0,0,.14), 0 2px 1px -1px rgba(0,0,0,.12);
display: flex;
justify-content: center;
align-items: center;
}
.divJob {
margin-left: 15px;
margin-right: 15px;
margin-top: 15px;
background-color: #D2DFFF;
font-size: 1rem;
font-weight: bold;
font-size: 1.25rem;
border-radius: 5px;
background-color: $amendement-bg-color;
cursor: pointer;
height: 60px;
box-shadow: 0 3px 4px 0 rgba(0,0,0,.2), 0 1px 1px 0 rgba(0,0,0,.14), 0 2px 1px -1px rgba(0,0,0,.12);
......@@ -24,6 +46,18 @@
}
}
.sectionText {
margin: 0 auto;
max-width: 800px;
padding-left: 30px;
padding-right: 30px;
padding-top: 30px;
> a {
background-color: #D2DFFF;
}
}
.gridSection {
margin: 0 auto;
max-width: 800px;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment