aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/MainViewNotifs.scss
blob: 92d7d6ee34bd9bd96e8975dc391acf0cd5018b18 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
.mainNotifs-container {
    position:absolute;
    z-index: 1000;
    top: 12px;

    .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;
    }
}