From 66d8cb434354daf354fe556e14c0bcd4facc0010 Mon Sep 17 00:00:00 2001 From: bach Date: Wed, 14 Jun 2023 10:49:52 +0200 Subject: [PATCH] #2086 Unifier titres de la biblio avec les autres pages --- assets/css/app.scss | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/assets/css/app.scss b/assets/css/app.scss index fc4274c..813060a 100644 --- a/assets/css/app.scss +++ b/assets/css/app.scss @@ -1053,9 +1053,24 @@ section[role="main-content"]{ #biblio{ - .router-link-active{ - font-weight: 600; + >header{ + + &>h1{ + @include titleSansRed; + margin: 0; + } + + li{ + margin: 0.5em 0 0; + a{ + @include title2black; + &.router-link-active{ + font-weight: 600; + } + } + } } + ul.item-list{ margin:0; padding:0; @@ -1065,6 +1080,7 @@ section[role="main-content"]{ h2{ margin:0; @include title1black; + color: $bleuroi; } p{ margin:0;