add notification badge with count

This commit is contained in:
Ryan Prather 2024-12-22 01:19:16 +00:00
parent af2dd60022
commit cc64846171

View File

@ -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;
}