From 55d19c70507a795638902e21ddd2dda55d71de4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Mon, 5 Jul 2021 12:46:55 +0200 Subject: [PATCH] css: add style for main title tag/badge (#55395) --- gadjo/static/css/gadjo.scss | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/gadjo/static/css/gadjo.scss b/gadjo/static/css/gadjo.scss index 0166ced..c66c8ac 100644 --- a/gadjo/static/css/gadjo.scss +++ b/gadjo/static/css/gadjo.scss @@ -1180,6 +1180,16 @@ $appicons: add, agendas, announces, book, calendar, cards, categories, clock, co color: white; } } + h2 span.tag { + box-sizing: border-box; + border-radius: 1em; + padding: 0 1rem; + background: #fafaff; + color: $font-color; + border: 1px solid $primary-color; + font-size: 1.2rem; + margin-left: 0.5rem; + } } div.section {