blob: e741936dba8ca7a6c7cfbee71c181d66f7e0b6ae (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
.fontIconBadge {
background: lightgreen;
width: 15px;
height: 15px;
top: 8px;
color: black;
display: block;
position: absolute;
right: 5px;
border-radius: 50%;
text-align: center;
}
|