cmtracker/assets/styles/app.css

10 lines
190 B
CSS
Raw Normal View History

2024-12-21 20:19:16 -05:00
.notification .badge {
position: absolute;
top: -8px;
right: 5px;
padding: 5px 9px;
border-radius: 50%;
background-color: red;
color: white;
font-size: 6pt;
}