From 8625b63df999fa9a7e88317f41ec571755eae9d2 Mon Sep 17 00:00:00 2001 From: kevin tessier Date: Fri, 24 Jan 2020 10:44:15 +0100 Subject: [PATCH] bold et saut de ligne --- .../figureslibres/scss/theme/_typography.scss | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/user/themes/figureslibres/scss/theme/_typography.scss b/user/themes/figureslibres/scss/theme/_typography.scss index 7b202c6..1d73847 100644 --- a/user/themes/figureslibres/scss/theme/_typography.scss +++ b/user/themes/figureslibres/scss/theme/_typography.scss @@ -99,7 +99,18 @@ a, button{ p{ strong{ margin-top: 10px; - font-family: $rumeur; + font-family: $lato; + display: block; + &::after{ + display: none; + } + } + } + } + &.figureslibres{ + p{ + strong{ + margin-top: 10px; display: block; &::after{ display: none;