Skip to content

Commit

Permalink
[MM-24929] Force red background on mobile view header mention badge (m…
Browse files Browse the repository at this point in the history
…attermost#5560)

* [MM-24929] Force red background on mobile view header mention badge

* Rework to use better CSS
  • Loading branch information
devinbinnie committed May 26, 2020
1 parent 919a7c2 commit c43606a
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions sass/layout/_navigation.scss
Original file line number Diff line number Diff line change
Expand Up @@ -195,12 +195,10 @@
width: 110px;
}
}
}

.badge-notify {
background: $red;
left: 4px;
position: absolute;
top: 3px;
z-index: 100;
.badge-notify {
background: $red;
}
}


0 comments on commit c43606a

Please sign in to comment.