From f5a7c6e2f87b6b8d10ce4e94877c8de05b685653 Mon Sep 17 00:00:00 2001 From: Gaelle Morin Date: Thu, 13 Dec 2018 17:25:10 +0100 Subject: [PATCH] job listing ok --- src/styles/content.scss | 2 +- src/styles/job-offers.scss | 13 +++++++++++-- src/styles/main.scss | 2 +- src/styles/variables.scss | 3 ++- 4 files changed, 15 insertions(+), 5 deletions(-) diff --git a/src/styles/content.scss b/src/styles/content.scss index b0d1363..539a5e4 100644 --- a/src/styles/content.scss +++ b/src/styles/content.scss @@ -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; diff --git a/src/styles/job-offers.scss b/src/styles/job-offers.scss index 222a646..b63bb71 100644 --- a/src/styles/job-offers.scss +++ b/src/styles/job-offers.scss @@ -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; } -} \ No newline at end of file +} + +[name='creation'] { + margin-top: 20px; +} + +[name='description'] { + line-height: 1.6; +} diff --git a/src/styles/main.scss b/src/styles/main.scss index 742aa64..e1c7056 100644 --- a/src/styles/main.scss +++ b/src/styles/main.scss @@ -52,7 +52,7 @@ h2 { font-size: 20px; } h3 { - font-size: 0.84em; + font-size: 16px; } h4 { diff --git a/src/styles/variables.scss b/src/styles/variables.scss index 5dab9b7..9dcf35c 100644 --- a/src/styles/variables.scss +++ b/src/styles/variables.scss @@ -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 {