From 24aaa7b2c3bb48c708b9a5795e1cfc07d7ef2d21 Mon Sep 17 00:00:00 2001 From: bach Date: Mon, 19 Jun 2023 17:37:19 +0200 Subject: [PATCH] #2068 page de titre --- assets/css/app.scss | 35 +++++++++++++++++++++++++++++++++-- 1 file changed, 33 insertions(+), 2 deletions(-) diff --git a/assets/css/app.scss b/assets/css/app.scss index 7eca5bb..7755b77 100644 --- a/assets/css/app.scss +++ b/assets/css/app.scss @@ -775,10 +775,18 @@ section[role="main-content"]{ text-align: center; font-style: italic; padding-bottom: 1em; + color: $bleuroi; + &:last-of-type{ + padding-bottom: $base-line*2; + } } .docImprint{ text-align: center; // padding-bottom: 1em; + color: $bleuroi; + font-size: 1.3em; + line-height: $base-line; + .pubPlace{ display: block; } @@ -787,16 +795,39 @@ section[role="main-content"]{ } .docDate{ display: block; - margin-top: $base-line / 2; + // margin-top: $base-line / 2; + font-weight: 700; } } + .docEdition{ + display: block; + text-align: center; + color: $bleuroi; + font-size: 1.3em; + line-height: $base-line; + } + span.epigraph{ + display: block; + text-align: center; + color: $bleuroi; + font-size: 1em; + line-height: $base-line; + border-top: 1px $gris solid; + border-bottom: 1px $gris solid; + } .imprimatur{ text-align: center; font-style: italic; + color: $bleuroi; + font-size: 1.3em; + line-height: $base-line; padding-bottom: $base-line; - + &:last-of-type{ + padding-bottom: $base-line*2; + } } + >h1{ @include teititle1blue; }