File size: 326 Bytes
dc9e27a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
.notice {
    color: #12131659;
    padding-top: 8px;
    text-align: center;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;

    a {
        text-decoration: none;
        color: #444;
        display: inline-flex;
        align-items: center;

        span {
            font-size: 18px;
        }
    }
}