aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/MainViewNotifs.scss
blob: 25ec95643b550cd7a3b22cbd9add6a62696a5380 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
.mainNotifs-container {
    position:absolute;

    .mainNotifs-badge {
        position: absolute;
        top: -10px;
        right: -10px;
        color: white;
        background: #f44b42;
        font-weight: 300;
        border-radius: 100%;
        width: 25px;
        height: 25px;
        text-align: center;
        padding-top: 4px;
        font-size: 12px;
    }
}