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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
|
:root {
--cru-background-color: #f8f9fa;
--cru-primary-color: rgb(255, 105, 0);
--cru-primary-l1-color: rgb(255, 120, 26);
--cru-primary-l2-color: rgb(255, 135, 51);
--cru-primary-l3-color: rgb(255, 150, 77);
--cru-primary-d1-color: rgb(230, 95, 0);
--cru-primary-d2-color: rgb(204, 84, 0);
--cru-primary-d3-color: rgb(179, 74, 0);
--cru-primary-f1-color: rgb(230, 95, 0);
--cru-primary-f2-color: rgb(204, 84, 0);
--cru-primary-f3-color: rgb(179, 74, 0);
--cru-primary-r1-color: rgb(255, 120, 26);
--cru-primary-r2-color: rgb(255, 135, 51);
--cru-primary-r3-color: rgb(255, 150, 77);
--cru-primary-enhance-color: rgb(255, 150, 77);
--cru-primary-enhance-l1-color: rgb(255, 161, 94);
--cru-primary-enhance-l2-color: rgb(255, 171, 112);
--cru-primary-enhance-l3-color: rgb(255, 182, 130);
--cru-primary-enhance-d1-color: rgb(255, 131, 43);
--cru-primary-enhance-d2-color: rgb(255, 111, 10);
--cru-primary-enhance-d3-color: rgb(232, 96, 0);
--cru-primary-enhance-f1-color: rgb(255, 161, 94);
--cru-primary-enhance-f2-color: rgb(255, 171, 112);
--cru-primary-enhance-f3-color: rgb(255, 182, 130);
--cru-primary-enhance-r1-color: rgb(255, 131, 43);
--cru-primary-enhance-r2-color: rgb(255, 111, 10);
--cru-primary-enhance-r3-color: rgb(232, 96, 0);
--cru-secondary-color: rgb(23, 255, 0);
--cru-secondary-l1-color: rgb(46, 255, 26);
--cru-secondary-l2-color: rgb(69, 255, 51);
--cru-secondary-l3-color: rgb(92, 255, 77);
--cru-secondary-d1-color: rgb(20, 230, 0);
--cru-secondary-d2-color: rgb(18, 204, 0);
--cru-secondary-d3-color: rgb(16, 179, 0);
--cru-secondary-f1-color: rgb(20, 230, 0);
--cru-secondary-f2-color: rgb(18, 204, 0);
--cru-secondary-f3-color: rgb(16, 179, 0);
--cru-secondary-r1-color: rgb(46, 255, 26);
--cru-secondary-r2-color: rgb(69, 255, 51);
--cru-secondary-r3-color: rgb(92, 255, 77);
--cru-text-primary-color: rgb(17, 17, 17);
--cru-text-primary-l1-color: rgb(41, 41, 41);
--cru-text-primary-l2-color: rgb(65, 65, 65);
--cru-text-primary-l3-color: rgb(88, 88, 88);
--cru-text-primary-d1-color: rgb(15, 15, 15);
--cru-text-primary-d2-color: rgb(14, 14, 14);
--cru-text-primary-d3-color: rgb(12, 12, 12);
--cru-text-primary-f1-color: rgb(15, 15, 15);
--cru-text-primary-f2-color: rgb(14, 14, 14);
--cru-text-primary-f3-color: rgb(12, 12, 12);
--cru-text-primary-r1-color: rgb(41, 41, 41);
--cru-text-primary-r2-color: rgb(65, 65, 65);
--cru-text-primary-r3-color: rgb(88, 88, 88);
--cru-text-on-primary-color: rgb(255, 255, 255);
--cru-text-on-primary-l1-color: rgb(255, 255, 255);
--cru-text-on-primary-l2-color: rgb(255, 255, 255);
--cru-text-on-primary-l3-color: rgb(255, 255, 255);
--cru-text-on-primary-d1-color: rgb(230, 230, 230);
--cru-text-on-primary-d2-color: rgb(204, 204, 204);
--cru-text-on-primary-d3-color: rgb(179, 179, 179);
--cru-text-on-primary-f1-color: rgb(255, 255, 255);
--cru-text-on-primary-f2-color: rgb(255, 255, 255);
--cru-text-on-primary-f3-color: rgb(255, 255, 255);
--cru-text-on-primary-r1-color: rgb(230, 230, 230);
--cru-text-on-primary-r2-color: rgb(204, 204, 204);
--cru-text-on-primary-r3-color: rgb(179, 179, 179);
--cru-text-on-primary-enhance-color: rgb(0, 0, 0);
--cru-text-on-primary-enhance-l1-color: rgb(26, 26, 26);
--cru-text-on-primary-enhance-l2-color: rgb(51, 51, 51);
--cru-text-on-primary-enhance-l3-color: rgb(77, 77, 77);
--cru-text-on-primary-enhance-d1-color: rgb(0, 0, 0);
--cru-text-on-primary-enhance-d2-color: rgb(0, 0, 0);
--cru-text-on-primary-enhance-d3-color: rgb(0, 0, 0);
--cru-text-on-primary-enhance-f1-color: rgb(0, 0, 0);
--cru-text-on-primary-enhance-f2-color: rgb(0, 0, 0);
--cru-text-on-primary-enhance-f3-color: rgb(0, 0, 0);
--cru-text-on-primary-enhance-r1-color: rgb(26, 26, 26);
--cru-text-on-primary-enhance-r2-color: rgb(51, 51, 51);
--cru-text-on-primary-enhance-r3-color: rgb(77, 77, 77);
--cru-text-on-secondary-color: rgb(255, 255, 255);
--cru-text-on-secondary-l1-color: rgb(255, 255, 255);
--cru-text-on-secondary-l2-color: rgb(255, 255, 255);
--cru-text-on-secondary-l3-color: rgb(255, 255, 255);
--cru-text-on-secondary-d1-color: rgb(230, 230, 230);
--cru-text-on-secondary-d2-color: rgb(204, 204, 204);
--cru-text-on-secondary-d3-color: rgb(179, 179, 179);
--cru-text-on-secondary-f1-color: rgb(255, 255, 255);
--cru-text-on-secondary-f2-color: rgb(255, 255, 255);
--cru-text-on-secondary-f3-color: rgb(255, 255, 255);
--cru-text-on-secondary-r1-color: rgb(230, 230, 230);
--cru-text-on-secondary-r2-color: rgb(204, 204, 204);
--cru-text-on-secondary-r3-color: rgb(179, 179, 179);
--cru-danger-color: rgb(255, 0, 0);
--cru-danger-l1-color: rgb(255, 26, 26);
--cru-danger-l2-color: rgb(255, 51, 51);
--cru-danger-l3-color: rgb(255, 77, 77);
--cru-danger-d1-color: rgb(230, 0, 0);
--cru-danger-d2-color: rgb(204, 0, 0);
--cru-danger-d3-color: rgb(179, 0, 0);
--cru-danger-f1-color: rgb(230, 0, 0);
--cru-danger-f2-color: rgb(204, 0, 0);
--cru-danger-f3-color: rgb(179, 0, 0);
--cru-danger-r1-color: rgb(255, 26, 26);
--cru-danger-r2-color: rgb(255, 51, 51);
--cru-danger-r3-color: rgb(255, 77, 77);
--cru-success-color: rgb(0, 128, 0);
--cru-success-l1-color: rgb(0, 166, 0);
--cru-success-l2-color: rgb(0, 204, 0);
--cru-success-l3-color: rgb(0, 243, 0);
--cru-success-d1-color: rgb(0, 115, 0);
--cru-success-d2-color: rgb(0, 102, 0);
--cru-success-d3-color: rgb(0, 90, 0);
--cru-success-f1-color: rgb(0, 115, 0);
--cru-success-f2-color: rgb(0, 102, 0);
--cru-success-f3-color: rgb(0, 90, 0);
--cru-success-r1-color: rgb(0, 166, 0);
--cru-success-r2-color: rgb(0, 204, 0);
--cru-success-r3-color: rgb(0, 243, 0);
}
.tl-color-primary {
color: var(--cru-primary-color);
}
.tl-color-secondary {
color: var(--cru-secondary-color);
}
.tl-color-success {
color: var(--cru-success-color);
}
.tl-color-danger {
color: var(--cru-danger-color);
}
.icon-button {
font-size: 1.4rem;
cursor: pointer;
}
.icon-button.large {
font-size: 1.6rem;
}
.icon-button.primary-enhance {
color: var(--cru-primary-enhance-color);
}
.cru-avatar {
width: 60px;
height: 60px;
}
.cru-avatar.large {
width: 100px;
height: 100px;
}
.cru-avatar.small {
width: 40px;
height: 40px;
}
.cru-round {
border-radius: 50%;
}
.cru-skeleton {
padding: 0 1em;
}
.cru-skeleton-line {
height: 1em;
background-color: #e6e6e6;
margin: 0.7em 0;
border-radius: 0.2em;
}
.cru-skeleton-line.last {
width: 50%;
}
.cru-full-page {
position: fixed;
z-index: 1031;
left: 0;
top: 0;
right: 0;
bottom: 0;
background-color: white;
padding-top: 56px;
}
.cru-full-page-top-bar {
height: 56px;
position: absolute;
top: 0;
left: 0;
right: 0;
z-index: 1;
background-color: var(--cru-primary-color);
display: flex;
align-items: center;
}
.cru-full-page-content-container {
overflow: scroll;
}
.cru-tab-pages-action-area {
display: flex;
align-items: center;
}
.alert-container {
position: fixed;
z-index: 1070;
}
@media (min-width: 576px) {
.alert-container {
bottom: 0;
right: 0;
}
}
@media (max-width: 575.98px) {
.alert-container {
bottom: 0;
right: 0;
left: 0;
text-align: center;
}
}
|