blob: 2ff5c651f771a3211155512a8cb89ec1a43f64d4 (
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: 5;
border-radius: 50%;
text-align: center;
}
|