From 597e82c02c7136eb7f770524618767d9c46a4af3 Mon Sep 17 00:00:00 2001 From: Thomas JUND Date: Tue, 30 May 2023 16:23:13 +0200 Subject: [PATCH] venissieux: add cell-red-title css class option (#78019) --- static/venissieux/_custom.scss | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/static/venissieux/_custom.scss b/static/venissieux/_custom.scss index a72fcb62..baa4187d 100644 --- a/static/venissieux/_custom.scss +++ b/static/venissieux/_custom.scss @@ -241,6 +241,14 @@ div#section-une { } } +.cell-red-title { + .gru-content &.cell { + h2:first-child { + color: $secondary-color; + } + } +} + div#rub_service { h2 { text-align: left;