job listing ok

This commit is contained in:
Gaelle Morin 2018-12-13 17:25:10 +01:00
parent 738af5298f
commit f5a7c6e2f8
4 changed files with 15 additions and 5 deletions

View File

@ -46,7 +46,7 @@ sib-display-lookuplist {
}
li {
padding: 0.5em 1em;
padding: 0.3em 1.2em;
border: 1px solid;
border-radius: 2em;
margin: 0.25em;

View File

@ -26,8 +26,9 @@
background-color: $color-grey-light;
}*/
sib-display-div[name='title'] {
@extend h2;
@extend h3;
display: block;
font-weight: bold;
}
label {
@ -79,4 +80,12 @@
strong {
@extend %status-open;
}
}
}
[name='creation'] {
margin-top: 20px;
}
[name='description'] {
line-height: 1.6;
}

View File

@ -52,7 +52,7 @@ h2 { font-size: 20px;
}
h3 {
font-size: 0.84em;
font-size: 16px;
}
h4 {

View File

@ -2,6 +2,7 @@
$color-white: #fff;
$color-black: #36383b;
$color-black-light: #4a4a4a;
$color-grey-dark: #36383b;
$color-grey2: #7a7f85;
$color-grey1: #d7dbe0;
$color-grey: #898f95;
@ -16,7 +17,7 @@ $color-purple-dark: #3C3F57;
$color-blue-light: #6259E5;
%shadow {
box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
box-shadow: 0 0 8px 0 rgba(133, 140, 148, 0.19);
}
%frame {