summaryrefslogtreecommitdiff
path: root/web-ui/public/scss/templates/_unread-count.scss
blob: f78522273283de130bc20ee31a64f6ae7e3ff5c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
.mail-count {
    background: $white;
    border-radius: 50%;
    border: 1px solid $white;
    color: $white;
    font-size: 0.7em;
    font-weight: 700;
    left: 0;
    margin-left: 5px;
    opacity: 0.95;
    padding: 0px 5px 0;
    position: absolute;
    top: 1px;
}