소스 검색

Refactor notification-count-badge styles

Shun Miyazawa 2 년 전
부모
커밋
8fd06b332e
1개의 변경된 파일1개의 추가작업 그리고 4개의 파일을 삭제
  1. 1 4
      apps/app/src/components/Sidebar/SidebarNav/PrimaryItems.module.scss

+ 1 - 4
apps/app/src/components/Sidebar/SidebarNav/PrimaryItems.module.scss

@@ -45,11 +45,8 @@
 
   .notification-count-badge :global {
     position: absolute;
-    left: calc(100% - 21px);
-    margin: -2px;
+    left: 26px;
     font-size: 8px;
-    font-weight: bold;
-    color: white;
   }
 }