aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/button/FontIconBadge.scss
blob: 78f506e57f543a36afb3263c1ddc9a330a6a17d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
.fontIconBadge {
    background: red;
    width: 15px;
    height: 15px;
    top: 8px;
    display: block;
    position: absolute;
    right: 5;
    border-radius: 50%;
    text-align: center;
}