File size: 488 Bytes
8fd7a1d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
@import "../../css/colors.css";
@import "../../css/units.css";

.inline-message {
    color: $menu-bar-foreground;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: .8125rem;
    padding: 0 0.5rem;
    user-select: none;
}

.success {
    color: $ui-white-dim;
}

.info {
    color: $menu-bar-foreground;
}

.warn {
    color: $error-light;
}

.spinner {
    margin-right: $space;
}