Add unread notifications badge to the navigation bar
This commit is contained in:
@@ -1121,6 +1121,22 @@
|
||||
left: 0;
|
||||
}
|
||||
|
||||
.icon-badge-wrapper {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.icon-badge {
|
||||
position: absolute;
|
||||
display: block;
|
||||
right: -.25em;
|
||||
top: -.25em;
|
||||
background-color: $ui-highlight-color;
|
||||
border-radius: 50%;
|
||||
font-size: 75%;
|
||||
width: 1em;
|
||||
height: 1em;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-thumb {
|
||||
border-radius: 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user