add notification badge with count
This commit is contained in:
parent
af2dd60022
commit
cc64846171
@ -0,0 +1,14 @@
|
|||||||
|
body {
|
||||||
|
background-color: pink;
|
||||||
|
}
|
||||||
|
|
||||||
|
.notification .badge {
|
||||||
|
position: absolute;
|
||||||
|
top: -8px;
|
||||||
|
right: 5px;
|
||||||
|
padding: 5px 9px;
|
||||||
|
border-radius: 50%;
|
||||||
|
background-color: red;
|
||||||
|
color: white;
|
||||||
|
font-size: 6pt;
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user