Skip to content

Commit

Permalink
[57927] Primerise the Notification badge in the top header (#16742)
Browse files Browse the repository at this point in the history
change bg-color of bubbles
  • Loading branch information
bsatarnejad authored Sep 17, 2024
1 parent fb4889a commit 615ea96
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
position: absolute
top: 10px
right: 3px
background: darkred
background: var(--display-red-bgColor-emphasis)
2 changes: 1 addition & 1 deletion frontend/src/global_styles/openproject/_mixins.sass
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ $scrollbar-size: 10px
padding: 0 0.15rem 0 0.15rem
font-size: 0.7rem
font-weight: var(--base-text-weight-bold)
background: #00A3FF
background: var(--bgColor-accent-emphasis)
color: white
flex-shrink: 0

Expand Down

0 comments on commit 615ea96

Please sign in to comment.