job listing ok
This commit is contained in:
parent
738af5298f
commit
f5a7c6e2f8
@ -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;
|
||||
|
@ -26,8 +26,9 @@
|
||||
background-color: $color-grey-light;
|
||||
}*/
|
||||
sib-display-div[name='title'] {
|
||||
@extend h2;
|
||||
@extend h3;
|
||||
display: block;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
label {
|
||||
@ -80,3 +81,11 @@
|
||||
@extend %status-open;
|
||||
}
|
||||
}
|
||||
|
||||
[name='creation'] {
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
[name='description'] {
|
||||
line-height: 1.6;
|
||||
}
|
||||
|
@ -52,7 +52,7 @@ h2 { font-size: 20px;
|
||||
}
|
||||
|
||||
h3 {
|
||||
font-size: 0.84em;
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
h4 {
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user