2019-05-27 17:39:47 +00:00
|
|
|
.job-offers__container {
|
2019-05-14 15:32:42 +00:00
|
|
|
@extend %grid-layer;
|
|
|
|
}
|
|
|
|
|
2019-05-27 17:39:47 +00:00
|
|
|
sib-job-board {
|
2019-05-14 15:32:42 +00:00
|
|
|
@extend %grid-layer-main;
|
|
|
|
@extend %containerV;
|
|
|
|
}
|
|
|
|
|
|
|
|
.job-offers__newoffer {
|
|
|
|
@extend %grid-layer-links;
|
|
|
|
@extend %containerV;
|
|
|
|
}
|
|
|
|
|
2019-05-13 16:50:34 +00:00
|
|
|
#job-offers {
|
|
|
|
|
|
|
|
.plus-button {
|
|
|
|
@extend .howto;
|
|
|
|
background-color: $color-43-100-50;
|
|
|
|
color: $color-0-0-100;
|
|
|
|
font-weight: bold;
|
|
|
|
text-transform: uppercase;
|
|
|
|
cursor: pointer;
|
|
|
|
display: flex;
|
|
|
|
flex-wrap: wrap;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
|
|
|
|
|
|
|
.icon-plus {
|
|
|
|
font-size: 20px;
|
|
|
|
justify-content: center;
|
|
|
|
margin: 0.5rem 0.5rem 0.5rem 0;
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2019-05-27 17:39:47 +00:00
|
|
|
.job-board__list {
|
2019-05-14 15:32:42 +00:00
|
|
|
@extend %grid-layer;
|
2019-05-13 16:50:34 +00:00
|
|
|
|
|
|
|
>sib-form {
|
|
|
|
grid-column-start: start;
|
|
|
|
grid-column-end: middle;
|
|
|
|
grid-row-start: start;
|
|
|
|
grid-row-end: middle;
|
|
|
|
}
|
|
|
|
|
|
|
|
>div {
|
|
|
|
grid-column-start: start;
|
|
|
|
grid-column-end: end;
|
|
|
|
grid-row-start: middle;
|
|
|
|
grid-row-end: end;
|
|
|
|
|
|
|
|
&:first-of-type {
|
|
|
|
margin-top: 5rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
>sib-display {
|
|
|
|
@include window-style-modal();
|
|
|
|
display: block;
|
|
|
|
font-size: 1.5rem;
|
|
|
|
margin: 1.7rem 0;
|
2019-06-17 12:55:56 +00:00
|
|
|
|
|
|
|
[name="offer-detail"] {
|
2019-08-02 15:04:25 +00:00
|
|
|
display: block;
|
2019-06-17 12:55:56 +00:00
|
|
|
border-bottom: 1px solid $color-210-17-91;
|
|
|
|
margin: 0 2.1rem;
|
|
|
|
padding: 2.1rem 0;
|
|
|
|
|
|
|
|
[name='user-thumb'] {
|
|
|
|
align-items: center;
|
|
|
|
display: flex;
|
|
|
|
margin: -0.25em;
|
2019-05-13 16:50:34 +00:00
|
|
|
|
2019-07-19 21:02:10 +00:00
|
|
|
>*:not(sib-action) {
|
2019-06-17 12:55:56 +00:00
|
|
|
margin: 0.25em;
|
|
|
|
}
|
2019-05-13 16:50:34 +00:00
|
|
|
|
2019-10-16 11:21:23 +00:00
|
|
|
[name='author.firstName'] {
|
2019-06-17 12:55:56 +00:00
|
|
|
color: $color-0-0-29;
|
|
|
|
font-weight: 600;
|
|
|
|
}
|
2019-05-13 16:50:34 +00:00
|
|
|
|
2019-06-17 12:55:56 +00:00
|
|
|
sib-multiple[name$='groups'] {
|
|
|
|
display: flex;
|
2019-05-13 16:50:34 +00:00
|
|
|
|
2019-06-17 12:55:56 +00:00
|
|
|
label {
|
|
|
|
display: none;
|
|
|
|
}
|
2019-05-13 16:50:34 +00:00
|
|
|
|
2019-06-17 12:55:56 +00:00
|
|
|
>* {
|
2019-11-21 19:45:57 +00:00
|
|
|
@extend %tag-role;
|
2019-06-17 12:55:56 +00:00
|
|
|
}
|
2019-05-13 16:50:34 +00:00
|
|
|
}
|
|
|
|
|
2019-06-17 12:55:56 +00:00
|
|
|
author-avatar {
|
2019-07-19 21:02:10 +00:00
|
|
|
align-items: center;
|
|
|
|
background-color: $color-213-20-91;
|
2019-06-17 12:55:56 +00:00
|
|
|
border-radius: 50%;
|
2019-07-19 21:02:10 +00:00
|
|
|
display: flex;
|
2019-06-17 12:55:56 +00:00
|
|
|
height: 4.25rem;
|
2019-07-19 21:02:10 +00:00
|
|
|
justify-content: center;
|
|
|
|
margin-right: 2rem;
|
2019-06-17 12:55:56 +00:00
|
|
|
overflow: hidden;
|
|
|
|
width: 4.25rem;
|
2019-07-19 21:02:10 +00:00
|
|
|
|
2019-06-17 12:55:56 +00:00
|
|
|
img {
|
|
|
|
height: 100%;
|
|
|
|
object-fit: cover;
|
2019-07-19 21:02:10 +00:00
|
|
|
object-position: center;
|
2019-06-17 12:55:56 +00:00
|
|
|
width: 100%;
|
|
|
|
}
|
2019-07-19 21:02:10 +00:00
|
|
|
|
|
|
|
object {
|
|
|
|
height: 45%;
|
|
|
|
width: 45%;
|
|
|
|
}
|
2019-05-13 16:50:34 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2019-06-17 12:55:56 +00:00
|
|
|
[name='creationDate'] {
|
|
|
|
display: block;
|
|
|
|
margin-bottom: 0.7rem;
|
|
|
|
margin-top: 2rem;
|
2019-05-13 16:50:34 +00:00
|
|
|
}
|
|
|
|
|
2019-06-17 12:55:56 +00:00
|
|
|
[name='title'] {
|
|
|
|
@extend h3;
|
|
|
|
display: block;
|
|
|
|
font-weight: bold;
|
|
|
|
line-height: 19px;
|
|
|
|
}
|
2019-05-13 16:50:34 +00:00
|
|
|
|
2019-06-17 12:55:56 +00:00
|
|
|
[name='description'] {
|
|
|
|
display: block;
|
|
|
|
line-height: 1.6;
|
|
|
|
margin-bottom: 1.6rem;
|
|
|
|
}
|
2019-05-13 16:50:34 +00:00
|
|
|
|
2019-06-17 12:55:56 +00:00
|
|
|
[name='skills'] {
|
|
|
|
label {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
author-contact {
|
|
|
|
color: $color-244-73-62;
|
|
|
|
font-size: 1.3rem;
|
|
|
|
float: right;
|
|
|
|
|
|
|
|
>sib-link {
|
|
|
|
cursor: pointer;
|
|
|
|
@include icon('speech');
|
2019-05-13 16:50:34 +00:00
|
|
|
|
2019-06-17 12:55:56 +00:00
|
|
|
&::before {
|
|
|
|
font-size: 1.5rem;
|
|
|
|
margin-right: 1.2rem;
|
|
|
|
}
|
|
|
|
}
|
2019-05-13 16:50:34 +00:00
|
|
|
}
|
|
|
|
|
2019-06-17 12:55:56 +00:00
|
|
|
[name='status'] {
|
|
|
|
float: right;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
margin: -0.25em;
|
2019-05-13 16:50:34 +00:00
|
|
|
|
2019-06-17 12:55:56 +00:00
|
|
|
>* {
|
|
|
|
margin: 0.25em;
|
|
|
|
}
|
2019-05-13 16:50:34 +00:00
|
|
|
|
2019-06-17 12:55:56 +00:00
|
|
|
strong {
|
|
|
|
background-color: $color-244-73-62;
|
|
|
|
border: none;
|
|
|
|
border-radius: 100em;
|
|
|
|
color: $color-0-0-100;
|
|
|
|
display: inline-block;
|
|
|
|
font-weight: normal;
|
|
|
|
padding: 0.85rem 1.7rem;
|
2019-05-13 16:50:34 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2019-06-17 12:55:56 +00:00
|
|
|
.sib-conversation,
|
|
|
|
.conversation > div {
|
2019-05-13 16:50:34 +00:00
|
|
|
display: flex;
|
2019-06-17 12:55:56 +00:00
|
|
|
flex-direction: column-reverse;
|
|
|
|
}
|
2019-05-13 16:50:34 +00:00
|
|
|
|
2019-06-17 12:55:56 +00:00
|
|
|
[name="dateCreated"] {
|
|
|
|
display: none;
|
2019-05-13 16:50:34 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2019-06-11 16:37:06 +00:00
|
|
|
}
|
2019-07-19 21:02:10 +00:00
|
|
|
|
|
|
|
sib-action[name='edit'] {
|
|
|
|
margin-left: auto;
|
|
|
|
color: $color-215-6-63;
|
|
|
|
|
|
|
|
&>sib-link {
|
|
|
|
@include icon('pencil');
|
|
|
|
font-size: 2rem;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|