From 3aadad30133928bdac3067dfc1fd7f94dbf70b52 Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Tue, 1 Nov 2022 22:26:04 +0200 Subject: show counter in show new button on mobile --- src/components/timeline/timeline.scss | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'src/components/timeline/timeline.scss') diff --git a/src/components/timeline/timeline.scss b/src/components/timeline/timeline.scss index 9fc2aeab..24a45070 100644 --- a/src/components/timeline/timeline.scss +++ b/src/components/timeline/timeline.scss @@ -13,6 +13,21 @@ background-color: var(--badgeNeutral); } + .alert-badge { + font-size: 0.75em; + line-height: 1; + text-align: right; + border-radius: var(--tooltipRadius); + position: absolute; + left: calc(50% - 0.5em); + top: calc(50% - 0.4em); + padding: 0.2em; + margin-left: 0.7em; + margin-top: -1em; + background-color: var(--badgeNeutral); + color: var(--badgeNeutralText); + } + .loadmore-button { position: relative } -- cgit v1.2.3-70-g09d2