Skip to content

Commit

Permalink
fix: changed alert size and position
Browse files Browse the repository at this point in the history
  • Loading branch information
zetareticoli authored and astagi committed Mar 21, 2024
1 parent a2123d1 commit 204eb4f
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions src/scss/custom/_bottomnav.scss
Original file line number Diff line number Diff line change
Expand Up @@ -101,11 +101,10 @@

// icon alert
.bottom-nav-alert {
top: 4px;
right: 8px;
min-width: 10px;
height: 10px;
font-size: 0.625rem;
top: 0;
right: 4px;
min-width: 12px;
height: 12px;
border-radius: 50%;
}

Expand Down

0 comments on commit 204eb4f

Please sign in to comment.