@oliasoft-open-source/react-ui-library 3.1.28 → 3.1.29-beta-0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,1202 @@
1
+ @import '../../../node_modules/normalize.css/normalize.css';
2
+ @font-face {
3
+ font-family: 'Lato';
4
+ font-weight: normal;
5
+ font-style: normal;
6
+ src: url('./fonts/lato/Lato-Regular.woff2') format('woff2');
7
+ }
8
+ @font-face {
9
+ font-family: 'Lato';
10
+ font-weight: bold;
11
+ font-style: normal;
12
+ src: url('./fonts/lato/Lato-Bold.woff2') format('woff2');
13
+ }
14
+ @font-face {
15
+ font-family: 'Lato';
16
+ font-weight: normal;
17
+ font-style: italic;
18
+ src: url('./fonts/lato/Lato-Italic.woff2') format('woff2');
19
+ }
20
+ @font-face {
21
+ font-family: 'Lato';
22
+ font-weight: bold;
23
+ font-style: italic;
24
+ src: url('./fonts/lato/Lato-BoldItalic.woff2') format('woff2');
25
+ }
26
+ /* Border-Box */
27
+ *,
28
+ *:before,
29
+ *:after {
30
+ box-sizing: inherit;
31
+ }
32
+ html {
33
+ box-sizing: border-box;
34
+ }
35
+ /* iPad Input Shadows */
36
+ input[type='text'],
37
+ input[type='email'],
38
+ input[type='search'],
39
+ input[type='password'] {
40
+ -webkit-appearance: none;
41
+ -moz-appearance: none;
42
+ /* mobile firefox too! */
43
+ }
44
+ /* FF dotted border outlines */
45
+ :focus {
46
+ outline: none !important;
47
+ }
48
+ ::-moz-focus-inner {
49
+ border: 0 !important;
50
+ }
51
+ /* Strip native browser link styles */
52
+ a {
53
+ color: inherit;
54
+ }
55
+ /*
56
+ This file has shared variables that are re-used:
57
+ - in other LESS files/modules
58
+ - in JavaScript, via https://www.npmjs.com/package/less-vars-to-js
59
+
60
+ Only use simple variables in this file
61
+ */
62
+ /*
63
+ Allow the parent project to optionally override the primary colour palette
64
+ by having an `override.less` file in its root directory
65
+ */
66
+ /*
67
+ Other shared variables
68
+ */
69
+ :root {
70
+ --color-primary-0: hsl(0, 0%, 100%);
71
+ --color-primary-50: hsl(18.24742268, 82.90598291%, 97.5%);
72
+ --color-primary-100: hsl(18.24742268, 82.90598291%, 92.5%);
73
+ --color-primary-150: hsl(18.24742268, 82.90598291%, 87.5%);
74
+ --color-primary-200: hsl(18.24742268, 82.90598291%, 82.5%);
75
+ --color-primary-250: hsl(18.24742268, 82.90598291%, 77.5%);
76
+ --color-primary-300: hsl(18.24742268, 82.90598291%, 72.5%);
77
+ --color-primary-350: hsl(18.24742268, 82.90598291%, 67.5%);
78
+ --color-primary-400: hsl(18.24742268, 82.90598291%, 62.5%);
79
+ --color-primary-450: hsl(18.24742268, 82.90598291%, 57.5%);
80
+ --color-primary-500: hsl(18.24742268, 82.90598291%, 52.5%);
81
+ --color-primary-550: hsl(18.24742268, 82.90598291%, 47.5%);
82
+ --color-primary-600: hsl(18.24742268, 82.90598291%, 42.5%);
83
+ --color-primary-650: hsl(18.24742268, 82.90598291%, 37.5%);
84
+ --color-primary-700: hsl(18.24742268, 82.90598291%, 32.5%);
85
+ --color-primary-750: hsl(18.24742268, 82.90598291%, 27.5%);
86
+ --color-primary-800: hsl(18.24742268, 82.90598291%, 22.5%);
87
+ --color-primary-850: hsl(18.24742268, 82.90598291%, 17.5%);
88
+ --color-primary-900: hsl(18.24742268, 82.90598291%, 12.5%);
89
+ --color-primary-950: hsl(18.24742268, 82.90598291%, 7.5%);
90
+ --color-primary-1000: hsl(18.24742268, 82.90598291%, 2.5%);
91
+ --color-error-0: hsl(180, 100%, 100%);
92
+ --color-error-50: hsl(0, 71.29186603%, 97.5%);
93
+ --color-error-100: hsl(0, 71.29186603%, 92.5%);
94
+ --color-error-150: hsl(0, 71.29186603%, 87.5%);
95
+ --color-error-200: hsl(0, 71.29186603%, 82.5%);
96
+ --color-error-250: hsl(0, 71.29186603%, 77.5%);
97
+ --color-error-300: hsl(0, 71.29186603%, 72.5%);
98
+ --color-error-350: hsl(0, 71.29186603%, 67.5%);
99
+ --color-error-400: hsl(0, 71.29186603%, 62.5%);
100
+ --color-error-450: hsl(0, 71.29186603%, 57.5%);
101
+ --color-error-500: hsl(0, 71.29186603%, 52.5%);
102
+ --color-error-550: hsl(0, 71.29186603%, 47.5%);
103
+ --color-error-600: hsl(0, 71.29186603%, 42.5%);
104
+ --color-error-650: hsl(0, 71.29186603%, 37.5%);
105
+ --color-error-700: hsl(0, 71.29186603%, 32.5%);
106
+ --color-error-750: hsl(0, 71.29186603%, 27.5%);
107
+ --color-error-800: hsl(0, 71.29186603%, 22.5%);
108
+ --color-error-850: hsl(0, 71.29186603%, 17.5%);
109
+ --color-error-900: hsl(0, 71.29186603%, 12.5%);
110
+ --color-error-950: hsl(0, 71.29186603%, 7.5%);
111
+ --color-error-1000: hsl(0, 71.29186603%, 2.5%);
112
+ --color-success-0: hsl(0, 0%, 100%);
113
+ --color-success-50: hsl(120, 52.03252033%, 97.5%);
114
+ --color-success-100: hsl(120, 52.03252033%, 92.5%);
115
+ --color-success-150: hsl(120, 52.03252033%, 87.5%);
116
+ --color-success-200: hsl(120, 52.03252033%, 82.5%);
117
+ --color-success-250: hsl(120, 52.03252033%, 77.5%);
118
+ --color-success-300: hsl(120, 52.03252033%, 72.5%);
119
+ --color-success-350: hsl(120, 52.03252033%, 67.5%);
120
+ --color-success-400: hsl(120, 52.03252033%, 62.5%);
121
+ --color-success-450: hsl(120, 52.03252033%, 57.5%);
122
+ --color-success-500: hsl(120, 52.03252033%, 52.5%);
123
+ --color-success-550: hsl(120, 52.03252033%, 47.5%);
124
+ --color-success-600: hsl(120, 52.03252033%, 42.5%);
125
+ --color-success-650: hsl(120, 52.03252033%, 37.5%);
126
+ --color-success-700: hsl(120, 52.03252033%, 32.5%);
127
+ --color-success-750: hsl(120, 52.03252033%, 27.5%);
128
+ --color-success-800: hsl(120, 52.03252033%, 22.5%);
129
+ --color-success-850: hsl(120, 52.03252033%, 17.5%);
130
+ --color-success-900: hsl(120, 52.03252033%, 12.5%);
131
+ --color-success-950: hsl(120, 52.03252033%, 7.5%);
132
+ --color-success-1000: hsl(120, 52.03252033%, 2.5%);
133
+ --color-warning-0: hsl(240, 100%, 100%);
134
+ --color-warning-50: hsl(44.9197861, 76.32653061%, 97.5%);
135
+ --color-warning-100: hsl(44.9197861, 76.32653061%, 92.5%);
136
+ --color-warning-150: hsl(44.9197861, 76.32653061%, 87.5%);
137
+ --color-warning-200: hsl(44.9197861, 76.32653061%, 82.5%);
138
+ --color-warning-250: hsl(44.9197861, 76.32653061%, 77.5%);
139
+ --color-warning-300: hsl(44.9197861, 76.32653061%, 72.5%);
140
+ --color-warning-350: hsl(44.9197861, 76.32653061%, 67.5%);
141
+ --color-warning-400: hsl(44.9197861, 76.32653061%, 62.5%);
142
+ --color-warning-450: hsl(44.9197861, 76.32653061%, 57.5%);
143
+ --color-warning-500: hsl(44.9197861, 76.32653061%, 52.5%);
144
+ --color-warning-550: hsl(44.9197861, 76.32653061%, 47.5%);
145
+ --color-warning-600: hsl(44.9197861, 76.32653061%, 42.5%);
146
+ --color-warning-650: hsl(44.9197861, 76.32653061%, 37.5%);
147
+ --color-warning-700: hsl(44.9197861, 76.32653061%, 32.5%);
148
+ --color-warning-750: hsl(44.9197861, 76.32653061%, 27.5%);
149
+ --color-warning-800: hsl(44.9197861, 76.32653061%, 22.5%);
150
+ --color-warning-850: hsl(44.9197861, 76.32653061%, 17.5%);
151
+ --color-warning-900: hsl(44.9197861, 76.32653061%, 12.5%);
152
+ --color-warning-950: hsl(44.9197861, 76.32653061%, 7.5%);
153
+ --color-warning-1000: hsl(44.9197861, 76.32653061%, 2.5%);
154
+ --color-info-0: hsl(0, 0%, 100%);
155
+ --color-info-50: hsl(201.03092784, 82.90598291%, 97.5%);
156
+ --color-info-100: hsl(201.03092784, 82.90598291%, 92.5%);
157
+ --color-info-150: hsl(201.03092784, 82.90598291%, 87.5%);
158
+ --color-info-200: hsl(201.03092784, 82.90598291%, 82.5%);
159
+ --color-info-250: hsl(201.03092784, 82.90598291%, 77.5%);
160
+ --color-info-300: hsl(201.03092784, 82.90598291%, 72.5%);
161
+ --color-info-350: hsl(201.03092784, 82.90598291%, 67.5%);
162
+ --color-info-400: hsl(201.03092784, 82.90598291%, 62.5%);
163
+ --color-info-450: hsl(201.03092784, 82.90598291%, 57.5%);
164
+ --color-info-500: hsl(201.03092784, 82.90598291%, 52.5%);
165
+ --color-info-550: hsl(201.03092784, 82.90598291%, 47.5%);
166
+ --color-info-600: hsl(201.03092784, 82.90598291%, 42.5%);
167
+ --color-info-650: hsl(201.03092784, 82.90598291%, 37.5%);
168
+ --color-info-700: hsl(201.03092784, 82.90598291%, 32.5%);
169
+ --color-info-750: hsl(201.03092784, 82.90598291%, 27.5%);
170
+ --color-info-800: hsl(201.03092784, 82.90598291%, 22.5%);
171
+ --color-info-850: hsl(201.03092784, 82.90598291%, 17.5%);
172
+ --color-info-900: hsl(201.03092784, 82.90598291%, 12.5%);
173
+ --color-info-950: hsl(201.03092784, 82.90598291%, 7.5%);
174
+ --color-info-1000: hsl(201.03092784, 82.90598291%, 2.5%);
175
+ --color-neutral-0: hsl(0, 0%, 100%);
176
+ --color-neutral-50: hsl(210, 10%, 97.5%);
177
+ --color-neutral-100: hsl(210, 10%, 92.5%);
178
+ --color-neutral-150: hsl(210, 10%, 87.5%);
179
+ --color-neutral-200: hsl(210, 10%, 82.5%);
180
+ --color-neutral-250: hsl(210, 10%, 77.5%);
181
+ --color-neutral-300: hsl(210, 10%, 72.5%);
182
+ --color-neutral-350: hsl(210, 10%, 67.5%);
183
+ --color-neutral-400: hsl(210, 10%, 62.5%);
184
+ --color-neutral-450: hsl(210, 10%, 57.5%);
185
+ --color-neutral-500: hsl(210, 10%, 52.5%);
186
+ --color-neutral-550: hsl(210, 10%, 47.5%);
187
+ --color-neutral-600: hsl(210, 10%, 42.5%);
188
+ --color-neutral-650: hsl(210, 10%, 37.5%);
189
+ --color-neutral-700: hsl(210, 10%, 32.5%);
190
+ --color-neutral-750: hsl(210, 10%, 27.5%);
191
+ --color-neutral-800: hsl(210, 10%, 22.5%);
192
+ --color-neutral-850: hsl(210, 10%, 17.5%);
193
+ --color-neutral-900: hsl(210, 10%, 12.5%);
194
+ --color-neutral-950: hsl(210, 10%, 7.5%);
195
+ --color-neutral-1000: hsl(210, 10%, 2.5%);
196
+ --color-primary-muted-0: hsl(0, 0%, 100%);
197
+ --color-primary-muted-50: hsl(18.24742268, 57.90598291%, 97.5%);
198
+ --color-primary-muted-100: hsl(18.24742268, 57.90598291%, 92.5%);
199
+ --color-primary-muted-150: hsl(18.24742268, 57.90598291%, 87.5%);
200
+ --color-primary-muted-200: hsl(18.24742268, 57.90598291%, 82.5%);
201
+ --color-primary-muted-250: hsl(18.24742268, 57.90598291%, 77.5%);
202
+ --color-primary-muted-300: hsl(18.24742268, 57.90598291%, 72.5%);
203
+ --color-primary-muted-350: hsl(18.24742268, 57.90598291%, 67.5%);
204
+ --color-primary-muted-400: hsl(18.24742268, 57.90598291%, 62.5%);
205
+ --color-primary-muted-450: hsl(18.24742268, 57.90598291%, 57.5%);
206
+ --color-primary-muted-500: hsl(18.24742268, 57.90598291%, 52.5%);
207
+ --color-primary-muted-550: hsl(18.24742268, 57.90598291%, 47.5%);
208
+ --color-primary-muted-600: hsl(18.24742268, 57.90598291%, 42.5%);
209
+ --color-primary-muted-650: hsl(18.24742268, 57.90598291%, 37.5%);
210
+ --color-primary-muted-700: hsl(18.24742268, 57.90598291%, 32.5%);
211
+ --color-primary-muted-750: hsl(18.24742268, 57.90598291%, 27.5%);
212
+ --color-primary-muted-800: hsl(18.24742268, 57.90598291%, 22.5%);
213
+ --color-primary-muted-850: hsl(18.24742268, 57.90598291%, 17.5%);
214
+ --color-primary-muted-900: hsl(18.24742268, 57.90598291%, 12.5%);
215
+ --color-primary-muted-950: hsl(18.24742268, 57.90598291%, 7.5%);
216
+ --color-primary-muted-1000: hsl(18.24742268, 57.90598291%, 2.5%);
217
+ --color-error-muted-0: hsl(180, 100%, 100%);
218
+ --color-error-muted-50: hsl(0, 46.29186603%, 97.5%);
219
+ --color-error-muted-100: hsl(0, 46.29186603%, 92.5%);
220
+ --color-error-muted-150: hsl(0, 46.29186603%, 87.5%);
221
+ --color-error-muted-200: hsl(0, 46.29186603%, 82.5%);
222
+ --color-error-muted-250: hsl(0, 46.29186603%, 77.5%);
223
+ --color-error-muted-300: hsl(0, 46.29186603%, 72.5%);
224
+ --color-error-muted-350: hsl(0, 46.29186603%, 67.5%);
225
+ --color-error-muted-400: hsl(0, 46.29186603%, 62.5%);
226
+ --color-error-muted-450: hsl(0, 46.29186603%, 57.5%);
227
+ --color-error-muted-500: hsl(0, 46.29186603%, 52.5%);
228
+ --color-error-muted-550: hsl(0, 46.29186603%, 47.5%);
229
+ --color-error-muted-600: hsl(0, 46.29186603%, 42.5%);
230
+ --color-error-muted-650: hsl(0, 46.29186603%, 37.5%);
231
+ --color-error-muted-700: hsl(0, 46.29186603%, 32.5%);
232
+ --color-error-muted-750: hsl(0, 46.29186603%, 27.5%);
233
+ --color-error-muted-800: hsl(0, 46.29186603%, 22.5%);
234
+ --color-error-muted-850: hsl(0, 46.29186603%, 17.5%);
235
+ --color-error-muted-900: hsl(0, 46.29186603%, 12.5%);
236
+ --color-error-muted-950: hsl(0, 46.29186603%, 7.5%);
237
+ --color-error-muted-1000: hsl(0, 46.29186603%, 2.5%);
238
+ --color-success-muted-0: hsl(0, 0%, 100%);
239
+ --color-success-muted-50: hsl(120, 27.03252033%, 97.5%);
240
+ --color-success-muted-100: hsl(120, 27.03252033%, 92.5%);
241
+ --color-success-muted-150: hsl(120, 27.03252033%, 87.5%);
242
+ --color-success-muted-200: hsl(120, 27.03252033%, 82.5%);
243
+ --color-success-muted-250: hsl(120, 27.03252033%, 77.5%);
244
+ --color-success-muted-300: hsl(120, 27.03252033%, 72.5%);
245
+ --color-success-muted-350: hsl(120, 27.03252033%, 67.5%);
246
+ --color-success-muted-400: hsl(120, 27.03252033%, 62.5%);
247
+ --color-success-muted-450: hsl(120, 27.03252033%, 57.5%);
248
+ --color-success-muted-500: hsl(120, 27.03252033%, 52.5%);
249
+ --color-success-muted-550: hsl(120, 27.03252033%, 47.5%);
250
+ --color-success-muted-600: hsl(120, 27.03252033%, 42.5%);
251
+ --color-success-muted-650: hsl(120, 27.03252033%, 37.5%);
252
+ --color-success-muted-700: hsl(120, 27.03252033%, 32.5%);
253
+ --color-success-muted-750: hsl(120, 27.03252033%, 27.5%);
254
+ --color-success-muted-800: hsl(120, 27.03252033%, 22.5%);
255
+ --color-success-muted-850: hsl(120, 27.03252033%, 17.5%);
256
+ --color-success-muted-900: hsl(120, 27.03252033%, 12.5%);
257
+ --color-success-muted-950: hsl(120, 27.03252033%, 7.5%);
258
+ --color-success-muted-1000: hsl(120, 27.03252033%, 2.5%);
259
+ --color-warning-muted-0: hsl(240, 100%, 100%);
260
+ --color-warning-muted-50: hsl(44.9197861, 51.32653061%, 97.5%);
261
+ --color-warning-muted-100: hsl(44.9197861, 51.32653061%, 92.5%);
262
+ --color-warning-muted-150: hsl(44.9197861, 51.32653061%, 87.5%);
263
+ --color-warning-muted-200: hsl(44.9197861, 51.32653061%, 82.5%);
264
+ --color-warning-muted-250: hsl(44.9197861, 51.32653061%, 77.5%);
265
+ --color-warning-muted-300: hsl(44.9197861, 51.32653061%, 72.5%);
266
+ --color-warning-muted-350: hsl(44.9197861, 51.32653061%, 67.5%);
267
+ --color-warning-muted-400: hsl(44.9197861, 51.32653061%, 62.5%);
268
+ --color-warning-muted-450: hsl(44.9197861, 51.32653061%, 57.5%);
269
+ --color-warning-muted-500: hsl(44.9197861, 51.32653061%, 52.5%);
270
+ --color-warning-muted-550: hsl(44.9197861, 51.32653061%, 47.5%);
271
+ --color-warning-muted-600: hsl(44.9197861, 51.32653061%, 42.5%);
272
+ --color-warning-muted-650: hsl(44.9197861, 51.32653061%, 37.5%);
273
+ --color-warning-muted-700: hsl(44.9197861, 51.32653061%, 32.5%);
274
+ --color-warning-muted-750: hsl(44.9197861, 51.32653061%, 27.5%);
275
+ --color-warning-muted-800: hsl(44.9197861, 51.32653061%, 22.5%);
276
+ --color-warning-muted-850: hsl(44.9197861, 51.32653061%, 17.5%);
277
+ --color-warning-muted-900: hsl(44.9197861, 51.32653061%, 12.5%);
278
+ --color-warning-muted-950: hsl(44.9197861, 51.32653061%, 7.5%);
279
+ --color-warning-muted-1000: hsl(44.9197861, 51.32653061%, 2.5%);
280
+ --color-info-muted-0: hsl(0, 0%, 100%);
281
+ --color-info-muted-50: hsl(201.03092784, 57.90598291%, 97.5%);
282
+ --color-info-muted-100: hsl(201.03092784, 57.90598291%, 92.5%);
283
+ --color-info-muted-150: hsl(201.03092784, 57.90598291%, 87.5%);
284
+ --color-info-muted-200: hsl(201.03092784, 57.90598291%, 82.5%);
285
+ --color-info-muted-250: hsl(201.03092784, 57.90598291%, 77.5%);
286
+ --color-info-muted-300: hsl(201.03092784, 57.90598291%, 72.5%);
287
+ --color-info-muted-350: hsl(201.03092784, 57.90598291%, 67.5%);
288
+ --color-info-muted-400: hsl(201.03092784, 57.90598291%, 62.5%);
289
+ --color-info-muted-450: hsl(201.03092784, 57.90598291%, 57.5%);
290
+ --color-info-muted-500: hsl(201.03092784, 57.90598291%, 52.5%);
291
+ --color-info-muted-550: hsl(201.03092784, 57.90598291%, 47.5%);
292
+ --color-info-muted-600: hsl(201.03092784, 57.90598291%, 42.5%);
293
+ --color-info-muted-650: hsl(201.03092784, 57.90598291%, 37.5%);
294
+ --color-info-muted-700: hsl(201.03092784, 57.90598291%, 32.5%);
295
+ --color-info-muted-750: hsl(201.03092784, 57.90598291%, 27.5%);
296
+ --color-info-muted-800: hsl(201.03092784, 57.90598291%, 22.5%);
297
+ --color-info-muted-850: hsl(201.03092784, 57.90598291%, 17.5%);
298
+ --color-info-muted-900: hsl(201.03092784, 57.90598291%, 12.5%);
299
+ --color-info-muted-950: hsl(201.03092784, 57.90598291%, 7.5%);
300
+ --color-info-muted-1000: hsl(201.03092784, 57.90598291%, 2.5%);
301
+ }
302
+ :root {
303
+ color-scheme: initial;
304
+ --color-text: rgba(0, 0, 0, 0.87);
305
+ --color-text-muted: #7d7b7a;
306
+ --color-text-faint: #acabab;
307
+ --color-text-error: hsl(0, 40%, 50%);
308
+ --color-text-warning: var(--color-warning-700);
309
+ --color-text-success: hsl(120, 40%, 50%);
310
+ --color-text-info: hsl(201.03092784, 40%, 50%);
311
+ --color-text-primary: #eb6429;
312
+ --color-text-primary-hover: #ce4c13;
313
+ --color-text-primary-active: #9f3b0f;
314
+ --color-background: #f5f7f9;
315
+ --color-background-raised: white;
316
+ --color-background-disabled: rgba(0, 0, 0, 0.05);
317
+ --color-background-info: hsl(201.03092784, 40%, 90%);
318
+ --color-background-error: hsl(0, 40%, 90%);
319
+ --color-background-success: hsl(120, 40%, 90%);
320
+ --color-background-warning: var(--color-warning-100);
321
+ --color-background-primary: #eb6429;
322
+ --color-background-input: white;
323
+ --color-background-listitem-active: #fff0e4;
324
+ --color-background-listitem-hover: #f5f7f9;
325
+ --color-background-menuitem-active: #edf1f4;
326
+ --color-background-menuitem-hover: #f5f7f9;
327
+ --color-border: #ddd;
328
+ --color-border-hover: #bbb;
329
+ --color-border-focus: var(--color-info-muted-500);
330
+ --color-border-error: var(--color-error-muted-300);
331
+ --color-border-error-hover: var(--color-error-muted-400);
332
+ --color-border-warning: var(--color-warning-muted-300);
333
+ --color-border-warning-hover: var(--color-warning-muted-400);
334
+ --shadow-focus: 0 0 0 2px rgba(41, 167, 235, 0.25);
335
+ }
336
+ html[data-theme='dark'] {
337
+ color-scheme: dark;
338
+ --color-text: var(--color-neutral-200);
339
+ --color-text-muted: var(--color-neutral-400);
340
+ --color-text-faint: var(--color-neutral-600);
341
+ --color-text-primary: var(--color-primary-muted-500);
342
+ --color-text-primary-active: var(--color-primary-muted-400);
343
+ --color-text-primary-hover: var(--color-primary-muted-450);
344
+ --color-text-error: var(--color-error-muted-300);
345
+ --color-text-info: var(--color-info-muted-300);
346
+ --color-text-success: var(--color-success-muted-300);
347
+ --color-text-warning: var(--color-warning-muted-300);
348
+ --color-background: var(--color-neutral-900);
349
+ --color-background-raised: var(--color-neutral-800);
350
+ --color-background-disabled: rgba(0, 0, 0, 0.2);
351
+ --color-background-error: var(--color-error-muted-700);
352
+ --color-background-info: var(--color-info-muted-700);
353
+ --color-background-success: var(--color-success-muted-700);
354
+ --color-background-warning: var(--color-warning-muted-700);
355
+ --color-background-primary: var(--color-primary-muted-500);
356
+ --color-background-input: var(--color-neutral-750);
357
+ --color-background-listitem-active: var(--color-primary-muted-750);
358
+ --color-background-listitem-hover: var(--color-neutral-750);
359
+ --color-background-menuitem-active: var(--color-neutral-650);
360
+ --color-background-menuitem-hover: var(--color-neutral-700);
361
+ --color-border: var(--color-neutral-1000);
362
+ --color-border-hover: var(--color-neutral-500);
363
+ --color-border-focus: var(--color-info-500);
364
+ --color-border-error: var(--color-neutral-1000);
365
+ --color-border-warning: var(--color-neutral-1000);
366
+ --shadow-focus: 0 0 0 2px rgba(41, 167, 235, 0.5);
367
+ }
368
+ /*
369
+ LAYOUT
370
+ */
371
+ /*
372
+ CARDS
373
+ */
374
+ /*
375
+ INPUTS
376
+ */
377
+ /*
378
+ Z-INDEX
379
+ */
380
+ :root {
381
+ --shadow-topbar: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
382
+ }
383
+ [data-theme='dark'] {
384
+ --shadow-topbar: 0 1px 2px 0 rgba(0, 0, 0, 0.5);
385
+ }
386
+ .topbar {
387
+ top: 0;
388
+ left: 0;
389
+ z-index: 101;
390
+ width: 100%;
391
+ height: 60px;
392
+ box-shadow: var(--shadow-topbar);
393
+ background: var(--color-background-raised);
394
+ display: flex;
395
+ font-size: 13px;
396
+ }
397
+ .topbar.fixed {
398
+ position: fixed;
399
+ }
400
+ @media print {
401
+ .topbar {
402
+ display: none !important;
403
+ }
404
+ }
405
+ .title {
406
+ display: flex;
407
+ align-items: center;
408
+ justify-content: center;
409
+ margin: 0;
410
+ padding: 0;
411
+ position: relative;
412
+ }
413
+ .title img,
414
+ .title svg {
415
+ max-height: 30px;
416
+ max-width: 300px;
417
+ height: auto;
418
+ width: auto;
419
+ color: var(--color-text);
420
+ }
421
+ .title .label {
422
+ color: var(--color-text);
423
+ margin-left: 5px;
424
+ white-space: nowrap;
425
+ }
426
+ .brand {
427
+ padding: 0;
428
+ position: relative;
429
+ flex-shrink: 0;
430
+ }
431
+ .title,
432
+ .version,
433
+ .link {
434
+ letter-spacing: 0.1em;
435
+ text-transform: uppercase;
436
+ }
437
+ .version {
438
+ position: absolute;
439
+ right: 0;
440
+ bottom: 100%;
441
+ margin-bottom: 3px;
442
+ font-size: 10px;
443
+ }
444
+ .left,
445
+ .right {
446
+ display: flex;
447
+ min-width: 0;
448
+ }
449
+ .left {
450
+ margin-right: 1.5rem;
451
+ }
452
+ .right {
453
+ margin-left: auto;
454
+ flex-shrink: 0;
455
+ }
456
+ .item,
457
+ .link {
458
+ align-items: center;
459
+ display: flex;
460
+ }
461
+ .item {
462
+ line-height: 1;
463
+ margin-left: 1.5rem;
464
+ position: relative;
465
+ transition: background 0.1s ease, box-shadow 0.1s ease, color 0.1s ease;
466
+ user-select: none;
467
+ vertical-align: middle;
468
+ min-width: 0;
469
+ }
470
+ .right .item {
471
+ margin-left: 0;
472
+ margin-right: 1.5rem;
473
+ }
474
+ .item.button,
475
+ .item.menu {
476
+ flex-shrink: 0;
477
+ }
478
+ .label {
479
+ text-overflow: ellipsis;
480
+ white-space: nowrap;
481
+ overflow: hidden;
482
+ display: block;
483
+ max-width: 100%;
484
+ }
485
+ .link {
486
+ text-decoration: none;
487
+ color: var(--color-text-primary);
488
+ cursor: pointer;
489
+ line-height: 1;
490
+ max-width: 100%;
491
+ }
492
+ .link svg {
493
+ margin-right: 5px;
494
+ flex-shrink: 0;
495
+ }
496
+ .link:hover {
497
+ color: var(--color-text-primary-hover);
498
+ }
499
+ .link:active {
500
+ color: var(--color-text-primary-active);
501
+ }
502
+ .link.active {
503
+ color: var(--color-text);
504
+ }
505
+ .link:hover,
506
+ .link.active {
507
+ background-color: transparent;
508
+ }
509
+ .link:hover:after {
510
+ content: '';
511
+ position: absolute;
512
+ left: 0;
513
+ right: 0;
514
+ bottom: 0;
515
+ border-bottom: 2px solid var(--color-border);
516
+ }
517
+ .link.active:after {
518
+ content: '';
519
+ position: absolute;
520
+ left: 0;
521
+ right: 0;
522
+ bottom: 0;
523
+ border-bottom: 2px solid var(--color-text-primary-active);
524
+ }
525
+ .link[disabled] {
526
+ pointer-events: none;
527
+ color: var(--color-text-faint);
528
+ }
529
+ .alert {
530
+ background-color: var(--color-background-primary);
531
+ color: white;
532
+ text-align: center;
533
+ position: fixed;
534
+ top: 60px;
535
+ left: 0;
536
+ right: 0;
537
+ z-index: 98;
538
+ padding: 0.75rem;
539
+ }
540
+ .field {
541
+ margin-bottom: 14px;
542
+ color: var(--color-text);
543
+ }
544
+ .field.labelLeft {
545
+ display: flex;
546
+ align-items: center;
547
+ }
548
+ .field.labelLeft .fieldInput {
549
+ flex-grow: 1;
550
+ }
551
+ .formRow,
552
+ .form-row {
553
+ display: flex;
554
+ flex-wrap: wrap;
555
+ align-items: flex-end;
556
+ }
557
+ .formRow > *:not(:last-child),
558
+ .form-row > *:not(:last-child) {
559
+ margin-right: 20px;
560
+ }
561
+ .formRow .button,
562
+ .form-row .button {
563
+ margin-bottom: 14px;
564
+ }
565
+ .card {
566
+ color: var(--color-text);
567
+ }
568
+ .card.bordered {
569
+ background: var(--color-background-raised);
570
+ border: 1px solid var(--color-border);
571
+ box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
572
+ border-radius: 4px;
573
+ }
574
+ .card.bordered.raised {
575
+ box-shadow: 0 0px 4px rgba(0, 0, 0, 0.1), 0 3px 4px rgba(0, 0, 0, 0.1);
576
+ }
577
+ .card.bordered .cardHeader {
578
+ background-color: var(--color-background);
579
+ padding: 10px 15px;
580
+ border-top-left-radius: inherit;
581
+ border-top-right-radius: inherit;
582
+ }
583
+ .card.bordered .cardContentBorderTop {
584
+ border-top: 1px solid var(--color-border);
585
+ }
586
+ .card.bordered .padding {
587
+ padding: 10px 15px;
588
+ }
589
+ .cardContent:first-child {
590
+ border-top-left-radius: inherit;
591
+ border-top-right-radius: inherit;
592
+ }
593
+ .cardContent:last-child {
594
+ border-bottom-left-radius: inherit;
595
+ border-bottom-right-radius: inherit;
596
+ }
597
+ .cardHeader {
598
+ display: flex;
599
+ align-items: center;
600
+ padding: 10px 0;
601
+ }
602
+ :root {
603
+ --color-background-button-default: var(--color-neutral-0);
604
+ --color-background-button-default-hover: var(--color-neutral-50);
605
+ --color-background-button-default-active: var(--color-neutral-100);
606
+ --color-background-button-primary: var(--color-primary-500);
607
+ --color-background-button-primary-hover: var(--color-primary-550);
608
+ --color-background-button-primary-active: var(--color-primary-600);
609
+ --color-background-button-success: var(--color-success-500);
610
+ --color-background-button-success-hover: var(--color-success-550);
611
+ --color-background-button-success-active: var(--color-success-600);
612
+ --color-background-button-error: var(--color-error-500);
613
+ --color-background-button-error-hover: var(--color-error-550);
614
+ --color-background-button-error-active: var(--color-error-600);
615
+ --color-border-button: rgba(0, 0, 0, 0.15);
616
+ --color-border-button-hover: rgba(0, 0, 0, 0.2);
617
+ --color-text-button-muted: rgba(0, 0, 0, 0.4);
618
+ }
619
+ html[data-theme='dark'] {
620
+ --color-background-button-default: var(--color-neutral-700);
621
+ --color-background-button-default-hover: var(--color-neutral-650);
622
+ --color-background-button-default-active: var(--color-neutral-600);
623
+ --color-background-button-primary: var(--color-primary-muted-500);
624
+ --color-background-button-primary-hover: var(--color-primary-muted-550);
625
+ --color-background-button-primary-active: var(--color-primary-muted-600);
626
+ --color-background-button-success: var(--color-success-muted-500);
627
+ --color-background-button-success-hover: var(--color-success-muted-550);
628
+ --color-background-button-success-active: var(--color-success-muted-600);
629
+ --color-background-button-error: var(--color-error-muted-500);
630
+ --color-background-button-error-hover: var(--color-error-muted-550);
631
+ --color-background-button-error-active: var(--color-error-muted-600);
632
+ --color-border-button: transparent;
633
+ --color-border-button-hover: transparent;
634
+ --color-text-button-muted: rgba(255, 255, 255, 0.4);
635
+ }
636
+ .button {
637
+ cursor: pointer;
638
+ display: inline-flex;
639
+ align-items: center;
640
+ justify-content: center;
641
+ outline: 0;
642
+ border: 1px solid var(--color-border-button);
643
+ vertical-align: baseline;
644
+ background: var(--color-background-button-default);
645
+ color: var(--color-text);
646
+ font-family: 'Lato', sans-serif;
647
+ padding: 9.5px 14px;
648
+ text-transform: none;
649
+ text-shadow: none;
650
+ font-weight: 700;
651
+ line-height: 1em;
652
+ font-style: normal;
653
+ text-align: center;
654
+ text-decoration: none;
655
+ border-radius: 4px;
656
+ user-select: none;
657
+ transition: opacity 0.1s ease, background-color 0.1s ease, color 0.1s ease, box-shadow 0.1s ease, background 0.1s ease;
658
+ max-width: 100%;
659
+ min-height: 38px;
660
+ box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
661
+ }
662
+ .button:hover {
663
+ background: var(--color-background-button-default-hover);
664
+ border-color: var(--color-border-button-hover);
665
+ }
666
+ .button:active {
667
+ background: var(--color-background-button-default-active);
668
+ box-shadow: none;
669
+ }
670
+ .button.active {
671
+ border-color: var(--color-background-button-primary);
672
+ color: var(--color-text-primary);
673
+ position: relative;
674
+ z-index: 2;
675
+ }
676
+ .button:hover,
677
+ .button:focus,
678
+ .button:active {
679
+ position: relative;
680
+ z-index: 1;
681
+ }
682
+ .button .icon {
683
+ margin: 0 8px 0 -4px;
684
+ }
685
+ .button .icon svg {
686
+ height: 14px;
687
+ width: 14px;
688
+ }
689
+ .iconOnly {
690
+ padding: 0.78571429em 0.78571429em 0.78571429em;
691
+ display: inline-flex;
692
+ align-items: center;
693
+ justify-content: center;
694
+ }
695
+ .iconOnly .icon {
696
+ margin: 0;
697
+ line-height: 0;
698
+ }
699
+ .basic {
700
+ color: var(--color-text-primary);
701
+ background: transparent;
702
+ box-shadow: none !important;
703
+ border: none !important;
704
+ }
705
+ .basic.muted {
706
+ color: var(--color-text-button-muted);
707
+ }
708
+ .basic:hover,
709
+ .basic:focus {
710
+ color: var(--color-text-primary-hover);
711
+ background: rgba(0, 0, 0, 0.05);
712
+ }
713
+ .basic:active,
714
+ .basic.active {
715
+ color: var(--color-text-primary-active);
716
+ background: rgba(0, 0, 0, 0.1);
717
+ }
718
+ .disabled {
719
+ cursor: default;
720
+ pointer-events: none !important;
721
+ color: var(--color-text-faint) !important;
722
+ box-shadow: none !important;
723
+ }
724
+ .disabled:not(.active):not(.basic) {
725
+ background: var(--color-background-disabled) !important;
726
+ border: 1px solid var(--color-border) !important;
727
+ }
728
+ .small {
729
+ font-size: 12px;
730
+ min-height: 24px;
731
+ padding: 0 0.75rem;
732
+ }
733
+ .pill,
734
+ .round {
735
+ text-transform: uppercase;
736
+ letter-spacing: 0.1em;
737
+ font-size: 13px;
738
+ font-weight: bold;
739
+ border-radius: 19px;
740
+ display: inline-flex;
741
+ align-items: center;
742
+ }
743
+ .round {
744
+ padding: 0;
745
+ width: 38px;
746
+ line-height: 1;
747
+ }
748
+ .round.small {
749
+ width: 24px;
750
+ }
751
+ .orange {
752
+ background-color: var(--color-background-button-primary);
753
+ }
754
+ .orange:hover,
755
+ .orange:focus {
756
+ background-color: var(--color-background-button-primary-hover);
757
+ }
758
+ .orange:active {
759
+ background-color: var(--color-background-button-primary-active);
760
+ }
761
+ .red {
762
+ background-color: var(--color-background-button-error);
763
+ }
764
+ .red:hover,
765
+ .red:focus {
766
+ background-color: var(--color-background-button-error-hover);
767
+ }
768
+ .red:active {
769
+ background-color: var(--color-background-button-error-active);
770
+ }
771
+ .green {
772
+ background-color: var(--color-background-button-success);
773
+ }
774
+ .green:hover,
775
+ .green:focus {
776
+ background-color: var(--color-background-button-success-hover);
777
+ }
778
+ .green:active {
779
+ background-color: var(--color-background-button-success-active);
780
+ }
781
+ .orange,
782
+ .red,
783
+ .green {
784
+ color: #fff;
785
+ }
786
+ .orange:hover,
787
+ .red:hover,
788
+ .green:hover,
789
+ .orange:focus,
790
+ .red:focus,
791
+ .green:focus {
792
+ color: #fff;
793
+ }
794
+ .orange:active,
795
+ .red:active,
796
+ .green:active {
797
+ color: #fff;
798
+ }
799
+ .inverted {
800
+ background-color: transparent;
801
+ border-color: var(--color-text);
802
+ box-shadow: none;
803
+ }
804
+ .inverted:hover,
805
+ .inverted:focus,
806
+ .inverted:active {
807
+ box-shadow: none;
808
+ }
809
+ .inverted.orange {
810
+ color: var(--color-background-button-primary);
811
+ border-color: var(--color-background-button-primary);
812
+ }
813
+ .inverted.red {
814
+ color: var(--color-background-button-error);
815
+ border-color: var(--color-background-button-error);
816
+ }
817
+ .inverted.green {
818
+ color: var(--color-background-button-success);
819
+ border-color: var(--color-background-button-success);
820
+ }
821
+ .inverted.orange:hover,
822
+ .inverted.red:hover,
823
+ .inverted.green:hover,
824
+ .inverted.orange:focus,
825
+ .inverted.red:focus,
826
+ .inverted.green:focus,
827
+ .inverted.orange:active,
828
+ .inverted.red:active,
829
+ .inverted.green:active {
830
+ color: white;
831
+ box-shadow: none;
832
+ }
833
+ .groupOrderFirst,
834
+ .groupOrderMiddle,
835
+ .groupOrderLast {
836
+ margin-right: 0;
837
+ }
838
+ .groupOrderFirst,
839
+ .groupOrderMiddle {
840
+ border-top-right-radius: 0 !important;
841
+ border-bottom-right-radius: 0 !important;
842
+ }
843
+ .groupOrderLast,
844
+ .groupOrderMiddle {
845
+ border-top-left-radius: 0 !important;
846
+ border-bottom-left-radius: 0 !important;
847
+ }
848
+ .checkbox {
849
+ margin: 10px 0 11px 0;
850
+ position: relative;
851
+ display: inline-block;
852
+ backface-visibility: hidden;
853
+ vertical-align: baseline;
854
+ font-style: normal;
855
+ min-height: 17px;
856
+ font-size: inherit;
857
+ line-height: 17px;
858
+ min-width: 17px;
859
+ outline: 0px;
860
+ }
861
+ .checkbox.noLabel {
862
+ width: 17px;
863
+ }
864
+ .checkbox.small {
865
+ margin: 3px 0;
866
+ font-size: 12px;
867
+ }
868
+ .checkbox input {
869
+ cursor: pointer;
870
+ position: absolute;
871
+ top: 0px;
872
+ left: 0px;
873
+ width: 17px;
874
+ height: 17px;
875
+ opacity: 0 !important;
876
+ outline: 0px;
877
+ z-index: -1;
878
+ }
879
+ .checkbox label {
880
+ cursor: pointer;
881
+ user-select: none;
882
+ color: var(--color-text);
883
+ transition: color 0.1s ease 0s;
884
+ position: relative;
885
+ display: block;
886
+ padding-left: 1.85714em;
887
+ font-size: 1em;
888
+ outline: 0px;
889
+ }
890
+ .checkbox label .checkmark {
891
+ position: absolute;
892
+ top: 0px;
893
+ left: 0px;
894
+ width: 17px;
895
+ height: 17px;
896
+ padding: 2px;
897
+ background: var(--color-background-input);
898
+ border-radius: 0.214286rem;
899
+ transition: border 0.1s ease 0s, opacity 0.1s ease 0s, transform 0.1s ease 0s, box-shadow 0.1s ease 0s;
900
+ border: 1px solid var(--color-border);
901
+ color: transparent;
902
+ }
903
+ .checkbox label .checkmark:hover {
904
+ border-color: var(--color-border-hover);
905
+ }
906
+ .checkbox input:checked ~ label .checkmark {
907
+ background: var(--color-background-primary);
908
+ border-color: transparent;
909
+ color: white;
910
+ }
911
+ .checkbox.disabled {
912
+ cursor: default;
913
+ pointer-events: none;
914
+ }
915
+ .checkbox.disabled label {
916
+ color: var(--color-text-muted);
917
+ }
918
+ .checkbox.disabled .checkmark {
919
+ background: var(--color-background-disabled) !important;
920
+ border-color: var(--color-border) !important;
921
+ }
922
+ .checkbox.disabled input:checked ~ label .checkmark {
923
+ color: var(--color-text-faint);
924
+ }
925
+ .noMargin {
926
+ margin: 0;
927
+ }
928
+ .isInTable {
929
+ margin: 0;
930
+ position: relative;
931
+ top: 1px;
932
+ }
933
+ .inputInTable {
934
+ background-color: transparent;
935
+ border-radius: inherit !important;
936
+ height: 38px;
937
+ min-height: 100%;
938
+ }
939
+ .inputInTable:hover,
940
+ .inputInTable:focus {
941
+ position: relative;
942
+ }
943
+ .inputInTable:hover {
944
+ z-index: 2;
945
+ }
946
+ .inputInTable:focus {
947
+ z-index: 3;
948
+ }
949
+ .inputFocus {
950
+ outline: none !important;
951
+ border: 1px solid var(--color-border-focus) !important;
952
+ box-shadow: var(--shadow-focus);
953
+ }
954
+ .inputError,
955
+ .inputWarning {
956
+ position: relative;
957
+ }
958
+ .inputError {
959
+ z-index: 2;
960
+ border-color: var(--color-border-error) !important;
961
+ color: var(--color-text-error) !important;
962
+ background-color: var(--color-background-error);
963
+ }
964
+ .inputError:hover {
965
+ border-color: var(--color-border-error-hover) !important;
966
+ }
967
+ .inputError:focus {
968
+ outline: none !important;
969
+ border: 1px solid var(--color-border-focus) !important;
970
+ box-shadow: var(--shadow-focus);
971
+ }
972
+ .inputWarning {
973
+ z-index: 1;
974
+ border-color: var(--color-border-warning) !important;
975
+ color: var(--color-text-warning) !important;
976
+ background-color: var(--color-background-warning);
977
+ }
978
+ .inputWarning:hover {
979
+ border-color: var(--color-border-warning-hover) !important;
980
+ }
981
+ .inputWarning:focus {
982
+ outline: none !important;
983
+ border: 1px solid var(--color-border-focus) !important;
984
+ box-shadow: var(--shadow-focus);
985
+ }
986
+ .inputDisabled {
987
+ pointer-events: none;
988
+ background-color: var(--color-background-disabled);
989
+ color: var(--color-text-muted);
990
+ }
991
+ .input {
992
+ margin: 0;
993
+ outline: 0;
994
+ text-align: left;
995
+ font-family: 'Lato', sans-serif;
996
+ padding: 9.5px 14px;
997
+ background: var(--color-background-input);
998
+ border: 1px solid var(--color-border);
999
+ color: var(--color-text);
1000
+ border-radius: 4px;
1001
+ transition: box-shadow 0.1s ease, border-color 0.1s ease;
1002
+ box-shadow: none;
1003
+ height: 38px;
1004
+ width: 100%;
1005
+ font-weight: 400;
1006
+ font-style: normal;
1007
+ position: relative;
1008
+ }
1009
+ .input::placeholder {
1010
+ color: var(--color-text-faint);
1011
+ }
1012
+ .input.isInTable {
1013
+ background-color: transparent;
1014
+ border-radius: inherit !important;
1015
+ height: 38px;
1016
+ min-height: 100%;
1017
+ }
1018
+ .input.isInTable:hover,
1019
+ .input.isInTable:focus {
1020
+ position: relative;
1021
+ }
1022
+ .input.isInTable:hover {
1023
+ z-index: 2;
1024
+ }
1025
+ .input.isInTable:focus {
1026
+ z-index: 3;
1027
+ }
1028
+ .input:hover,
1029
+ .input:focus {
1030
+ z-index: 1;
1031
+ }
1032
+ .input:hover {
1033
+ border-color: var(--color-border-hover);
1034
+ }
1035
+ .input:focus {
1036
+ outline: none !important;
1037
+ border: 1px solid var(--color-border-focus) !important;
1038
+ box-shadow: var(--shadow-focus);
1039
+ }
1040
+ .input.small {
1041
+ font-size: 12px;
1042
+ height: 24px;
1043
+ padding: 0 7px;
1044
+ line-height: 24px;
1045
+ }
1046
+ .input.error {
1047
+ position: relative;
1048
+ z-index: 2;
1049
+ border-color: var(--color-border-error) !important;
1050
+ color: var(--color-text-error) !important;
1051
+ background-color: var(--color-background-error);
1052
+ }
1053
+ .input.error:hover {
1054
+ border-color: var(--color-border-error-hover) !important;
1055
+ }
1056
+ .input.error:focus {
1057
+ outline: none !important;
1058
+ border: 1px solid var(--color-border-focus) !important;
1059
+ box-shadow: var(--shadow-focus);
1060
+ }
1061
+ .input.warning {
1062
+ position: relative;
1063
+ z-index: 1;
1064
+ border-color: var(--color-border-warning) !important;
1065
+ color: var(--color-text-warning) !important;
1066
+ background-color: var(--color-background-warning);
1067
+ }
1068
+ .input.warning:hover {
1069
+ border-color: var(--color-border-warning-hover) !important;
1070
+ }
1071
+ .input.warning:focus {
1072
+ outline: none !important;
1073
+ border: 1px solid var(--color-border-focus) !important;
1074
+ box-shadow: var(--shadow-focus);
1075
+ }
1076
+ .input[disabled] {
1077
+ pointer-events: none;
1078
+ background-color: var(--color-background-disabled);
1079
+ color: var(--color-text-muted);
1080
+ }
1081
+ .input.right {
1082
+ text-align: right;
1083
+ }
1084
+ .groupOrderFirst,
1085
+ .groupOrderMiddle,
1086
+ .groupOrderLast {
1087
+ flex: 1;
1088
+ }
1089
+ .groupOrderFirst .input:hover,
1090
+ .groupOrderMiddle .input:hover,
1091
+ .groupOrderLast .input:hover,
1092
+ .groupOrderFirst .input:focus,
1093
+ .groupOrderMiddle .input:focus,
1094
+ .groupOrderLast .input:focus {
1095
+ z-index: 2;
1096
+ }
1097
+ .groupOrderFirst,
1098
+ .groupOrderMiddle {
1099
+ margin-right: -1px;
1100
+ }
1101
+ .groupOrderFirst .input,
1102
+ .groupOrderMiddle .input {
1103
+ border-top-right-radius: 0 !important;
1104
+ border-bottom-right-radius: 0 !important;
1105
+ }
1106
+ .groupOrderLast .input,
1107
+ .groupOrderMiddle .input {
1108
+ border-top-left-radius: 0 !important;
1109
+ border-bottom-left-radius: 0 !important;
1110
+ }
1111
+ :root {
1112
+ --color-border-message: rgba(0, 0, 0, 0.1);
1113
+ }
1114
+ html[data-theme='dark'] {
1115
+ --color-border-message: transparent;
1116
+ }
1117
+ .container {
1118
+ padding: 10px 14px;
1119
+ border-radius: 4px;
1120
+ display: inline-flex;
1121
+ align-items: flex-start;
1122
+ line-height: 20px;
1123
+ flex-wrap: wrap;
1124
+ overflow-y: auto;
1125
+ scrollbar-width: none;
1126
+ -ms-overflow-style: none;
1127
+ border: 1px solid var(--color-border-message);
1128
+ }
1129
+ .container::-webkit-scrollbar {
1130
+ width: 0px;
1131
+ background: transparent;
1132
+ }
1133
+ .container.block {
1134
+ display: flex;
1135
+ }
1136
+ .container.info {
1137
+ color: var(--color-text-info);
1138
+ background-color: var(--color-background-info);
1139
+ }
1140
+ .container.success {
1141
+ color: var(--color-text-success);
1142
+ background-color: var(--color-background-success);
1143
+ }
1144
+ .container.warning {
1145
+ color: var(--color-text-warning);
1146
+ background-color: var(--color-background-warning);
1147
+ }
1148
+ .container.error {
1149
+ color: var(--color-text-error);
1150
+ background-color: var(--color-background-error);
1151
+ }
1152
+ .content {
1153
+ flex: 1;
1154
+ min-width: 0;
1155
+ }
1156
+ .heading {
1157
+ font-weight: bold;
1158
+ letter-spacing: 0.1em;
1159
+ text-transform: uppercase;
1160
+ font-size: 0.9rem;
1161
+ line-height: 20px;
1162
+ margin-bottom: 3px;
1163
+ }
1164
+ .icon,
1165
+ .dismiss {
1166
+ display: flex;
1167
+ justify-content: center;
1168
+ align-items: center;
1169
+ height: 20px;
1170
+ }
1171
+ .icon {
1172
+ margin-right: 12px;
1173
+ }
1174
+ .dismiss {
1175
+ margin-left: 12px;
1176
+ color: var(--color-text);
1177
+ }
1178
+ .dismiss.absolute {
1179
+ position: absolute;
1180
+ top: 10px;
1181
+ right: 14px;
1182
+ }
1183
+ .legendToggle,
1184
+ .dismiss {
1185
+ opacity: 0.4;
1186
+ }
1187
+ .legendToggle:hover,
1188
+ .dismiss:hover {
1189
+ opacity: 0.8;
1190
+ cursor: pointer;
1191
+ }
1192
+ .legendToggle:active,
1193
+ .dismiss:active {
1194
+ opacity: 1;
1195
+ }
1196
+ .legendToggle {
1197
+ margin-top: 3px;
1198
+ }
1199
+ .detailsText {
1200
+ margin-top: 3px;
1201
+ word-break: break-word;
1202
+ }