feature: possibility to update a job offer, added

This commit is contained in:
Gaëlle Morin
2019-06-11 18:37:06 +02:00
parent 03878f2c45
commit 9d6758fe67
7 changed files with 47 additions and 4 deletions

View File

@ -49,6 +49,7 @@
border: 2px solid $color-222-57-95;
color: $color-233-18-29;
/*flex: 1 1 0; Problem on Firefox for input type date*/
line-height: 1;
margin-top: 0.8rem;
min-width: 0;
padding: 1rem;

View File

@ -66,7 +66,7 @@ sib-job-board {
display: flex;
margin: -0.25em;
>* {
>*:not(sib-action) {
margin: 0.25em;
}
@ -170,4 +170,14 @@ sib-job-board {
}
}
}
}
}
sib-action[name='edit'] {
margin-left: auto;
color: $color-215-6-63;
&>sib-link {
@include icon('options-vertical');
font-size: 2rem;
}
}