From d4b48b53cc87b7e3d4809dbcab4234ecca9291da Mon Sep 17 00:00:00 2001 From: bach Date: Mon, 19 Jun 2023 09:20:05 +0200 Subject: [PATCH] #2089 #2088 #2087 more css --- assets/css/app.scss | 14 +++++++++++++- src/pages/Bibliographie.vue | 19 +++++++++++-------- 2 files changed, 24 insertions(+), 9 deletions(-) diff --git a/assets/css/app.scss b/assets/css/app.scss index 34d4a97..0455f19 100644 --- a/assets/css/app.scss +++ b/assets/css/app.scss @@ -428,6 +428,11 @@ section[role="main-content"]{ .index-item{ header{ h1{ + @include title1blue; + line-height: $base-line * 1.2; + // margin:0 0 0.3em; + } + h2{ @include title1black; margin:0 0 0.3em; } @@ -436,13 +441,15 @@ section[role="main-content"]{ h3{ @include title2black; - margin:0; + margin:0 0 0.3em; font-weight: 600; } } + p{ margin: 0 0 0.5em 0; + span.label{ font-weight: 600; } } .authors{ a{ @@ -1164,6 +1171,11 @@ section[role="main-content"]{ h2{ color: $bleuroi; } + p{ + span.label{ + font-weight: 600; + } + } } ul.item-list{ margin:0; diff --git a/src/pages/Bibliographie.vue b/src/pages/Bibliographie.vue index b045e82..84d5ca7 100644 --- a/src/pages/Bibliographie.vue +++ b/src/pages/Bibliographie.vue @@ -85,16 +85,16 @@ -