From d90e069ff857c291b7e738380fdad5d7b6d5bb55 Mon Sep 17 00:00:00 2001 From: sai Date: Fri, 28 Dec 2018 16:47:33 +0530 Subject: [PATCH] style(Badge): Update Badge position --- lib/badge/theme.module.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/badge/theme.module.scss b/lib/badge/theme.module.scss index 8e866bd9..00b8045a 100644 --- a/lib/badge/theme.module.scss +++ b/lib/badge/theme.module.scss @@ -33,11 +33,11 @@ border-radius: 50%; background-color: red; position: absolute; - top: 0; - right: 0; + top: 5.5%; + right: 3%; color: white; min-width: fit-content; - padding: 1px; + padding: 2px; font-family: 'Helvetica'; & > .fadeOut {