From c0b2be16bd545d0474baeddd1529b561f8157e55 Mon Sep 17 00:00:00 2001 From: Serghei Mihai Date: Tue, 30 May 2023 14:38:56 +0200 Subject: [PATCH] est-ensemble: customize nav entry redirecting to Est-Ensemble website (#77830) --- static/est-ensemble/_custom.scss | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/static/est-ensemble/_custom.scss b/static/est-ensemble/_custom.scss index b23f4d95..f3809d33 100644 --- a/static/est-ensemble/_custom.scss +++ b/static/est-ensemble/_custom.scss @@ -49,3 +49,22 @@ div.gru-nav { } } } + +/* custom est-ensemble menu entry */ +li.menu-est-ensemble a { + background: $ee-red; + span { + font-size: 80%; + color: white; + text-transform: none; + font-weight: 600; + &:hover { + text-decoration: underline; + } + &::before { + content: '\f015'; + font-family: FontAwesome; + margin-right: 5px; + } + } +} -- 2.39.2