File size: 716 Bytes
13555f3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
@import '../styles/z-index';

.ConfirmAddUserForNotifications {
    display: flex;
    flex-direction: column;
    align-items: center;

    .select {
        text-align: left;
        width: 250px;
        margin-top: 10px;
    }

    .permissions-title {
        width: 250px;
        position: relative;
        top: -3px;
        left: 6px;
        height: 0;
        text-align: left;
        font-size: 12px;

        label {
            @include z-index(modal-permissions-label);
            position: absolute;
            padding: 0 5px;
            margin: 0;
            background-color: rgb(var(--center-channel-bg-rgb));
            color: rgba(var(--center-channel-color-rgb), 0.8);
        }
    }
}