From b483d5413f309a0e152fe509e49b95cecc38c950 Mon Sep 17 00:00:00 2001 From: rubenwardy Date: Fri, 10 Jul 2020 23:46:36 +0100 Subject: Add badge to notification icon --- app/scss/custom.scss | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'app/scss') diff --git a/app/scss/custom.scss b/app/scss/custom.scss index 5aaf146..e16a75c 100644 --- a/app/scss/custom.scss +++ b/app/scss/custom.scss @@ -28,6 +28,20 @@ h3 { letter-spacing: .05em } +.badge-notify { + background:yellow; /* #00bc8c;*/ + color: black; + position:relative; + top: -12px; + left: -10px; + margin-right: -10px; + font-size:10px; +} + +a:hover .badge-notify { + color: black; +} + p, .content li { -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased !important; -- cgit v1.2.3