feature(job-offers): sib-job-board component added

job-offers pug, css and dependancies file are updated.
This commit is contained in:
Gaëlle Morin
2019-05-27 19:39:47 +02:00
parent fd6202952e
commit 7880c62f61
4 changed files with 14 additions and 51 deletions

View File

@ -1,8 +1,8 @@
.job-offers__main {
.job-offers__container {
@extend %grid-layer;
}
.job-offers__content {
sib-job-board {
@extend %grid-layer-main;
@extend %containerV;
}
@ -34,7 +34,7 @@
}
}
#offers-list {
.job-board__list {
@extend %grid-layer;
>sib-form {
@ -87,7 +87,7 @@
}
}
hd-user-avatar {
author-avatar {
background-color: $color-0-0-100;
border-radius: 50%;
height: 4.25rem;
@ -131,7 +131,7 @@
}
}
hd-contact-author {
author-contact {
color: $color-244-73-62;
font-size: 1.3rem;
float: right;
@ -170,5 +170,4 @@
}
}
}
}