diff --git a/src/styles/base/menu-left.scss b/src/styles/base/menu-left.scss index 7b070ed674c0ab2f1f714cd6417ab5e5c7d952b7..47b207d23ebde5cea9c0c276928683e427762a6e 100644 --- a/src/styles/base/menu-left.scss +++ b/src/styles/base/menu-left.scss @@ -292,20 +292,3 @@ } } } - -// Temporary fix for badges -solid-fix-badge { - display: none; - box-sizing: border-box; - font-family: sans-serif; - font-size: 12px; - background-color: var(--sib-notifications-theme, gray); - color: #36383a; - border-radius: 50%; - line-height: 20px; - width: 20px; - height: 20px; - text-align: center; - font-weight: bold; - padding-bottom: 0; -}