@aivenio/aquarium 1.19.0 → 1.21.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.
- package/dist/_variables.scss +1 -1
- package/dist/_variables_timescale.scss +1 -1
- package/dist/atoms.cjs +241 -88
- package/dist/atoms.mjs +241 -88
- package/dist/src/atoms/Alert/Alert.js +1 -1
- package/dist/src/atoms/Banner/Banner.js +1 -1
- package/dist/src/atoms/InputGroup/InputGroup.js +1 -1
- package/dist/src/atoms/Table/Table.js +1 -1
- package/dist/src/charts/Axis/Axis.js +1 -1
- package/dist/src/charts/BarChart/BarChart.d.ts +1 -1
- package/dist/src/charts/BarChart/BarChart.js +1 -1
- package/dist/src/charts/Container/Container.js +1 -1
- package/dist/src/charts/Grid/Grid.d.ts +1 -1
- package/dist/src/charts/Grid/Grid.js +1 -1
- package/dist/src/icons/index.d.ts +9 -0
- package/dist/src/icons/index.js +10 -1
- package/dist/src/icons/indexes.d.ts +9 -0
- package/dist/src/icons/indexes.js +11 -0
- package/dist/src/icons/integrations.d.ts +9 -0
- package/dist/src/icons/integrations.js +11 -0
- package/dist/src/icons/jobsAndData.d.ts +9 -0
- package/dist/src/icons/jobsAndData.js +11 -0
- package/dist/src/icons/kafkaTopic.d.ts +9 -0
- package/dist/src/icons/kafkaTopic.js +11 -0
- package/dist/src/icons/namespaces.d.ts +9 -0
- package/dist/src/icons/namespaces.js +11 -0
- package/dist/src/icons/networkPrivateLink.d.ts +9 -0
- package/dist/src/icons/networkPrivateLink.js +11 -0
- package/dist/src/icons/pools.d.ts +9 -0
- package/dist/src/icons/pools.js +11 -0
- package/dist/src/icons/queries.d.ts +9 -0
- package/dist/src/icons/queries.js +11 -0
- package/dist/src/icons/replicationFlow.d.ts +9 -0
- package/dist/src/icons/replicationFlow.js +11 -0
- package/dist/src/molecules/Alert/Alert.js +1 -1
- package/dist/src/molecules/Banner/Banner.js +1 -1
- package/dist/src/molecules/Box/Box.d.ts +1 -1
- package/dist/src/molecules/Box/Box.js +1 -1
- package/dist/src/molecules/Card/Card.js +1 -1
- package/dist/src/molecules/Card/Compact.js +1 -1
- package/dist/src/molecules/Checkbox/Checkbox.js +1 -1
- package/dist/src/molecules/CheckboxGroup/CheckboxGroup.js +1 -1
- package/dist/src/molecules/Combobox/Combobox.js +1 -1
- package/dist/src/molecules/DataList/DataList.js +1 -1
- package/dist/src/molecules/DataTable/DataTable.js +1 -1
- package/dist/src/molecules/Dialog/Dialog.js +1 -1
- package/dist/src/molecules/Dropdown/Dropdown.js +1 -1
- package/dist/src/molecules/Icon/Icon.js +1 -1
- package/dist/src/molecules/Input/Input.js +1 -1
- package/dist/src/molecules/LineClamp/LineClamp.js +1 -1
- package/dist/src/molecules/Link/Link.js +1 -1
- package/dist/src/molecules/Modal/Modal.js +1 -1
- package/dist/src/molecules/MultiInput/MultiInput.js +1 -1
- package/dist/src/molecules/MultiSelect/MultiSelect.js +1 -1
- package/dist/src/molecules/NativeSelect/NativeSelect.js +1 -1
- package/dist/src/molecules/PageHeader/PageHeader.js +1 -1
- package/dist/src/molecules/Popover/Popover.js +1 -1
- package/dist/src/molecules/PopoverDialog/PopoverDialog.d.ts +1 -1
- package/dist/src/molecules/PopoverDialog/PopoverDialog.js +1 -1
- package/dist/src/molecules/RadioButton/RadioButton.js +1 -1
- package/dist/src/molecules/RadioButtonGroup/RadioButtonGroup.js +1 -1
- package/dist/src/molecules/Select/Select.js +1 -1
- package/dist/src/molecules/Spacing/Spacing.js +1 -1
- package/dist/src/molecules/Switch/Switch.js +1 -1
- package/dist/src/molecules/SwitchGroup/SwitchGroup.js +1 -1
- package/dist/src/molecules/Table/Table.d.ts +1 -1
- package/dist/src/molecules/Table/Table.js +1 -1
- package/dist/src/molecules/Textarea/Textarea.js +1 -1
- package/dist/src/molecules/Toast/Toast.js +1 -1
- package/dist/src/molecules/Typography/Typography.js +1 -1
- package/dist/src/utils/form/InputAdornment/InputAdornment.js +1 -1
- package/dist/src/utils/form/Label/Label.js +1 -1
- package/dist/src/utils/table/utils.js +1 -1
- package/dist/styles.css +656 -394
- package/dist/styles_timescaledb.css +656 -394
- package/dist/system.cjs +241 -88
- package/dist/system.mjs +241 -88
- package/dist/tailwind.config.js +49 -44
- package/dist/tailwind.theme.json +88 -88
- package/dist/tsconfig.module.tsbuildinfo +1 -1
- package/dist/types/utils.js +1 -1
- package/package.json +19 -24
@@ -1,19 +1,21 @@
|
|
1
|
-
/* https://tailwindcss.com/docs/using-with-preprocessors */
|
2
|
-
/* @import statement must come first and tailwind base must be the first one imported*/
|
3
|
-
/* ! tailwindcss v3.2.4 | MIT License | https://tailwindcss.com */
|
4
1
|
/*
|
2
|
+
! tailwindcss v3.2.4 | MIT License | https://tailwindcss.com
|
3
|
+
*//*
|
5
4
|
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
|
6
5
|
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
|
7
6
|
*/
|
7
|
+
|
8
8
|
*,::before,::after {
|
9
9
|
box-sizing: border-box; /* 1 */
|
10
10
|
border-width: 0; /* 2 */
|
11
11
|
border-style: solid; /* 2 */
|
12
12
|
border-color: currentColor; /* 2 */
|
13
13
|
}
|
14
|
+
|
14
15
|
::before,::after {
|
15
16
|
--tw-content: '';
|
16
17
|
}
|
18
|
+
|
17
19
|
/*
|
18
20
|
1. Use a consistent sensible line-height in all browsers.
|
19
21
|
2. Prevent adjustments of font size after orientation changes in iOS.
|
@@ -21,6 +23,7 @@
|
|
21
23
|
4. Use the user's configured `sans` font-family by default.
|
22
24
|
5. Use the user's configured `sans` font-feature-settings by default.
|
23
25
|
*/
|
26
|
+
|
24
27
|
html {
|
25
28
|
line-height: 1.5; /* 1 */
|
26
29
|
-webkit-text-size-adjust: 100%; /* 2 */
|
@@ -30,95 +33,119 @@ html {
|
|
30
33
|
font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
|
31
34
|
font-feature-settings: normal; /* 5 */
|
32
35
|
}
|
36
|
+
|
33
37
|
/*
|
34
38
|
1. Remove the margin in all browsers.
|
35
39
|
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
|
36
40
|
*/
|
41
|
+
|
37
42
|
body {
|
38
43
|
margin: 0; /* 1 */
|
39
44
|
line-height: inherit; /* 2 */
|
40
45
|
}
|
46
|
+
|
41
47
|
/*
|
42
48
|
1. Add the correct height in Firefox.
|
43
49
|
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
|
44
50
|
3. Ensure horizontal rules are visible by default.
|
45
51
|
*/
|
52
|
+
|
46
53
|
hr {
|
47
54
|
height: 0; /* 1 */
|
48
55
|
color: inherit; /* 2 */
|
49
56
|
border-top-width: 1px; /* 3 */
|
50
57
|
}
|
58
|
+
|
51
59
|
/*
|
52
60
|
Add the correct text decoration in Chrome, Edge, and Safari.
|
53
61
|
*/
|
62
|
+
|
54
63
|
abbr:where([title]) {
|
55
64
|
-webkit-text-decoration: underline dotted;
|
56
65
|
text-decoration: underline dotted;
|
57
66
|
}
|
67
|
+
|
58
68
|
/*
|
59
69
|
Remove the default font size and weight for headings.
|
60
70
|
*/
|
71
|
+
|
61
72
|
h1,h2,h3,h4,h5,h6 {
|
62
73
|
font-size: inherit;
|
63
74
|
font-weight: inherit;
|
64
75
|
}
|
76
|
+
|
65
77
|
/*
|
66
78
|
Reset links to optimize for opt-in styling instead of opt-out.
|
67
79
|
*/
|
80
|
+
|
68
81
|
a {
|
69
82
|
color: inherit;
|
70
83
|
text-decoration: inherit;
|
71
84
|
}
|
85
|
+
|
72
86
|
/*
|
73
87
|
Add the correct font weight in Edge and Safari.
|
74
88
|
*/
|
89
|
+
|
75
90
|
b,strong {
|
76
91
|
font-weight: bolder;
|
77
92
|
}
|
93
|
+
|
78
94
|
/*
|
79
95
|
1. Use the user's configured `mono` font family by default.
|
80
96
|
2. Correct the odd `em` font sizing in all browsers.
|
81
97
|
*/
|
98
|
+
|
82
99
|
code,kbd,samp,pre {
|
83
100
|
font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
|
84
101
|
font-size: 1em; /* 2 */
|
85
102
|
}
|
103
|
+
|
86
104
|
/*
|
87
105
|
Add the correct font size in all browsers.
|
88
106
|
*/
|
107
|
+
|
89
108
|
small {
|
90
109
|
font-size: 80%;
|
91
110
|
}
|
111
|
+
|
92
112
|
/*
|
93
113
|
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
|
94
114
|
*/
|
115
|
+
|
95
116
|
sub,sup {
|
96
117
|
font-size: 75%;
|
97
118
|
line-height: 0;
|
98
119
|
position: relative;
|
99
120
|
vertical-align: baseline;
|
100
121
|
}
|
122
|
+
|
101
123
|
sub {
|
102
124
|
bottom: -0.25em;
|
103
125
|
}
|
126
|
+
|
104
127
|
sup {
|
105
128
|
top: -0.5em;
|
106
129
|
}
|
130
|
+
|
107
131
|
/*
|
108
132
|
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
|
109
133
|
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
|
110
134
|
3. Remove gaps between table borders by default.
|
111
135
|
*/
|
136
|
+
|
112
137
|
table {
|
113
138
|
text-indent: 0; /* 1 */
|
114
139
|
border-color: inherit; /* 2 */
|
115
140
|
border-collapse: collapse; /* 3 */
|
116
141
|
}
|
142
|
+
|
117
143
|
/*
|
118
144
|
1. Change the font styles in all browsers.
|
119
145
|
2. Remove the margin in Firefox and Safari.
|
120
146
|
3. Remove default padding in all browsers.
|
121
147
|
*/
|
148
|
+
|
122
149
|
button,input,optgroup,select,textarea {
|
123
150
|
font-family: inherit; /* 1 */
|
124
151
|
font-size: 100%; /* 1 */
|
@@ -128,141 +155,180 @@ button,input,optgroup,select,textarea {
|
|
128
155
|
margin: 0; /* 2 */
|
129
156
|
padding: 0; /* 3 */
|
130
157
|
}
|
158
|
+
|
131
159
|
/*
|
132
160
|
Remove the inheritance of text transform in Edge and Firefox.
|
133
161
|
*/
|
162
|
+
|
134
163
|
button,select {
|
135
164
|
text-transform: none;
|
136
165
|
}
|
166
|
+
|
137
167
|
/*
|
138
168
|
1. Correct the inability to style clickable types in iOS and Safari.
|
139
169
|
2. Remove default button styles.
|
140
170
|
*/
|
171
|
+
|
141
172
|
button,[type='button'],[type='reset'],[type='submit'] {
|
142
173
|
-webkit-appearance: button; /* 1 */
|
143
174
|
background-color: transparent; /* 2 */
|
144
175
|
background-image: none; /* 2 */
|
145
176
|
}
|
177
|
+
|
146
178
|
/*
|
147
179
|
Use the modern Firefox focus style for all focusable elements.
|
148
180
|
*/
|
181
|
+
|
149
182
|
:-moz-focusring {
|
150
183
|
outline: auto;
|
151
184
|
}
|
185
|
+
|
152
186
|
/*
|
153
187
|
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
|
154
188
|
*/
|
189
|
+
|
155
190
|
:-moz-ui-invalid {
|
156
191
|
box-shadow: none;
|
157
192
|
}
|
193
|
+
|
158
194
|
/*
|
159
195
|
Add the correct vertical alignment in Chrome and Firefox.
|
160
196
|
*/
|
197
|
+
|
161
198
|
progress {
|
162
199
|
vertical-align: baseline;
|
163
200
|
}
|
201
|
+
|
164
202
|
/*
|
165
203
|
Correct the cursor style of increment and decrement buttons in Safari.
|
166
204
|
*/
|
205
|
+
|
167
206
|
::-webkit-inner-spin-button,::-webkit-outer-spin-button {
|
168
207
|
height: auto;
|
169
208
|
}
|
209
|
+
|
170
210
|
/*
|
171
211
|
1. Correct the odd appearance in Chrome and Safari.
|
172
212
|
2. Correct the outline style in Safari.
|
173
213
|
*/
|
214
|
+
|
174
215
|
[type='search'] {
|
175
216
|
-webkit-appearance: textfield; /* 1 */
|
176
217
|
outline-offset: -2px; /* 2 */
|
177
218
|
}
|
219
|
+
|
178
220
|
/*
|
179
221
|
Remove the inner padding in Chrome and Safari on macOS.
|
180
222
|
*/
|
223
|
+
|
181
224
|
::-webkit-search-decoration {
|
182
225
|
-webkit-appearance: none;
|
183
226
|
}
|
227
|
+
|
184
228
|
/*
|
185
229
|
1. Correct the inability to style clickable types in iOS and Safari.
|
186
230
|
2. Change font properties to `inherit` in Safari.
|
187
231
|
*/
|
232
|
+
|
188
233
|
::-webkit-file-upload-button {
|
189
234
|
-webkit-appearance: button; /* 1 */
|
190
235
|
font: inherit; /* 2 */
|
191
236
|
}
|
237
|
+
|
192
238
|
/*
|
193
239
|
Add the correct display in Chrome and Safari.
|
194
240
|
*/
|
241
|
+
|
195
242
|
summary {
|
196
243
|
display: list-item;
|
197
244
|
}
|
245
|
+
|
198
246
|
/*
|
199
247
|
Removes the default spacing and border for appropriate elements.
|
200
248
|
*/
|
249
|
+
|
201
250
|
blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre {
|
202
251
|
margin: 0;
|
203
252
|
}
|
253
|
+
|
204
254
|
fieldset {
|
205
255
|
margin: 0;
|
206
256
|
padding: 0;
|
207
257
|
}
|
258
|
+
|
208
259
|
legend {
|
209
260
|
padding: 0;
|
210
261
|
}
|
262
|
+
|
211
263
|
ol,ul,menu {
|
212
264
|
list-style: none;
|
213
265
|
margin: 0;
|
214
266
|
padding: 0;
|
215
267
|
}
|
268
|
+
|
216
269
|
/*
|
217
270
|
Prevent resizing textareas horizontally by default.
|
218
271
|
*/
|
272
|
+
|
219
273
|
textarea {
|
220
274
|
resize: vertical;
|
221
275
|
}
|
276
|
+
|
222
277
|
/*
|
223
278
|
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
|
224
279
|
2. Set the default placeholder color to the user's configured gray 400 color.
|
225
280
|
*/
|
281
|
+
|
226
282
|
input::-moz-placeholder, textarea::-moz-placeholder {
|
227
283
|
opacity: 1; /* 1 */
|
228
284
|
color: #9ca3af; /* 2 */
|
229
285
|
}
|
286
|
+
|
230
287
|
input::placeholder,textarea::placeholder {
|
231
288
|
opacity: 1; /* 1 */
|
232
289
|
color: #9ca3af; /* 2 */
|
233
290
|
}
|
291
|
+
|
234
292
|
/*
|
235
293
|
Set the default cursor for buttons.
|
236
294
|
*/
|
295
|
+
|
237
296
|
button,[role="button"] {
|
238
297
|
cursor: pointer;
|
239
298
|
}
|
299
|
+
|
240
300
|
/*
|
241
301
|
Make sure disabled buttons don't get the pointer cursor.
|
242
302
|
*/
|
243
303
|
:disabled {
|
244
304
|
cursor: default;
|
245
305
|
}
|
306
|
+
|
246
307
|
/*
|
247
308
|
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
|
248
309
|
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
|
249
310
|
This can trigger a poorly considered lint error in some tools but is included by design.
|
250
311
|
*/
|
312
|
+
|
251
313
|
img,svg,video,canvas,audio,iframe,embed,object {
|
252
314
|
display: block; /* 1 */
|
253
315
|
vertical-align: middle; /* 2 */
|
254
316
|
}
|
317
|
+
|
255
318
|
/*
|
256
319
|
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
|
257
320
|
*/
|
321
|
+
|
258
322
|
img,video {
|
259
323
|
max-width: 100%;
|
260
324
|
height: auto;
|
261
325
|
}
|
326
|
+
|
262
327
|
/* Make elements with the HTML hidden attribute stay hidden by default */
|
263
328
|
[hidden] {
|
264
329
|
display: none;
|
265
330
|
}
|
331
|
+
|
266
332
|
*,::before,::after {
|
267
333
|
--tw-border-spacing-x: 0;
|
268
334
|
--tw-border-spacing-y: 0;
|
@@ -309,6 +375,7 @@ img,video {
|
|
309
375
|
--tw-backdrop-saturate: ;
|
310
376
|
--tw-backdrop-sepia: ;
|
311
377
|
}
|
378
|
+
|
312
379
|
::backdrop {
|
313
380
|
--tw-border-spacing-x: 0;
|
314
381
|
--tw-border-spacing-y: 0;
|
@@ -355,6 +422,182 @@ img,video {
|
|
355
422
|
--tw-backdrop-saturate: ;
|
356
423
|
--tw-backdrop-sepia: ;
|
357
424
|
}
|
425
|
+
/**
|
426
|
+
* This file is autogenerated. Do not edit directly.
|
427
|
+
*/
|
428
|
+
:root {
|
429
|
+
--aquarium-border-radius-none: 0px;
|
430
|
+
--aquarium-border-radius-sm: 0.125rem;
|
431
|
+
--aquarium-border-radius-default: 4px;
|
432
|
+
--aquarium-border-radius-md: 0.375rem;
|
433
|
+
--aquarium-border-radius-lg: 0.5rem;
|
434
|
+
--aquarium-border-radius-xl: 0.75rem;
|
435
|
+
--aquarium-border-radius-2xl: 1rem;
|
436
|
+
--aquarium-border-radius-3xl: 1.5rem;
|
437
|
+
--aquarium-border-radius-full: 9999px;
|
438
|
+
--aquarium-colors-error-100: #aa0000;
|
439
|
+
--aquarium-colors-error-90: #b90000;
|
440
|
+
--aquarium-colors-error-80: #c50001;
|
441
|
+
--aquarium-colors-error-70: #d80005;
|
442
|
+
--aquarium-colors-error-60: #e70000;
|
443
|
+
--aquarium-colors-error-50: #e62728;
|
444
|
+
--aquarium-colors-error-40: #e0504f;
|
445
|
+
--aquarium-colors-error-30: #ed7975;
|
446
|
+
--aquarium-colors-error-20: #ffadb3;
|
447
|
+
--aquarium-colors-error-10: #ffcbd2;
|
448
|
+
--aquarium-colors-error-5: #fee8e7;
|
449
|
+
--aquarium-colors-error-0: #fef2f1;
|
450
|
+
--aquarium-colors-warning-100: #fe6d00;
|
451
|
+
--aquarium-colors-warning-90: #ff9003;
|
452
|
+
--aquarium-colors-warning-80: #fd9f00;
|
453
|
+
--aquarium-colors-warning-70: #ffb300;
|
454
|
+
--aquarium-colors-warning-60: #ffc107;
|
455
|
+
--aquarium-colors-warning-50: #fdc926;
|
456
|
+
--aquarium-colors-warning-40: #fdd44d;
|
457
|
+
--aquarium-colors-warning-30: #fddf81;
|
458
|
+
--aquarium-colors-warning-20: #feebb2;
|
459
|
+
--aquarium-colors-warning-10: #fff2cd;
|
460
|
+
--aquarium-colors-warning-5: #fff8ea;
|
461
|
+
--aquarium-colors-warning-0: #fffdf9;
|
462
|
+
--aquarium-colors-success-100: #006f00;
|
463
|
+
--aquarium-colors-success-90: #008e00;
|
464
|
+
--aquarium-colors-success-80: #009f00;
|
465
|
+
--aquarium-colors-success-70: #00b300;
|
466
|
+
--aquarium-colors-success-60: #00c300;
|
467
|
+
--aquarium-colors-success-50: #40ce37;
|
468
|
+
--aquarium-colors-success-40: #60db57;
|
469
|
+
--aquarium-colors-success-30: #89eb80;
|
470
|
+
--aquarium-colors-success-20: #afffa7;
|
471
|
+
--aquarium-colors-success-10: #cbffc9;
|
472
|
+
--aquarium-colors-success-5: #ecf7ed;
|
473
|
+
--aquarium-colors-success-0: #f5faf5;
|
474
|
+
--aquarium-colors-info-100: #02569a;
|
475
|
+
--aquarium-colors-info-90: #0174ba;
|
476
|
+
--aquarium-colors-info-80: #0788d1;
|
477
|
+
--aquarium-colors-info-70: #0399e3;
|
478
|
+
--aquarium-colors-info-60: #02a8f3;
|
479
|
+
--aquarium-colors-info-50: #28b4f4;
|
480
|
+
--aquarium-colors-info-40: #4cc2f7;
|
481
|
+
--aquarium-colors-info-30: #7fd1f7;
|
482
|
+
--aquarium-colors-info-20: #b4e5fb;
|
483
|
+
--aquarium-colors-info-10: #e0f5fe;
|
484
|
+
--aquarium-colors-info-5: #effaff;
|
485
|
+
--aquarium-colors-info-0: #f9fdff;
|
486
|
+
--aquarium-colors-grey-100: #19191d;
|
487
|
+
--aquarium-colors-grey-90: #292a31;
|
488
|
+
--aquarium-colors-grey-80: #3a3a44;
|
489
|
+
--aquarium-colors-grey-70: #4a4b57;
|
490
|
+
--aquarium-colors-grey-60: #5a5b6a;
|
491
|
+
--aquarium-colors-grey-50: #787885;
|
492
|
+
--aquarium-colors-grey-40: #9696a0;
|
493
|
+
--aquarium-colors-grey-30: #b4b4bb;
|
494
|
+
--aquarium-colors-grey-10: #e1e1e3;
|
495
|
+
--aquarium-colors-grey-5: #ededf0;
|
496
|
+
--aquarium-colors-grey-0: #f7f7fa;
|
497
|
+
--aquarium-colors-secondary-100: #e11d16;
|
498
|
+
--aquarium-colors-secondary-90: #eb4610;
|
499
|
+
--aquarium-colors-secondary-80: #f3580d;
|
500
|
+
--aquarium-colors-secondary-70: #f96a02;
|
501
|
+
--aquarium-colors-secondary-60: #ff7700;
|
502
|
+
--aquarium-colors-secondary-50: #fc871a;
|
503
|
+
--aquarium-colors-secondary-40: #fb9a3e;
|
504
|
+
--aquarium-colors-secondary-30: #fab26e;
|
505
|
+
--aquarium-colors-secondary-20: #f8c99c;
|
506
|
+
--aquarium-colors-secondary-10: #fee8d0;
|
507
|
+
--aquarium-colors-secondary-5: #fff3e8;
|
508
|
+
--aquarium-colors-secondary-0: #fffbf8;
|
509
|
+
--aquarium-colors-primary-100: #a70045;
|
510
|
+
--aquarium-colors-primary-90: #c60443;
|
511
|
+
--aquarium-colors-primary-80: #e41a4a;
|
512
|
+
--aquarium-colors-primary-70: #ff3554;
|
513
|
+
--aquarium-colors-primary-60: #ff5275;
|
514
|
+
--aquarium-colors-primary-50: #ff6f94;
|
515
|
+
--aquarium-colors-primary-40: #ff8db0;
|
516
|
+
--aquarium-colors-primary-30: #ffa9c9;
|
517
|
+
--aquarium-colors-primary-20: #ffc4de;
|
518
|
+
--aquarium-colors-primary-10: #ffdeef;
|
519
|
+
--aquarium-colors-primary-5: #ffe8f4;
|
520
|
+
--aquarium-colors-primary-0: #fff9fc;
|
521
|
+
--aquarium-colors-grey-20: #d2d2d6;
|
522
|
+
--aquarium-colors-transparent: transparent;
|
523
|
+
--aquarium-colors-white: white;
|
524
|
+
--aquarium-colors-black: black;
|
525
|
+
--aquarium-colors-current: currentColor;
|
526
|
+
--aquarium-colors-navy-blue-100: #30375E;
|
527
|
+
--aquarium-box-shadow-24dp: 0px 24px 48px rgba(90, 91, 106, 0.08), 0px 12px 24px rgba(58, 58, 68, 0.08);
|
528
|
+
--aquarium-box-shadow-16dp: 0px 16px 32px rgba(90, 91, 106, 0.12), 0px 8px 16px rgba(58, 58, 68, 0.12);
|
529
|
+
--aquarium-box-shadow-8dp: 0px 8px 16px rgba(90, 91, 106, 0.16), 0px 4px 8px rgba(58, 58, 68, 0.16);
|
530
|
+
--aquarium-box-shadow-4dp: 0px 4px 8px rgba(90, 91, 106, 0.20), 0px 2px 4px rgba(58, 58, 68, 0.20);
|
531
|
+
--aquarium-box-shadow-2dp: 0px 2px 4px rgba(90, 91, 106, 0.24), 0px 1px 2px rgba(58, 58, 68, 0.24);
|
532
|
+
--aquarium-box-shadow-white-inset: inset 0 0 0 3px rgba(255,255,255,1);
|
533
|
+
--aquarium-screens-default: 0px;
|
534
|
+
--aquarium-screens-xs: 320px;
|
535
|
+
--aquarium-screens-sm: 672px;
|
536
|
+
--aquarium-screens-md: 1056px;
|
537
|
+
--aquarium-screens-lg: 1312px;
|
538
|
+
--aquarium-screens-xl: 1536px;
|
539
|
+
--aquarium-border-width-0: 0px;
|
540
|
+
--aquarium-border-width-2: 2px;
|
541
|
+
--aquarium-border-width-4: 4px;
|
542
|
+
--aquarium-border-width-8: 8px;
|
543
|
+
--aquarium-border-width-default: 1px;
|
544
|
+
--aquarium-font-family-sans: ui-sans-serif,system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
|
545
|
+
--aquarium-font-family-serif: ui-serif,Georgia,Cambria,"Times New Roman",Times,serif;
|
546
|
+
--aquarium-font-family-mono: ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
|
547
|
+
--aquarium-font-size-xs: 0.75rem;
|
548
|
+
--aquarium-font-size-xs-line-height: 1rem;
|
549
|
+
--aquarium-font-size-sm: 0.875rem;
|
550
|
+
--aquarium-font-size-sm-line-height: 1.25rem;
|
551
|
+
--aquarium-font-size-base: 1rem;
|
552
|
+
--aquarium-font-size-base-line-height: 1.5rem;
|
553
|
+
--aquarium-font-size-lg: 1.125rem;
|
554
|
+
--aquarium-font-size-lg-line-height: 1.75rem;
|
555
|
+
--aquarium-font-size-xl: 1.25rem;
|
556
|
+
--aquarium-font-size-xl-line-height: 1.75rem;
|
557
|
+
--aquarium-font-size-2xl: 1.5rem;
|
558
|
+
--aquarium-font-size-2xl-line-height: 2rem;
|
559
|
+
--aquarium-font-size-3xl: 1.875rem;
|
560
|
+
--aquarium-font-size-3xl-line-height: 2.25rem;
|
561
|
+
--aquarium-font-size-4xl: 2.25rem;
|
562
|
+
--aquarium-font-size-4xl-line-height: 2.5rem;
|
563
|
+
--aquarium-font-size-5xl: 3rem;
|
564
|
+
--aquarium-font-size-5xl-line-height: 1;
|
565
|
+
--aquarium-font-size-6xl: 3.75rem;
|
566
|
+
--aquarium-font-size-6xl-line-height: 1;
|
567
|
+
--aquarium-font-size-7xl: 4.5rem;
|
568
|
+
--aquarium-font-size-7xl-line-height: 1;
|
569
|
+
--aquarium-font-size-8xl: 6rem;
|
570
|
+
--aquarium-font-size-8xl-line-height: 1;
|
571
|
+
--aquarium-font-size-9xl: 8rem;
|
572
|
+
--aquarium-font-size-9xl-line-height: 1;
|
573
|
+
--aquarium-font-weight-thin: 100;
|
574
|
+
--aquarium-font-weight-extralight: 200;
|
575
|
+
--aquarium-font-weight-light: 300;
|
576
|
+
--aquarium-font-weight-normal: 400;
|
577
|
+
--aquarium-font-weight-medium: 500;
|
578
|
+
--aquarium-font-weight-semibold: 600;
|
579
|
+
--aquarium-font-weight-bold: 700;
|
580
|
+
--aquarium-font-weight-extrabold: 800;
|
581
|
+
--aquarium-font-weight-black: 900;
|
582
|
+
--aquarium-spacing-0: 0;
|
583
|
+
--aquarium-spacing-1: 2px;
|
584
|
+
--aquarium-spacing-2: 4px;
|
585
|
+
--aquarium-spacing-3: 8px;
|
586
|
+
--aquarium-spacing-4: 12px;
|
587
|
+
--aquarium-spacing-5: 16px;
|
588
|
+
--aquarium-spacing-6: 24px;
|
589
|
+
--aquarium-spacing-7: 32px;
|
590
|
+
--aquarium-spacing-8: 40px;
|
591
|
+
--aquarium-spacing-9: 48px;
|
592
|
+
--aquarium-spacing-1px: 1px;
|
593
|
+
--aquarium-spacing-l1: 16px;
|
594
|
+
--aquarium-spacing-l2: 24px;
|
595
|
+
--aquarium-spacing-l3: 32px;
|
596
|
+
--aquarium-spacing-l4: 48px;
|
597
|
+
--aquarium-spacing-l5: 64px;
|
598
|
+
--aquarium-spacing-l6: 96px;
|
599
|
+
--aquarium-spacing-l7: 160px;
|
600
|
+
}
|
358
601
|
input[type='number'].no-arrows::-webkit-inner-spin-button,input[type='number'].no-arrow::-webkit-outer-spin-button {
|
359
602
|
-webkit-appearance: none;
|
360
603
|
margin: 0;
|
@@ -370,6 +613,7 @@ input[type='number'].no-arrows {
|
|
370
613
|
line-height: 1.26;
|
371
614
|
text-transform: none;
|
372
615
|
fill: #787885;
|
616
|
+
fill: var(--aquarium-colors-grey-50, #787885);
|
373
617
|
}
|
374
618
|
.recharts-tooltip-wrapper {
|
375
619
|
font-family: Inter;
|
@@ -378,8 +622,8 @@ input[type='number'].no-arrows {
|
|
378
622
|
font-style: normal;
|
379
623
|
line-height: 1.26;
|
380
624
|
text-transform: none;
|
381
|
-
|
382
|
-
color:
|
625
|
+
color: white;
|
626
|
+
color: var(--aquarium-colors-white, white);
|
383
627
|
}
|
384
628
|
.recharts-tooltip-item {
|
385
629
|
align-items: center;
|
@@ -398,6 +642,29 @@ input[type='number'].no-arrows {
|
|
398
642
|
.recharts-tooltip-item-separator {
|
399
643
|
margin-right: 2px;
|
400
644
|
}
|
645
|
+
.focusable.focus-visible {
|
646
|
+
outline: 2px solid transparent;
|
647
|
+
outline-offset: 2px;
|
648
|
+
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
649
|
+
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
650
|
+
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
|
651
|
+
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
|
652
|
+
--tw-ring-color: var(--aquarium-colors-info-70, #0399e3);
|
653
|
+
}
|
654
|
+
.focusable:focus-visible {
|
655
|
+
outline: 2px solid transparent;
|
656
|
+
outline-offset: 2px;
|
657
|
+
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
658
|
+
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
659
|
+
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
|
660
|
+
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
|
661
|
+
--tw-ring-color: var(--aquarium-colors-info-70, #0399e3);
|
662
|
+
}
|
663
|
+
.icon-stroke-2 svg path {
|
664
|
+
stroke-width: 2;
|
665
|
+
}
|
666
|
+
/* https://tailwindcss.com/docs/using-with-preprocessors */
|
667
|
+
/* @import statements must come first*/
|
401
668
|
.container {
|
402
669
|
width: 100%;
|
403
670
|
}
|
@@ -405,49 +672,61 @@ input[type='number'].no-arrows {
|
|
405
672
|
width: 100% !important;
|
406
673
|
}
|
407
674
|
@media (min-width: 0px) {
|
675
|
+
|
408
676
|
.container {
|
409
677
|
max-width: 0px;
|
410
678
|
}
|
679
|
+
|
411
680
|
.\!container {
|
412
681
|
max-width: 0px !important;
|
413
682
|
}
|
414
683
|
}
|
415
684
|
@media (min-width: 320px) {
|
685
|
+
|
416
686
|
.container {
|
417
687
|
max-width: 320px;
|
418
688
|
}
|
689
|
+
|
419
690
|
.\!container {
|
420
691
|
max-width: 320px !important;
|
421
692
|
}
|
422
693
|
}
|
423
694
|
@media (min-width: 672px) {
|
695
|
+
|
424
696
|
.container {
|
425
697
|
max-width: 672px;
|
426
698
|
}
|
699
|
+
|
427
700
|
.\!container {
|
428
701
|
max-width: 672px !important;
|
429
702
|
}
|
430
703
|
}
|
431
704
|
@media (min-width: 1056px) {
|
705
|
+
|
432
706
|
.container {
|
433
707
|
max-width: 1056px;
|
434
708
|
}
|
709
|
+
|
435
710
|
.\!container {
|
436
711
|
max-width: 1056px !important;
|
437
712
|
}
|
438
713
|
}
|
439
714
|
@media (min-width: 1312px) {
|
715
|
+
|
440
716
|
.container {
|
441
717
|
max-width: 1312px;
|
442
718
|
}
|
719
|
+
|
443
720
|
.\!container {
|
444
721
|
max-width: 1312px !important;
|
445
722
|
}
|
446
723
|
}
|
447
724
|
@media (min-width: 1536px) {
|
725
|
+
|
448
726
|
.container {
|
449
727
|
max-width: 1536px;
|
450
728
|
}
|
729
|
+
|
451
730
|
.\!container {
|
452
731
|
max-width: 1536px !important;
|
453
732
|
}
|
@@ -702,29 +981,6 @@ input[type='number'].no-arrows {
|
|
702
981
|
letter-spacing: -1.98px;
|
703
982
|
text-transform: none;
|
704
983
|
}
|
705
|
-
.focusable.focus-visible {
|
706
|
-
outline: 2px solid transparent;
|
707
|
-
outline-offset: 2px;
|
708
|
-
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
709
|
-
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
710
|
-
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
|
711
|
-
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
|
712
|
-
--tw-ring-opacity: 1;
|
713
|
-
--tw-ring-color: rgb(3 153 227 / var(--tw-ring-opacity));
|
714
|
-
}
|
715
|
-
.focusable:focus-visible {
|
716
|
-
outline: 2px solid transparent;
|
717
|
-
outline-offset: 2px;
|
718
|
-
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
719
|
-
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
720
|
-
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
|
721
|
-
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
|
722
|
-
--tw-ring-opacity: 1;
|
723
|
-
--tw-ring-color: rgb(3 153 227 / var(--tw-ring-opacity));
|
724
|
-
}
|
725
|
-
.icon-stroke-2 svg path {
|
726
|
-
stroke-width: 2;
|
727
|
-
}
|
728
984
|
.pointer-events-none {
|
729
985
|
pointer-events: none;
|
730
986
|
}
|
@@ -1154,6 +1410,7 @@ input[type='number'].no-arrows {
|
|
1154
1410
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
1155
1411
|
}
|
1156
1412
|
@keyframes pulse {
|
1413
|
+
|
1157
1414
|
50% {
|
1158
1415
|
opacity: .5;
|
1159
1416
|
}
|
@@ -1343,12 +1600,15 @@ input[type='number'].no-arrows {
|
|
1343
1600
|
}
|
1344
1601
|
.rounded-sm {
|
1345
1602
|
border-radius: 0.125rem;
|
1603
|
+
border-radius: var(--aquarium-border-radius-sm, 0.125rem);
|
1346
1604
|
}
|
1347
1605
|
.rounded-full {
|
1348
1606
|
border-radius: 9999px;
|
1607
|
+
border-radius: var(--aquarium-border-radius-full, 9999px);
|
1349
1608
|
}
|
1350
1609
|
.rounded {
|
1351
1610
|
border-radius: 4px;
|
1611
|
+
border-radius: var(--aquarium-border-radius-default, 4px);
|
1352
1612
|
}
|
1353
1613
|
.rounded-\[2px\] {
|
1354
1614
|
border-radius: 2px;
|
@@ -1387,152 +1647,156 @@ input[type='number'].no-arrows {
|
|
1387
1647
|
border-style: none;
|
1388
1648
|
}
|
1389
1649
|
.border-error-50 {
|
1390
|
-
|
1391
|
-
border-color:
|
1650
|
+
border-color: #e62728;
|
1651
|
+
border-color: var(--aquarium-colors-error-50, #e62728);
|
1392
1652
|
}
|
1393
1653
|
.border-grey-20 {
|
1394
|
-
|
1395
|
-
border-color:
|
1654
|
+
border-color: #d2d2d6;
|
1655
|
+
border-color: var(--aquarium-colors-grey-20, #d2d2d6);
|
1396
1656
|
}
|
1397
1657
|
.border-info-70 {
|
1398
|
-
|
1399
|
-
border-color:
|
1658
|
+
border-color: #0399e3;
|
1659
|
+
border-color: var(--aquarium-colors-info-70, #0399e3);
|
1400
1660
|
}
|
1401
1661
|
.border-grey-5 {
|
1402
|
-
|
1403
|
-
border-color:
|
1662
|
+
border-color: #ededf0;
|
1663
|
+
border-color: var(--aquarium-colors-grey-5, #ededf0);
|
1404
1664
|
}
|
1405
1665
|
.border-transparent {
|
1406
1666
|
border-color: transparent;
|
1667
|
+
border-color: var(--aquarium-colors-transparent, transparent);
|
1407
1668
|
}
|
1408
1669
|
.border-grey-10 {
|
1409
|
-
|
1410
|
-
border-color:
|
1670
|
+
border-color: #e1e1e3;
|
1671
|
+
border-color: var(--aquarium-colors-grey-10, #e1e1e3);
|
1411
1672
|
}
|
1412
1673
|
.border-navyBlue-100 {
|
1413
1674
|
--tw-border-opacity: 1;
|
1414
1675
|
border-color: rgb(48 55 94 / var(--tw-border-opacity));
|
1415
1676
|
}
|
1416
1677
|
.border-grey-50 {
|
1417
|
-
|
1418
|
-
border-color:
|
1678
|
+
border-color: #787885;
|
1679
|
+
border-color: var(--aquarium-colors-grey-50, #787885);
|
1419
1680
|
}
|
1420
1681
|
.border-grey-90 {
|
1421
|
-
|
1422
|
-
border-color:
|
1682
|
+
border-color: #292a31;
|
1683
|
+
border-color: var(--aquarium-colors-grey-90, #292a31);
|
1423
1684
|
}
|
1424
1685
|
.border-success-70 {
|
1425
|
-
|
1426
|
-
border-color:
|
1686
|
+
border-color: #00b300;
|
1687
|
+
border-color: var(--aquarium-colors-success-70, #00b300);
|
1427
1688
|
}
|
1428
1689
|
.border-grey-40 {
|
1429
|
-
|
1430
|
-
border-color:
|
1690
|
+
border-color: #9696a0;
|
1691
|
+
border-color: var(--aquarium-colors-grey-40, #9696a0);
|
1431
1692
|
}
|
1432
1693
|
.border-current {
|
1433
1694
|
border-color: currentColor;
|
1695
|
+
border-color: var(--aquarium-colors-current, currentColor);
|
1434
1696
|
}
|
1435
1697
|
.border-grey-100 {
|
1436
|
-
|
1437
|
-
border-color:
|
1698
|
+
border-color: #19191d;
|
1699
|
+
border-color: var(--aquarium-colors-grey-100, #19191d);
|
1438
1700
|
}
|
1439
1701
|
.border-primary-80 {
|
1440
|
-
|
1441
|
-
border-color:
|
1702
|
+
border-color: #e41a4a;
|
1703
|
+
border-color: var(--aquarium-colors-primary-80, #0788d1);
|
1442
1704
|
}
|
1443
1705
|
.bg-grey-10 {
|
1444
|
-
|
1445
|
-
background-color:
|
1706
|
+
background-color: #e1e1e3;
|
1707
|
+
background-color: var(--aquarium-colors-grey-10, #e1e1e3);
|
1446
1708
|
}
|
1447
1709
|
.bg-error-5 {
|
1448
|
-
|
1449
|
-
background-color:
|
1710
|
+
background-color: #fee8e7;
|
1711
|
+
background-color: var(--aquarium-colors-error-5, #fee8e7);
|
1450
1712
|
}
|
1451
1713
|
.bg-info-5 {
|
1452
|
-
|
1453
|
-
background-color:
|
1714
|
+
background-color: #effaff;
|
1715
|
+
background-color: var(--aquarium-colors-info-5, #effaff);
|
1454
1716
|
}
|
1455
1717
|
.bg-success-5 {
|
1456
|
-
|
1457
|
-
background-color:
|
1718
|
+
background-color: #ecf7ed;
|
1719
|
+
background-color: var(--aquarium-colors-success-5, #ecf7ed);
|
1458
1720
|
}
|
1459
1721
|
.bg-warning-5 {
|
1460
|
-
|
1461
|
-
background-color:
|
1722
|
+
background-color: #fff8ea;
|
1723
|
+
background-color: var(--aquarium-colors-warning-5, #fff8ea);
|
1462
1724
|
}
|
1463
1725
|
.bg-grey-0 {
|
1464
|
-
|
1465
|
-
background-color:
|
1726
|
+
background-color: #f7f7fa;
|
1727
|
+
background-color: var(--aquarium-colors-grey-0, #f7f7fa);
|
1466
1728
|
}
|
1467
1729
|
.bg-white {
|
1468
|
-
|
1469
|
-
background-color:
|
1730
|
+
background-color: white;
|
1731
|
+
background-color: var(--aquarium-colors-white, white);
|
1470
1732
|
}
|
1471
1733
|
.bg-navyBlue-100 {
|
1472
1734
|
--tw-bg-opacity: 1;
|
1473
1735
|
background-color: rgb(48 55 94 / var(--tw-bg-opacity));
|
1474
1736
|
}
|
1475
1737
|
.bg-grey-5 {
|
1476
|
-
|
1477
|
-
background-color:
|
1738
|
+
background-color: #ededf0;
|
1739
|
+
background-color: var(--aquarium-colors-grey-5, #ededf0);
|
1478
1740
|
}
|
1479
1741
|
.bg-info-50 {
|
1480
|
-
|
1481
|
-
background-color:
|
1742
|
+
background-color: #28b4f4;
|
1743
|
+
background-color: var(--aquarium-colors-info-50, #28b4f4);
|
1482
1744
|
}
|
1483
1745
|
.bg-warning-70 {
|
1484
|
-
|
1485
|
-
background-color:
|
1746
|
+
background-color: #ffb300;
|
1747
|
+
background-color: var(--aquarium-colors-warning-70, #ffb300);
|
1486
1748
|
}
|
1487
1749
|
.bg-success-70 {
|
1488
|
-
|
1489
|
-
background-color:
|
1750
|
+
background-color: #00b300;
|
1751
|
+
background-color: var(--aquarium-colors-success-70, #00b300);
|
1490
1752
|
}
|
1491
1753
|
.bg-error-70 {
|
1492
|
-
|
1493
|
-
background-color:
|
1754
|
+
background-color: #d80005;
|
1755
|
+
background-color: var(--aquarium-colors-error-70, #d80005);
|
1494
1756
|
}
|
1495
1757
|
.bg-grey-20 {
|
1496
|
-
|
1497
|
-
background-color:
|
1758
|
+
background-color: #d2d2d6;
|
1759
|
+
background-color: var(--aquarium-colors-grey-20, #d2d2d6);
|
1498
1760
|
}
|
1499
1761
|
.bg-grey-90 {
|
1500
|
-
|
1501
|
-
background-color:
|
1762
|
+
background-color: #292a31;
|
1763
|
+
background-color: var(--aquarium-colors-grey-90, #292a31);
|
1502
1764
|
}
|
1503
1765
|
.bg-grey-30 {
|
1504
|
-
|
1505
|
-
background-color:
|
1766
|
+
background-color: #b4b4bb;
|
1767
|
+
background-color: var(--aquarium-colors-grey-30, #b4b4bb);
|
1506
1768
|
}
|
1507
1769
|
.bg-grey-80 {
|
1508
|
-
|
1509
|
-
background-color:
|
1770
|
+
background-color: #3a3a44;
|
1771
|
+
background-color: var(--aquarium-colors-grey-80, #3a3a44);
|
1510
1772
|
}
|
1511
1773
|
.bg-current {
|
1512
1774
|
background-color: currentColor;
|
1775
|
+
background-color: var(--aquarium-colors-current, currentColor);
|
1513
1776
|
}
|
1514
1777
|
.bg-primary-80 {
|
1515
|
-
|
1516
|
-
background-color:
|
1778
|
+
background-color: #e41a4a;
|
1779
|
+
background-color: var(--aquarium-colors-primary-80, #0788d1);
|
1517
1780
|
}
|
1518
1781
|
.bg-transparent {
|
1519
1782
|
background-color: transparent;
|
1783
|
+
background-color: var(--aquarium-colors-transparent, transparent);
|
1520
1784
|
}
|
1521
1785
|
.bg-secondary-5 {
|
1522
|
-
|
1523
|
-
background-color:
|
1786
|
+
background-color: #fff3e8;
|
1787
|
+
background-color: var(--aquarium-colors-secondary-5, #fff3e8);
|
1524
1788
|
}
|
1525
1789
|
.bg-error-0 {
|
1526
|
-
|
1527
|
-
background-color:
|
1790
|
+
background-color: #fef2f1;
|
1791
|
+
background-color: var(--aquarium-colors-error-0, #fef2f1);
|
1528
1792
|
}
|
1529
1793
|
.bg-error-20 {
|
1530
|
-
|
1531
|
-
background-color:
|
1794
|
+
background-color: #ffadb3;
|
1795
|
+
background-color: var(--aquarium-colors-error-20, #ffadb3);
|
1532
1796
|
}
|
1533
1797
|
.bg-primary-70 {
|
1534
|
-
|
1535
|
-
background-color:
|
1798
|
+
background-color: #ff3554;
|
1799
|
+
background-color: var(--aquarium-colors-primary-70, #0399e3);
|
1536
1800
|
}
|
1537
1801
|
.bg-opacity-40 {
|
1538
1802
|
--tw-bg-opacity: 0.4;
|
@@ -1544,19 +1808,20 @@ input[type='number'].no-arrows {
|
|
1544
1808
|
background-image: linear-gradient(to left, var(--tw-gradient-stops));
|
1545
1809
|
}
|
1546
1810
|
.from-white {
|
1547
|
-
--tw-gradient-from: white;
|
1811
|
+
--tw-gradient-from: var(--aquarium-colors-white, white);
|
1548
1812
|
--tw-gradient-to: rgba(255, 255, 255, 0);
|
1549
1813
|
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
|
1550
1814
|
}
|
1551
1815
|
.via-white {
|
1552
1816
|
--tw-gradient-to: rgba(255, 255, 255, 0);
|
1553
|
-
--tw-gradient-stops: var(--tw-gradient-from), white, var(--tw-gradient-to);
|
1817
|
+
--tw-gradient-stops: var(--tw-gradient-from), var(--aquarium-colors-white, white), var(--tw-gradient-to);
|
1554
1818
|
}
|
1555
1819
|
.bg-cover {
|
1556
1820
|
background-size: cover;
|
1557
1821
|
}
|
1558
1822
|
.stroke-grey-30 {
|
1559
1823
|
stroke: #b4b4bb;
|
1824
|
+
stroke: var(--aquarium-colors-grey-30, #b4b4bb);
|
1560
1825
|
}
|
1561
1826
|
.object-cover {
|
1562
1827
|
-o-object-fit: cover;
|
@@ -1728,347 +1993,348 @@ input[type='number'].no-arrows {
|
|
1728
1993
|
line-height: 0px;
|
1729
1994
|
}
|
1730
1995
|
.text-error-100 {
|
1731
|
-
|
1732
|
-
color:
|
1996
|
+
color: #aa0000;
|
1997
|
+
color: var(--aquarium-colors-error-100, #aa0000);
|
1733
1998
|
}
|
1734
1999
|
.text-error-90 {
|
1735
|
-
|
1736
|
-
color:
|
2000
|
+
color: #b90000;
|
2001
|
+
color: var(--aquarium-colors-error-90, #b90000);
|
1737
2002
|
}
|
1738
2003
|
.text-error-80 {
|
1739
|
-
|
1740
|
-
color:
|
2004
|
+
color: #c50001;
|
2005
|
+
color: var(--aquarium-colors-error-80, #c50001);
|
1741
2006
|
}
|
1742
2007
|
.text-error-70 {
|
1743
|
-
|
1744
|
-
color:
|
2008
|
+
color: #d80005;
|
2009
|
+
color: var(--aquarium-colors-error-70, #d80005);
|
1745
2010
|
}
|
1746
2011
|
.text-error-60 {
|
1747
|
-
|
1748
|
-
color:
|
2012
|
+
color: #e70000;
|
2013
|
+
color: var(--aquarium-colors-error-60, #e70000);
|
1749
2014
|
}
|
1750
2015
|
.text-error-50 {
|
1751
|
-
|
1752
|
-
color:
|
2016
|
+
color: #e62728;
|
2017
|
+
color: var(--aquarium-colors-error-50, #e62728);
|
1753
2018
|
}
|
1754
2019
|
.text-error-40 {
|
1755
|
-
|
1756
|
-
color:
|
2020
|
+
color: #e0504f;
|
2021
|
+
color: var(--aquarium-colors-error-40, #e0504f);
|
1757
2022
|
}
|
1758
2023
|
.text-error-30 {
|
1759
|
-
|
1760
|
-
color:
|
2024
|
+
color: #ed7975;
|
2025
|
+
color: var(--aquarium-colors-error-30, #ed7975);
|
1761
2026
|
}
|
1762
2027
|
.text-error-20 {
|
1763
|
-
|
1764
|
-
color:
|
2028
|
+
color: #ffadb3;
|
2029
|
+
color: var(--aquarium-colors-error-20, #ffadb3);
|
1765
2030
|
}
|
1766
2031
|
.text-error-10 {
|
1767
|
-
|
1768
|
-
color:
|
2032
|
+
color: #ffcbd2;
|
2033
|
+
color: var(--aquarium-colors-error-10, #ffcbd2);
|
1769
2034
|
}
|
1770
2035
|
.text-error-5 {
|
1771
|
-
|
1772
|
-
color:
|
2036
|
+
color: #fee8e7;
|
2037
|
+
color: var(--aquarium-colors-error-5, #fee8e7);
|
1773
2038
|
}
|
1774
2039
|
.text-error-0 {
|
1775
|
-
|
1776
|
-
color:
|
2040
|
+
color: #fef2f1;
|
2041
|
+
color: var(--aquarium-colors-error-0, #fef2f1);
|
1777
2042
|
}
|
1778
2043
|
.text-warning-100 {
|
1779
|
-
|
1780
|
-
color:
|
2044
|
+
color: #fe6d00;
|
2045
|
+
color: var(--aquarium-colors-warning-100, #fe6d00);
|
1781
2046
|
}
|
1782
2047
|
.text-warning-90 {
|
1783
|
-
|
1784
|
-
color:
|
2048
|
+
color: #ff9003;
|
2049
|
+
color: var(--aquarium-colors-warning-90, #ff9003);
|
1785
2050
|
}
|
1786
2051
|
.text-warning-80 {
|
1787
|
-
|
1788
|
-
color:
|
2052
|
+
color: #fd9f00;
|
2053
|
+
color: var(--aquarium-colors-warning-80, #fd9f00);
|
1789
2054
|
}
|
1790
2055
|
.text-warning-70 {
|
1791
|
-
|
1792
|
-
color:
|
2056
|
+
color: #ffb300;
|
2057
|
+
color: var(--aquarium-colors-warning-70, #ffb300);
|
1793
2058
|
}
|
1794
2059
|
.text-warning-60 {
|
1795
|
-
|
1796
|
-
color:
|
2060
|
+
color: #ffc107;
|
2061
|
+
color: var(--aquarium-colors-warning-60, #ffc107);
|
1797
2062
|
}
|
1798
2063
|
.text-warning-50 {
|
1799
|
-
|
1800
|
-
color:
|
2064
|
+
color: #fdc926;
|
2065
|
+
color: var(--aquarium-colors-warning-50, #fdc926);
|
1801
2066
|
}
|
1802
2067
|
.text-warning-40 {
|
1803
|
-
|
1804
|
-
color:
|
2068
|
+
color: #fdd44d;
|
2069
|
+
color: var(--aquarium-colors-warning-40, #fdd44d);
|
1805
2070
|
}
|
1806
2071
|
.text-warning-30 {
|
1807
|
-
|
1808
|
-
color:
|
2072
|
+
color: #fddf81;
|
2073
|
+
color: var(--aquarium-colors-warning-30, #fddf81);
|
1809
2074
|
}
|
1810
2075
|
.text-warning-20 {
|
1811
|
-
|
1812
|
-
color:
|
2076
|
+
color: #feebb2;
|
2077
|
+
color: var(--aquarium-colors-warning-20, #feebb2);
|
1813
2078
|
}
|
1814
2079
|
.text-warning-10 {
|
1815
|
-
|
1816
|
-
color:
|
2080
|
+
color: #fff2cd;
|
2081
|
+
color: var(--aquarium-colors-warning-10, #fff2cd);
|
1817
2082
|
}
|
1818
2083
|
.text-warning-5 {
|
1819
|
-
|
1820
|
-
color:
|
2084
|
+
color: #fff8ea;
|
2085
|
+
color: var(--aquarium-colors-warning-5, #fff8ea);
|
1821
2086
|
}
|
1822
2087
|
.text-warning-0 {
|
1823
|
-
|
1824
|
-
color:
|
2088
|
+
color: #fffdf9;
|
2089
|
+
color: var(--aquarium-colors-warning-0, #fffdf9);
|
1825
2090
|
}
|
1826
2091
|
.text-success-100 {
|
1827
|
-
|
1828
|
-
color:
|
2092
|
+
color: #006f00;
|
2093
|
+
color: var(--aquarium-colors-success-100, #006f00);
|
1829
2094
|
}
|
1830
2095
|
.text-success-90 {
|
1831
|
-
|
1832
|
-
color:
|
2096
|
+
color: #008e00;
|
2097
|
+
color: var(--aquarium-colors-success-90, #008e00);
|
1833
2098
|
}
|
1834
2099
|
.text-success-80 {
|
1835
|
-
|
1836
|
-
color:
|
2100
|
+
color: #009f00;
|
2101
|
+
color: var(--aquarium-colors-success-80, #009f00);
|
1837
2102
|
}
|
1838
2103
|
.text-success-70 {
|
1839
|
-
|
1840
|
-
color:
|
2104
|
+
color: #00b300;
|
2105
|
+
color: var(--aquarium-colors-success-70, #00b300);
|
1841
2106
|
}
|
1842
2107
|
.text-success-60 {
|
1843
|
-
|
1844
|
-
color:
|
2108
|
+
color: #00c300;
|
2109
|
+
color: var(--aquarium-colors-success-60, #00c300);
|
1845
2110
|
}
|
1846
2111
|
.text-success-50 {
|
1847
|
-
|
1848
|
-
color:
|
2112
|
+
color: #40ce37;
|
2113
|
+
color: var(--aquarium-colors-success-50, #40ce37);
|
1849
2114
|
}
|
1850
2115
|
.text-success-40 {
|
1851
|
-
|
1852
|
-
color:
|
2116
|
+
color: #60db57;
|
2117
|
+
color: var(--aquarium-colors-success-40, #60db57);
|
1853
2118
|
}
|
1854
2119
|
.text-success-30 {
|
1855
|
-
|
1856
|
-
color:
|
2120
|
+
color: #89eb80;
|
2121
|
+
color: var(--aquarium-colors-success-30, #89eb80);
|
1857
2122
|
}
|
1858
2123
|
.text-success-20 {
|
1859
|
-
|
1860
|
-
color:
|
2124
|
+
color: #afffa7;
|
2125
|
+
color: var(--aquarium-colors-success-20, #afffa7);
|
1861
2126
|
}
|
1862
2127
|
.text-success-10 {
|
1863
|
-
|
1864
|
-
color:
|
2128
|
+
color: #cbffc9;
|
2129
|
+
color: var(--aquarium-colors-success-10, #cbffc9);
|
1865
2130
|
}
|
1866
2131
|
.text-success-5 {
|
1867
|
-
|
1868
|
-
color:
|
2132
|
+
color: #ecf7ed;
|
2133
|
+
color: var(--aquarium-colors-success-5, #ecf7ed);
|
1869
2134
|
}
|
1870
2135
|
.text-success-0 {
|
1871
|
-
|
1872
|
-
color:
|
2136
|
+
color: #f5faf5;
|
2137
|
+
color: var(--aquarium-colors-success-0, #f5faf5);
|
1873
2138
|
}
|
1874
2139
|
.text-info-100 {
|
1875
|
-
|
1876
|
-
color:
|
2140
|
+
color: #02569a;
|
2141
|
+
color: var(--aquarium-colors-info-100, #02569a);
|
1877
2142
|
}
|
1878
2143
|
.text-info-90 {
|
1879
|
-
|
1880
|
-
color:
|
2144
|
+
color: #0174ba;
|
2145
|
+
color: var(--aquarium-colors-info-90, #0174ba);
|
1881
2146
|
}
|
1882
2147
|
.text-info-80 {
|
1883
|
-
|
1884
|
-
color:
|
2148
|
+
color: #0788d1;
|
2149
|
+
color: var(--aquarium-colors-info-80, #0788d1);
|
1885
2150
|
}
|
1886
2151
|
.text-info-70 {
|
1887
|
-
|
1888
|
-
color:
|
2152
|
+
color: #0399e3;
|
2153
|
+
color: var(--aquarium-colors-info-70, #0399e3);
|
1889
2154
|
}
|
1890
2155
|
.text-info-60 {
|
1891
|
-
|
1892
|
-
color:
|
2156
|
+
color: #02a8f3;
|
2157
|
+
color: var(--aquarium-colors-info-60, #02a8f3);
|
1893
2158
|
}
|
1894
2159
|
.text-info-50 {
|
1895
|
-
|
1896
|
-
color:
|
2160
|
+
color: #28b4f4;
|
2161
|
+
color: var(--aquarium-colors-info-50, #28b4f4);
|
1897
2162
|
}
|
1898
2163
|
.text-info-40 {
|
1899
|
-
|
1900
|
-
color:
|
2164
|
+
color: #4cc2f7;
|
2165
|
+
color: var(--aquarium-colors-info-40, #4cc2f7);
|
1901
2166
|
}
|
1902
2167
|
.text-info-30 {
|
1903
|
-
|
1904
|
-
color:
|
2168
|
+
color: #7fd1f7;
|
2169
|
+
color: var(--aquarium-colors-info-30, #7fd1f7);
|
1905
2170
|
}
|
1906
2171
|
.text-info-20 {
|
1907
|
-
|
1908
|
-
color:
|
2172
|
+
color: #b4e5fb;
|
2173
|
+
color: var(--aquarium-colors-info-20, #b4e5fb);
|
1909
2174
|
}
|
1910
2175
|
.text-info-10 {
|
1911
|
-
|
1912
|
-
color:
|
2176
|
+
color: #e0f5fe;
|
2177
|
+
color: var(--aquarium-colors-info-10, #e0f5fe);
|
1913
2178
|
}
|
1914
2179
|
.text-info-5 {
|
1915
|
-
|
1916
|
-
color:
|
2180
|
+
color: #effaff;
|
2181
|
+
color: var(--aquarium-colors-info-5, #effaff);
|
1917
2182
|
}
|
1918
2183
|
.text-info-0 {
|
1919
|
-
|
1920
|
-
color:
|
2184
|
+
color: #f9fdff;
|
2185
|
+
color: var(--aquarium-colors-info-0, #f9fdff);
|
1921
2186
|
}
|
1922
2187
|
.text-grey-100 {
|
1923
|
-
|
1924
|
-
color:
|
2188
|
+
color: #19191d;
|
2189
|
+
color: var(--aquarium-colors-grey-100, #19191d);
|
1925
2190
|
}
|
1926
2191
|
.text-grey-90 {
|
1927
|
-
|
1928
|
-
color:
|
2192
|
+
color: #292a31;
|
2193
|
+
color: var(--aquarium-colors-grey-90, #292a31);
|
1929
2194
|
}
|
1930
2195
|
.text-grey-80 {
|
1931
|
-
|
1932
|
-
color:
|
2196
|
+
color: #3a3a44;
|
2197
|
+
color: var(--aquarium-colors-grey-80, #3a3a44);
|
1933
2198
|
}
|
1934
2199
|
.text-grey-70 {
|
1935
|
-
|
1936
|
-
color:
|
2200
|
+
color: #4a4b57;
|
2201
|
+
color: var(--aquarium-colors-grey-70, #4a4b57);
|
1937
2202
|
}
|
1938
2203
|
.text-grey-60 {
|
1939
|
-
|
1940
|
-
color:
|
2204
|
+
color: #5a5b6a;
|
2205
|
+
color: var(--aquarium-colors-grey-60, #5a5b6a);
|
1941
2206
|
}
|
1942
2207
|
.text-grey-50 {
|
1943
|
-
|
1944
|
-
color:
|
2208
|
+
color: #787885;
|
2209
|
+
color: var(--aquarium-colors-grey-50, #787885);
|
1945
2210
|
}
|
1946
2211
|
.text-grey-40 {
|
1947
|
-
|
1948
|
-
color:
|
2212
|
+
color: #9696a0;
|
2213
|
+
color: var(--aquarium-colors-grey-40, #9696a0);
|
1949
2214
|
}
|
1950
2215
|
.text-grey-30 {
|
1951
|
-
|
1952
|
-
color:
|
2216
|
+
color: #b4b4bb;
|
2217
|
+
color: var(--aquarium-colors-grey-30, #b4b4bb);
|
1953
2218
|
}
|
1954
2219
|
.text-grey-20 {
|
1955
|
-
|
1956
|
-
color:
|
2220
|
+
color: #d2d2d6;
|
2221
|
+
color: var(--aquarium-colors-grey-20, #d2d2d6);
|
1957
2222
|
}
|
1958
2223
|
.text-grey-10 {
|
1959
|
-
|
1960
|
-
color:
|
2224
|
+
color: #e1e1e3;
|
2225
|
+
color: var(--aquarium-colors-grey-10, #e1e1e3);
|
1961
2226
|
}
|
1962
2227
|
.text-grey-5 {
|
1963
|
-
|
1964
|
-
color:
|
2228
|
+
color: #ededf0;
|
2229
|
+
color: var(--aquarium-colors-grey-5, #ededf0);
|
1965
2230
|
}
|
1966
2231
|
.text-grey-0 {
|
1967
|
-
|
1968
|
-
color:
|
2232
|
+
color: #f7f7fa;
|
2233
|
+
color: var(--aquarium-colors-grey-0, #f7f7fa);
|
1969
2234
|
}
|
1970
2235
|
.text-secondary-100 {
|
1971
|
-
|
1972
|
-
color:
|
2236
|
+
color: #e11d16;
|
2237
|
+
color: var(--aquarium-colors-secondary-100, #e11d16);
|
1973
2238
|
}
|
1974
2239
|
.text-secondary-90 {
|
1975
|
-
|
1976
|
-
color:
|
2240
|
+
color: #eb4610;
|
2241
|
+
color: var(--aquarium-colors-secondary-90, #eb4610);
|
1977
2242
|
}
|
1978
2243
|
.text-secondary-80 {
|
1979
|
-
|
1980
|
-
color:
|
2244
|
+
color: #f3580d;
|
2245
|
+
color: var(--aquarium-colors-secondary-80, #f3580d);
|
1981
2246
|
}
|
1982
2247
|
.text-secondary-70 {
|
1983
|
-
|
1984
|
-
color:
|
2248
|
+
color: #f96a02;
|
2249
|
+
color: var(--aquarium-colors-secondary-70, #f96a02);
|
1985
2250
|
}
|
1986
2251
|
.text-secondary-60 {
|
1987
|
-
|
1988
|
-
color:
|
2252
|
+
color: #ff7700;
|
2253
|
+
color: var(--aquarium-colors-secondary-60, #ff7700);
|
1989
2254
|
}
|
1990
2255
|
.text-secondary-50 {
|
1991
|
-
|
1992
|
-
color:
|
2256
|
+
color: #fc871a;
|
2257
|
+
color: var(--aquarium-colors-secondary-50, #fc871a);
|
1993
2258
|
}
|
1994
2259
|
.text-secondary-40 {
|
1995
|
-
|
1996
|
-
color:
|
2260
|
+
color: #fb9a3e;
|
2261
|
+
color: var(--aquarium-colors-secondary-40, #fb9a3e);
|
1997
2262
|
}
|
1998
2263
|
.text-secondary-30 {
|
1999
|
-
|
2000
|
-
color:
|
2264
|
+
color: #fab26e;
|
2265
|
+
color: var(--aquarium-colors-secondary-30, #fab26e);
|
2001
2266
|
}
|
2002
2267
|
.text-secondary-20 {
|
2003
|
-
|
2004
|
-
color:
|
2268
|
+
color: #f8c99c;
|
2269
|
+
color: var(--aquarium-colors-secondary-20, #f8c99c);
|
2005
2270
|
}
|
2006
2271
|
.text-secondary-10 {
|
2007
|
-
|
2008
|
-
color:
|
2272
|
+
color: #fee8d0;
|
2273
|
+
color: var(--aquarium-colors-secondary-10, #fee8d0);
|
2009
2274
|
}
|
2010
2275
|
.text-secondary-5 {
|
2011
|
-
|
2012
|
-
color:
|
2276
|
+
color: #fff3e8;
|
2277
|
+
color: var(--aquarium-colors-secondary-5, #fff3e8);
|
2013
2278
|
}
|
2014
2279
|
.text-secondary-0 {
|
2015
|
-
|
2016
|
-
color:
|
2280
|
+
color: #fffbf8;
|
2281
|
+
color: var(--aquarium-colors-secondary-0, #fffbf8);
|
2017
2282
|
}
|
2018
2283
|
.text-primary-100 {
|
2019
|
-
|
2020
|
-
color:
|
2284
|
+
color: #a70045;
|
2285
|
+
color: var(--aquarium-colors-primary-100, #02569a);
|
2021
2286
|
}
|
2022
2287
|
.text-primary-90 {
|
2023
|
-
|
2024
|
-
color:
|
2288
|
+
color: #c60443;
|
2289
|
+
color: var(--aquarium-colors-primary-90, #0174ba);
|
2025
2290
|
}
|
2026
2291
|
.text-primary-80 {
|
2027
|
-
|
2028
|
-
color:
|
2292
|
+
color: #e41a4a;
|
2293
|
+
color: var(--aquarium-colors-primary-80, #0788d1);
|
2029
2294
|
}
|
2030
2295
|
.text-primary-70 {
|
2031
|
-
|
2032
|
-
color:
|
2296
|
+
color: #ff3554;
|
2297
|
+
color: var(--aquarium-colors-primary-70, #0399e3);
|
2033
2298
|
}
|
2034
2299
|
.text-primary-60 {
|
2035
|
-
|
2036
|
-
color:
|
2300
|
+
color: #ff5275;
|
2301
|
+
color: var(--aquarium-colors-primary-60, #02a8f3);
|
2037
2302
|
}
|
2038
2303
|
.text-primary-50 {
|
2039
|
-
|
2040
|
-
color:
|
2304
|
+
color: #ff6f94;
|
2305
|
+
color: var(--aquarium-colors-primary-50, #28b4f4);
|
2041
2306
|
}
|
2042
2307
|
.text-primary-40 {
|
2043
|
-
|
2044
|
-
color:
|
2308
|
+
color: #ff8db0;
|
2309
|
+
color: var(--aquarium-colors-primary-40, #4cc2f7);
|
2045
2310
|
}
|
2046
2311
|
.text-primary-30 {
|
2047
|
-
|
2048
|
-
color:
|
2312
|
+
color: #ffa9c9;
|
2313
|
+
color: var(--aquarium-colors-primary-30, #7fd1f7);
|
2049
2314
|
}
|
2050
2315
|
.text-primary-20 {
|
2051
|
-
|
2052
|
-
color:
|
2316
|
+
color: #ffc4de;
|
2317
|
+
color: var(--aquarium-colors-primary-20, #b4e5fb);
|
2053
2318
|
}
|
2054
2319
|
.text-primary-10 {
|
2055
|
-
|
2056
|
-
color:
|
2320
|
+
color: #ffdeef;
|
2321
|
+
color: var(--aquarium-colors-primary-10, #e0f5fe);
|
2057
2322
|
}
|
2058
2323
|
.text-primary-5 {
|
2059
|
-
|
2060
|
-
color:
|
2324
|
+
color: #ffe8f4;
|
2325
|
+
color: var(--aquarium-colors-primary-5, #effaff);
|
2061
2326
|
}
|
2062
2327
|
.text-primary-0 {
|
2063
|
-
|
2064
|
-
color:
|
2328
|
+
color: #fff9fc;
|
2329
|
+
color: var(--aquarium-colors-primary-0, #f9fdff);
|
2065
2330
|
}
|
2066
2331
|
.text-transparent {
|
2067
2332
|
color: transparent;
|
2333
|
+
color: var(--aquarium-colors-transparent, transparent);
|
2068
2334
|
}
|
2069
2335
|
.text-white {
|
2070
|
-
|
2071
|
-
color:
|
2336
|
+
color: white;
|
2337
|
+
color: var(--aquarium-colors-white, white);
|
2072
2338
|
}
|
2073
2339
|
.no-underline {
|
2074
2340
|
-webkit-text-decoration-line: none;
|
@@ -2081,20 +2347,20 @@ input[type='number'].no-arrows {
|
|
2081
2347
|
opacity: 0.4;
|
2082
2348
|
}
|
2083
2349
|
.shadow-16dp {
|
2084
|
-
--tw-shadow: 0px 16px 32px rgba(90, 91, 106, 0.12), 0px 8px 16px rgba(58, 58, 68, 0.12);
|
2085
|
-
--tw-shadow-colored: 0px 16px 32px
|
2350
|
+
--tw-shadow: var(--aquarium-box-shadow-16dp, 0px 16px 32px rgba(90, 91, 106, 0.12), 0px 8px 16px rgba(58, 58, 68, 0.12));
|
2351
|
+
--tw-shadow-colored: 0px 16px 32px 0px var(--tw-shadow-color);
|
2086
2352
|
box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
|
2087
2353
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
|
2088
2354
|
}
|
2089
2355
|
.shadow-4dp {
|
2090
|
-
--tw-shadow: 0px 4px 8px rgba(90, 91, 106, 0.20), 0px 2px 4px rgba(58, 58, 68, 0.20);
|
2091
|
-
--tw-shadow-colored: 0px 4px 8px
|
2356
|
+
--tw-shadow: var(--aquarium-box-shadow-4dp, 0px 4px 8px rgba(90, 91, 106, 0.20), 0px 2px 4px rgba(58, 58, 68, 0.20));
|
2357
|
+
--tw-shadow-colored: 0px 4px 8px 0px var(--tw-shadow-color);
|
2092
2358
|
box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
|
2093
2359
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
|
2094
2360
|
}
|
2095
2361
|
.shadow-2dp {
|
2096
|
-
--tw-shadow: 0px 2px 4px rgba(90, 91, 106, 0.24), 0px 1px 2px rgba(58, 58, 68, 0.24);
|
2097
|
-
--tw-shadow-colored: 0px 2px 4px
|
2362
|
+
--tw-shadow: var(--aquarium-box-shadow-2dp, 0px 2px 4px rgba(90, 91, 106, 0.24), 0px 1px 2px rgba(58, 58, 68, 0.24));
|
2363
|
+
--tw-shadow-colored: 0px 2px 4px 0px var(--tw-shadow-color);
|
2098
2364
|
box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
|
2099
2365
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
|
2100
2366
|
}
|
@@ -2124,8 +2390,7 @@ input[type='number'].no-arrows {
|
|
2124
2390
|
--tw-ring-inset: inset;
|
2125
2391
|
}
|
2126
2392
|
.ring-grey-30 {
|
2127
|
-
--tw-ring-
|
2128
|
-
--tw-ring-color: rgb(180 180 187 / var(--tw-ring-opacity));
|
2393
|
+
--tw-ring-color: var(--aquarium-colors-grey-30, #b4b4bb);
|
2129
2394
|
}
|
2130
2395
|
.ring-offset-0 {
|
2131
2396
|
--tw-ring-offset-width: 0px;
|
@@ -2202,12 +2467,12 @@ input[type='number'].no-arrows {
|
|
2202
2467
|
display: none;
|
2203
2468
|
}
|
2204
2469
|
.placeholder\:text-grey-40::-moz-placeholder {
|
2205
|
-
|
2206
|
-
color:
|
2470
|
+
color: #9696a0;
|
2471
|
+
color: var(--aquarium-colors-grey-40, #9696a0);
|
2207
2472
|
}
|
2208
2473
|
.placeholder\:text-grey-40::placeholder {
|
2209
|
-
|
2210
|
-
color:
|
2474
|
+
color: #9696a0;
|
2475
|
+
color: var(--aquarium-colors-grey-40, #9696a0);
|
2211
2476
|
}
|
2212
2477
|
.before\:content-\[\'_\'\]::before {
|
2213
2478
|
--tw-content: ' ';
|
@@ -2217,7 +2482,8 @@ input[type='number'].no-arrows {
|
|
2217
2482
|
margin-top: 0;
|
2218
2483
|
}
|
2219
2484
|
.visited\:text-primary-80:visited {
|
2220
|
-
color:
|
2485
|
+
color: #e41a4a;
|
2486
|
+
color: var(--aquarium-colors-primary-80, #0788d1);
|
2221
2487
|
}
|
2222
2488
|
.checked\:border-navyBlue-100:checked {
|
2223
2489
|
--tw-border-opacity: 1;
|
@@ -2234,7 +2500,7 @@ input[type='number'].no-arrows {
|
|
2234
2500
|
opacity: 0.4;
|
2235
2501
|
}
|
2236
2502
|
.checked\:shadow-whiteInset:checked {
|
2237
|
-
--tw-shadow: inset 0 0 0 3px rgba(255,255,255,1);
|
2503
|
+
--tw-shadow: var(--aquarium-box-shadow-white-inset, inset 0 0 0 3px rgba(255,255,255,1));
|
2238
2504
|
--tw-shadow-colored: inset 0 0 0 3px var(--tw-shadow-color);
|
2239
2505
|
box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
|
2240
2506
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
|
@@ -2243,56 +2509,55 @@ input[type='number'].no-arrows {
|
|
2243
2509
|
cursor: pointer;
|
2244
2510
|
}
|
2245
2511
|
.hover\:border-grey-50:hover {
|
2246
|
-
|
2247
|
-
border-color:
|
2512
|
+
border-color: #787885;
|
2513
|
+
border-color: var(--aquarium-colors-grey-50, #787885);
|
2248
2514
|
}
|
2249
2515
|
.hover\:border-grey-20:hover {
|
2250
|
-
|
2251
|
-
border-color:
|
2516
|
+
border-color: #d2d2d6;
|
2517
|
+
border-color: var(--aquarium-colors-grey-20, #d2d2d6);
|
2252
2518
|
}
|
2253
2519
|
.hover\:bg-grey-0:hover {
|
2254
|
-
|
2255
|
-
background-color:
|
2520
|
+
background-color: #f7f7fa;
|
2521
|
+
background-color: var(--aquarium-colors-grey-0, #f7f7fa);
|
2256
2522
|
}
|
2257
2523
|
.hover\:bg-grey-5:hover {
|
2258
|
-
|
2259
|
-
background-color:
|
2524
|
+
background-color: #ededf0;
|
2525
|
+
background-color: var(--aquarium-colors-grey-5, #ededf0);
|
2260
2526
|
}
|
2261
2527
|
.hover\:bg-grey-30:hover {
|
2262
|
-
|
2263
|
-
background-color:
|
2528
|
+
background-color: #b4b4bb;
|
2529
|
+
background-color: var(--aquarium-colors-grey-30, #b4b4bb);
|
2264
2530
|
}
|
2265
2531
|
.hover\:bg-primary-70:hover {
|
2266
|
-
|
2267
|
-
background-color:
|
2532
|
+
background-color: #ff3554;
|
2533
|
+
background-color: var(--aquarium-colors-primary-70, #0399e3);
|
2268
2534
|
}
|
2269
2535
|
.hover\:bg-error-10:hover {
|
2270
|
-
|
2271
|
-
background-color:
|
2536
|
+
background-color: #ffcbd2;
|
2537
|
+
background-color: var(--aquarium-colors-error-10, #ffcbd2);
|
2272
2538
|
}
|
2273
2539
|
.hover\:bg-grey-10:hover {
|
2274
|
-
|
2275
|
-
background-color:
|
2540
|
+
background-color: #e1e1e3;
|
2541
|
+
background-color: var(--aquarium-colors-grey-10, #e1e1e3);
|
2276
2542
|
}
|
2277
2543
|
.hover\:text-primary-70:hover {
|
2278
|
-
|
2279
|
-
color:
|
2544
|
+
color: #ff3554;
|
2545
|
+
color: var(--aquarium-colors-primary-70, #0399e3);
|
2280
2546
|
}
|
2281
2547
|
.hover\:text-grey-80:hover {
|
2282
|
-
|
2283
|
-
color:
|
2548
|
+
color: #3a3a44;
|
2549
|
+
color: var(--aquarium-colors-grey-80, #3a3a44);
|
2284
2550
|
}
|
2285
2551
|
.hover\:text-grey-90:hover {
|
2286
|
-
|
2287
|
-
color:
|
2552
|
+
color: #292a31;
|
2553
|
+
color: var(--aquarium-colors-grey-90, #292a31);
|
2288
2554
|
}
|
2289
2555
|
.hover\:text-primary-80:hover {
|
2290
|
-
|
2291
|
-
color:
|
2556
|
+
color: #e41a4a;
|
2557
|
+
color: var(--aquarium-colors-primary-80, #0788d1);
|
2292
2558
|
}
|
2293
2559
|
.hover\:ring-grey-50:hover {
|
2294
|
-
--tw-ring-
|
2295
|
-
--tw-ring-color: rgb(120 120 133 / var(--tw-ring-opacity));
|
2560
|
+
--tw-ring-color: var(--aquarium-colors-grey-50, #787885);
|
2296
2561
|
}
|
2297
2562
|
.hover\:checked\:bg-navyBlue-100:checked:hover {
|
2298
2563
|
--tw-bg-opacity: 1;
|
@@ -2302,23 +2567,24 @@ input[type='number'].no-arrows {
|
|
2302
2567
|
border-width: 1px;
|
2303
2568
|
}
|
2304
2569
|
.focus\:border-info-70:focus {
|
2305
|
-
|
2306
|
-
border-color:
|
2570
|
+
border-color: #0399e3;
|
2571
|
+
border-color: var(--aquarium-colors-info-70, #0399e3);
|
2307
2572
|
}
|
2308
2573
|
.focus\:border-transparent:focus {
|
2309
2574
|
border-color: transparent;
|
2575
|
+
border-color: var(--aquarium-colors-transparent, transparent);
|
2310
2576
|
}
|
2311
2577
|
.focus\:bg-error-20:focus {
|
2312
|
-
|
2313
|
-
background-color:
|
2578
|
+
background-color: #ffadb3;
|
2579
|
+
background-color: var(--aquarium-colors-error-20, #ffadb3);
|
2314
2580
|
}
|
2315
2581
|
.focus\:bg-grey-20:focus {
|
2316
|
-
|
2317
|
-
background-color:
|
2582
|
+
background-color: #d2d2d6;
|
2583
|
+
background-color: var(--aquarium-colors-grey-20, #d2d2d6);
|
2318
2584
|
}
|
2319
2585
|
.focus\:text-primary-80:focus {
|
2320
|
-
|
2321
|
-
color:
|
2586
|
+
color: #e41a4a;
|
2587
|
+
color: var(--aquarium-colors-primary-80, #0788d1);
|
2322
2588
|
}
|
2323
2589
|
.focus\:outline-none:focus {
|
2324
2590
|
outline: 2px solid transparent;
|
@@ -2343,43 +2609,42 @@ input[type='number'].no-arrows {
|
|
2343
2609
|
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
|
2344
2610
|
}
|
2345
2611
|
.focus\:ring-grey-60:focus {
|
2346
|
-
--tw-ring-
|
2347
|
-
--tw-ring-color: rgb(90 91 106 / var(--tw-ring-opacity));
|
2612
|
+
--tw-ring-color: var(--aquarium-colors-grey-60, #5a5b6a);
|
2348
2613
|
}
|
2349
2614
|
.focus\:ring-offset-0:focus {
|
2350
2615
|
--tw-ring-offset-width: 0px;
|
2351
2616
|
}
|
2352
2617
|
.focus-visible\:border-info-70.focus-visible {
|
2353
|
-
|
2354
|
-
border-color:
|
2618
|
+
border-color: #0399e3;
|
2619
|
+
border-color: var(--aquarium-colors-info-70, #0399e3);
|
2355
2620
|
}
|
2356
2621
|
.focus-visible\:border-info-70:focus-visible {
|
2357
|
-
|
2358
|
-
border-color:
|
2622
|
+
border-color: #0399e3;
|
2623
|
+
border-color: var(--aquarium-colors-info-70, #0399e3);
|
2359
2624
|
}
|
2360
2625
|
.focus-visible\:bg-grey-0.focus-visible {
|
2361
|
-
|
2362
|
-
background-color:
|
2626
|
+
background-color: #f7f7fa;
|
2627
|
+
background-color: var(--aquarium-colors-grey-0, #f7f7fa);
|
2363
2628
|
}
|
2364
2629
|
.focus-visible\:bg-grey-0:focus-visible {
|
2365
|
-
|
2366
|
-
background-color:
|
2630
|
+
background-color: #f7f7fa;
|
2631
|
+
background-color: var(--aquarium-colors-grey-0, #f7f7fa);
|
2367
2632
|
}
|
2368
2633
|
.focus-visible\:text-grey-90.focus-visible {
|
2369
|
-
|
2370
|
-
color:
|
2634
|
+
color: #292a31;
|
2635
|
+
color: var(--aquarium-colors-grey-90, #292a31);
|
2371
2636
|
}
|
2372
2637
|
.focus-visible\:text-grey-90:focus-visible {
|
2373
|
-
|
2374
|
-
color:
|
2638
|
+
color: #292a31;
|
2639
|
+
color: var(--aquarium-colors-grey-90, #292a31);
|
2375
2640
|
}
|
2376
2641
|
.focus-visible\:text-grey-80.focus-visible {
|
2377
|
-
|
2378
|
-
color:
|
2642
|
+
color: #3a3a44;
|
2643
|
+
color: var(--aquarium-colors-grey-80, #3a3a44);
|
2379
2644
|
}
|
2380
2645
|
.focus-visible\:text-grey-80:focus-visible {
|
2381
|
-
|
2382
|
-
color:
|
2646
|
+
color: #3a3a44;
|
2647
|
+
color: var(--aquarium-colors-grey-80, #3a3a44);
|
2383
2648
|
}
|
2384
2649
|
.focus-visible\:outline-0.focus-visible {
|
2385
2650
|
outline-width: 0px;
|
@@ -2418,59 +2683,54 @@ input[type='number'].no-arrows {
|
|
2418
2683
|
--tw-ring-inset: inset;
|
2419
2684
|
}
|
2420
2685
|
.focus-visible\:ring-primary-100.focus-visible {
|
2421
|
-
--tw-ring-
|
2422
|
-
--tw-ring-color: rgb(2 86 154 / var(--tw-ring-opacity));
|
2686
|
+
--tw-ring-color: var(--aquarium-colors-primary-100, #02569a);
|
2423
2687
|
}
|
2424
2688
|
.focus-visible\:ring-primary-100:focus-visible {
|
2425
|
-
--tw-ring-
|
2426
|
-
--tw-ring-color: rgb(2 86 154 / var(--tw-ring-opacity));
|
2689
|
+
--tw-ring-color: var(--aquarium-colors-primary-100, #02569a);
|
2427
2690
|
}
|
2428
2691
|
.focus-visible\:ring-grey-50.focus-visible {
|
2429
|
-
--tw-ring-
|
2430
|
-
--tw-ring-color: rgb(120 120 133 / var(--tw-ring-opacity));
|
2692
|
+
--tw-ring-color: var(--aquarium-colors-grey-50, #787885);
|
2431
2693
|
}
|
2432
2694
|
.focus-visible\:ring-grey-50:focus-visible {
|
2433
|
-
--tw-ring-
|
2434
|
-
--tw-ring-color: rgb(120 120 133 / var(--tw-ring-opacity));
|
2695
|
+
--tw-ring-color: var(--aquarium-colors-grey-50, #787885);
|
2435
2696
|
}
|
2436
2697
|
.focus-visible\:ring-info-70.focus-visible {
|
2437
|
-
--tw-ring-
|
2438
|
-
--tw-ring-color: rgb(3 153 227 / var(--tw-ring-opacity));
|
2698
|
+
--tw-ring-color: var(--aquarium-colors-info-70, #0399e3);
|
2439
2699
|
}
|
2440
2700
|
.focus-visible\:ring-info-70:focus-visible {
|
2441
|
-
--tw-ring-
|
2442
|
-
--tw-ring-color: rgb(3 153 227 / var(--tw-ring-opacity));
|
2701
|
+
--tw-ring-color: var(--aquarium-colors-info-70, #0399e3);
|
2443
2702
|
}
|
2444
2703
|
.active\:bg-grey-5:active {
|
2445
|
-
|
2446
|
-
background-color:
|
2704
|
+
background-color: #ededf0;
|
2705
|
+
background-color: var(--aquarium-colors-grey-5, #ededf0);
|
2447
2706
|
}
|
2448
2707
|
.active\:bg-primary-90:active {
|
2449
|
-
|
2450
|
-
background-color:
|
2708
|
+
background-color: #c60443;
|
2709
|
+
background-color: var(--aquarium-colors-primary-90, #0174ba);
|
2451
2710
|
}
|
2452
2711
|
.active\:bg-transparent:active {
|
2453
2712
|
background-color: transparent;
|
2713
|
+
background-color: var(--aquarium-colors-transparent, transparent);
|
2454
2714
|
}
|
2455
2715
|
.active\:bg-grey-10:active {
|
2456
|
-
|
2457
|
-
background-color:
|
2716
|
+
background-color: #e1e1e3;
|
2717
|
+
background-color: var(--aquarium-colors-grey-10, #e1e1e3);
|
2458
2718
|
}
|
2459
2719
|
.active\:text-primary-70:active {
|
2460
|
-
|
2461
|
-
color:
|
2720
|
+
color: #ff3554;
|
2721
|
+
color: var(--aquarium-colors-primary-70, #0399e3);
|
2462
2722
|
}
|
2463
2723
|
.active\:text-grey-80:active {
|
2464
|
-
|
2465
|
-
color:
|
2724
|
+
color: #3a3a44;
|
2725
|
+
color: var(--aquarium-colors-grey-80, #3a3a44);
|
2466
2726
|
}
|
2467
2727
|
.active\:text-grey-50:active {
|
2468
|
-
|
2469
|
-
color:
|
2728
|
+
color: #787885;
|
2729
|
+
color: var(--aquarium-colors-grey-50, #787885);
|
2470
2730
|
}
|
2471
2731
|
.active\:text-grey-70:active {
|
2472
|
-
|
2473
|
-
color:
|
2732
|
+
color: #4a4b57;
|
2733
|
+
color: var(--aquarium-colors-grey-70, #4a4b57);
|
2474
2734
|
}
|
2475
2735
|
.active\:ring-0:active {
|
2476
2736
|
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
@@ -2479,50 +2739,49 @@ input[type='number'].no-arrows {
|
|
2479
2739
|
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
|
2480
2740
|
}
|
2481
2741
|
.active\:ring-grey-50:active {
|
2482
|
-
--tw-ring-
|
2483
|
-
--tw-ring-color: rgb(120 120 133 / var(--tw-ring-opacity));
|
2742
|
+
--tw-ring-color: var(--aquarium-colors-grey-50, #787885);
|
2484
2743
|
}
|
2485
2744
|
.disabled\:cursor-not-allowed:disabled {
|
2486
2745
|
cursor: not-allowed;
|
2487
2746
|
}
|
2488
2747
|
.disabled\:border-grey-20:disabled {
|
2489
|
-
|
2490
|
-
border-color:
|
2748
|
+
border-color: #d2d2d6;
|
2749
|
+
border-color: var(--aquarium-colors-grey-20, #d2d2d6);
|
2491
2750
|
}
|
2492
2751
|
.disabled\:bg-grey-5:disabled {
|
2493
|
-
|
2494
|
-
background-color:
|
2752
|
+
background-color: #ededf0;
|
2753
|
+
background-color: var(--aquarium-colors-grey-5, #ededf0);
|
2495
2754
|
}
|
2496
2755
|
.disabled\:bg-primary-5:disabled {
|
2497
|
-
|
2498
|
-
background-color:
|
2756
|
+
background-color: #ffe8f4;
|
2757
|
+
background-color: var(--aquarium-colors-primary-5, #effaff);
|
2499
2758
|
}
|
2500
2759
|
.disabled\:bg-grey-0:disabled {
|
2501
|
-
|
2502
|
-
background-color:
|
2760
|
+
background-color: #f7f7fa;
|
2761
|
+
background-color: var(--aquarium-colors-grey-0, #f7f7fa);
|
2503
2762
|
}
|
2504
2763
|
.disabled\:bg-transparent:disabled {
|
2505
2764
|
background-color: transparent;
|
2765
|
+
background-color: var(--aquarium-colors-transparent, transparent);
|
2506
2766
|
}
|
2507
2767
|
.disabled\:text-grey-40:disabled {
|
2508
|
-
|
2509
|
-
color:
|
2768
|
+
color: #9696a0;
|
2769
|
+
color: var(--aquarium-colors-grey-40, #9696a0);
|
2510
2770
|
}
|
2511
2771
|
.disabled\:text-primary-40:disabled {
|
2512
|
-
|
2513
|
-
color:
|
2772
|
+
color: #ff8db0;
|
2773
|
+
color: var(--aquarium-colors-primary-40, #4cc2f7);
|
2514
2774
|
}
|
2515
2775
|
.disabled\:text-grey-30:disabled {
|
2516
|
-
|
2517
|
-
color:
|
2776
|
+
color: #b4b4bb;
|
2777
|
+
color: var(--aquarium-colors-grey-30, #b4b4bb);
|
2518
2778
|
}
|
2519
2779
|
.disabled\:text-grey-20:disabled {
|
2520
|
-
|
2521
|
-
color:
|
2780
|
+
color: #d2d2d6;
|
2781
|
+
color: var(--aquarium-colors-grey-20, #d2d2d6);
|
2522
2782
|
}
|
2523
2783
|
.disabled\:ring-grey-20:disabled {
|
2524
|
-
--tw-ring-
|
2525
|
-
--tw-ring-color: rgb(210 210 214 / var(--tw-ring-opacity));
|
2784
|
+
--tw-ring-color: var(--aquarium-colors-grey-20, #d2d2d6);
|
2526
2785
|
}
|
2527
2786
|
.group:last-child .group-last\:border-b-0 {
|
2528
2787
|
border-bottom-width: 0px;
|
@@ -2531,8 +2790,8 @@ input[type='number'].no-arrows {
|
|
2531
2790
|
visibility: visible;
|
2532
2791
|
}
|
2533
2792
|
.group:hover .group-hover\:bg-grey-0 {
|
2534
|
-
|
2535
|
-
background-color:
|
2793
|
+
background-color: #f7f7fa;
|
2794
|
+
background-color: var(--aquarium-colors-grey-0, #f7f7fa);
|
2536
2795
|
}
|
2537
2796
|
.peer\/switch:checked~.peer-checked\/switch\:left-1 {
|
2538
2797
|
left: 2px;
|
@@ -2546,54 +2805,57 @@ input[type='number'].no-arrows {
|
|
2546
2805
|
border-color: rgb(48 55 94 / var(--tw-border-opacity));
|
2547
2806
|
}
|
2548
2807
|
.peer:checked~.peer-checked\:text-white {
|
2549
|
-
|
2550
|
-
color:
|
2808
|
+
color: white;
|
2809
|
+
color: var(--aquarium-colors-white, white);
|
2551
2810
|
}
|
2552
2811
|
.peer:checked~.peer-checked\:text-grey-30 {
|
2553
|
-
|
2554
|
-
color:
|
2812
|
+
color: #b4b4bb;
|
2813
|
+
color: var(--aquarium-colors-grey-30, #b4b4bb);
|
2555
2814
|
}
|
2556
2815
|
.peer:hover~.peer-hover\:border-grey-50 {
|
2557
|
-
|
2558
|
-
border-color:
|
2816
|
+
border-color: #787885;
|
2817
|
+
border-color: var(--aquarium-colors-grey-50, #787885);
|
2559
2818
|
}
|
2560
2819
|
.peer:focus~.peer-focus\:border-info-70 {
|
2561
|
-
|
2562
|
-
border-color:
|
2820
|
+
border-color: #0399e3;
|
2821
|
+
border-color: var(--aquarium-colors-info-70, #0399e3);
|
2563
2822
|
}
|
2564
2823
|
.peer\/switch:disabled~.peer-disabled\/switch\:bg-grey-0 {
|
2565
|
-
|
2566
|
-
background-color:
|
2824
|
+
background-color: #f7f7fa;
|
2825
|
+
background-color: var(--aquarium-colors-grey-0, #f7f7fa);
|
2567
2826
|
}
|
2568
2827
|
.children\:inline-block>* {
|
2569
2828
|
display: inline-block;
|
2570
2829
|
}
|
2571
2830
|
.children\:border-grey-10>* {
|
2572
|
-
|
2573
|
-
border-color:
|
2831
|
+
border-color: #e1e1e3;
|
2832
|
+
border-color: var(--aquarium-colors-grey-10, #e1e1e3);
|
2574
2833
|
}
|
2575
2834
|
.children\:last\:border-b-0:last-child>* {
|
2576
2835
|
border-bottom-width: 0px;
|
2577
2836
|
}
|
2578
2837
|
.\[\&\>path\]\:stroke-transparent>path {
|
2579
2838
|
stroke: transparent;
|
2839
|
+
stroke: var(--aquarium-colors-transparent, transparent);
|
2580
2840
|
}
|
2581
2841
|
.peer:checked~.peer-checked\:\[\&\>path\]\:stroke-white>path {
|
2582
2842
|
stroke: white;
|
2843
|
+
stroke: var(--aquarium-colors-white, white);
|
2583
2844
|
}
|
2584
2845
|
.peer:checked~.peer-checked\:\[\&\>path\]\:stroke-grey-30>path {
|
2585
2846
|
stroke: #b4b4bb;
|
2847
|
+
stroke: var(--aquarium-colors-grey-30, #b4b4bb);
|
2586
2848
|
}
|
2587
2849
|
.\[\&\>button\]\:p-0>button {
|
2588
2850
|
padding: 0;
|
2589
2851
|
}
|
2590
2852
|
.\[\&\>button\]\:text-grey-50>button {
|
2591
|
-
|
2592
|
-
color:
|
2853
|
+
color: #787885;
|
2854
|
+
color: var(--aquarium-colors-grey-50, #787885);
|
2593
2855
|
}
|
2594
2856
|
.\[\&\>button\]\:text-error-20>button {
|
2595
|
-
|
2596
|
-
color:
|
2857
|
+
color: #ffadb3;
|
2858
|
+
color: var(--aquarium-colors-error-20, #ffadb3);
|
2597
2859
|
}
|
2598
2860
|
.\[\&\>\*\:not\(\:first-child\)\]\:-ml-3>*:not(:first-child) {
|
2599
2861
|
margin-left: -8px;
|