-
Notifications
You must be signed in to change notification settings - Fork 1
/
26.css
92 lines (92 loc) · 1.27 KB
/
26.css
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
.Io {
width: 100%;
font-size: 1rem;
color: var(--V);
resize: none;
overflow-y: var(--W, auto);
}
[dir] .Io {
padding: 8px 10px;
border-radius: 2px;
background-color: var(--C);
border: 1px solid var(--i);
}
[dir] .Io:invalid {
box-shadow: none;
}
.Ip {
color: var(--E);
}
[dir] .Ip {
box-shadow: 0 -2px 1px -1px var(--E);
}
.BF {
display: flex;
align-items: center;
flex-direction: column;
height: 100%;
justify-content: center;
}
.BG {
max-width: 80%;
display: inline-block;
}
[dir] .BG {
padding: 10px;
text-align: center;
}
.Bq {
color: var(--K);
}
[dir] .Bq {
padding-bottom: 0.5rem;
}
.Br .Bq {
color: var(--C);
}
.Bs {
flex-direction: column;
}
.Bt,
.Bs {
width: 100%;
display: flex;
}
.Bt {
flex-direction: row;
justify-content: space-between;
}
[dir="rtl"] .Bt {
flex-direction: row-reverse;
}
.Bu {
height: 36px;
width: 31px;
font-weight: 600;
color: var(--V);
display: flex;
align-items: center;
justify-content: center;
}
[dir] .Bu {
text-align: center;
background: var(--C);
border-radius: 5px;
border: 1px solid #ccc;
}
.Bv {
width: 10px;
height: 10px;
}
[dir] .Bv {
border-radius: 50%;
background-color: var(--i);
}
.Bw {
opacity: 0;
height: 1px;
}
[dir] .Bw {
padding: 0;
border: 0;
}