From d7f54cddf449c3164ab9d5c18b31b6e3c3337416 Mon Sep 17 00:00:00 2001 From: lowlighter <22963968+lowlighter@users.noreply.github.com> Date: Fri, 30 Jul 2021 20:23:18 +0200 Subject: [PATCH] Update label css for classic template --- source/templates/classic/style.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/source/templates/classic/style.css b/source/templates/classic/style.css index dd49015e..619aa05c 100644 --- a/source/templates/classic/style.css +++ b/source/templates/classic/style.css @@ -247,6 +247,20 @@ border-radius: 32px; font-size: 12px; } + .label.label-flex { + display: flex; + } + .label .label-right { + display: flex; + align-items: center; + font-size: .7rem; + margin-left: 6px; + margin-right: -10px; + background-color: #58A6FF10; + padding: 0 7px; + border-top-right-radius: 32px; + border-bottom-right-radius: 32px; + } /* Habits */ .habits {