Skip to content

Commit

Permalink
fix: fixeed padding issue with the badge (#472)
Browse files Browse the repository at this point in the history
Co-authored-by: SundasNoreen <sundas.noreen@arbisoft.com>
  • Loading branch information
sundasnoreen12 and SundasNoreen committed Sep 26, 2023
1 parent 638d522 commit 13bccd2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -228,12 +228,12 @@ $white: #fff;
background: var(--text-on-light-brand-500, #D23228) !important;
line-height: 20px !important;
padding: 4px !important;
padding-left: 5px !important;
padding-left: 3px !important;
margin-left: -21px;
}

.notification-badge-unrounded {
margin-top: 6px !important;
margin-top: 4px !important;
min-width: 23px !important;
height: 16px;
min-height: 16px !important;
Expand All @@ -242,7 +242,7 @@ $white: #fff;

.notification-badge-rounded {
border-radius: 50%;
margin-top: 3px;
margin-top: 1px;
height: 20px;
min-height: 20px !important;
width: 20px !important;
Expand Down

0 comments on commit 13bccd2

Please sign in to comment.