@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
package/dist/styles.css
CHANGED
@@ -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
|
}
|
@@ -703,29 +982,6 @@ input[type='number'].no-arrows {
|
|
703
982
|
letter-spacing: -1.98px;
|
704
983
|
text-transform: none;
|
705
984
|
}
|
706
|
-
.focusable.focus-visible {
|
707
|
-
outline: 2px solid transparent;
|
708
|
-
outline-offset: 2px;
|
709
|
-
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
710
|
-
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
711
|
-
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
|
712
|
-
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
|
713
|
-
--tw-ring-opacity: 1;
|
714
|
-
--tw-ring-color: rgb(3 153 227 / var(--tw-ring-opacity));
|
715
|
-
}
|
716
|
-
.focusable:focus-visible {
|
717
|
-
outline: 2px solid transparent;
|
718
|
-
outline-offset: 2px;
|
719
|
-
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
720
|
-
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
721
|
-
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
|
722
|
-
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
|
723
|
-
--tw-ring-opacity: 1;
|
724
|
-
--tw-ring-color: rgb(3 153 227 / var(--tw-ring-opacity));
|
725
|
-
}
|
726
|
-
.icon-stroke-2 svg path {
|
727
|
-
stroke-width: 2;
|
728
|
-
}
|
729
985
|
.pointer-events-none {
|
730
986
|
pointer-events: none;
|
731
987
|
}
|
@@ -1155,6 +1411,7 @@ input[type='number'].no-arrows {
|
|
1155
1411
|
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));
|
1156
1412
|
}
|
1157
1413
|
@keyframes pulse {
|
1414
|
+
|
1158
1415
|
50% {
|
1159
1416
|
opacity: .5;
|
1160
1417
|
}
|
@@ -1344,12 +1601,15 @@ input[type='number'].no-arrows {
|
|
1344
1601
|
}
|
1345
1602
|
.rounded-sm {
|
1346
1603
|
border-radius: 0.125rem;
|
1604
|
+
border-radius: var(--aquarium-border-radius-sm, 0.125rem);
|
1347
1605
|
}
|
1348
1606
|
.rounded-full {
|
1349
1607
|
border-radius: 9999px;
|
1608
|
+
border-radius: var(--aquarium-border-radius-full, 9999px);
|
1350
1609
|
}
|
1351
1610
|
.rounded {
|
1352
1611
|
border-radius: 4px;
|
1612
|
+
border-radius: var(--aquarium-border-radius-default, 4px);
|
1353
1613
|
}
|
1354
1614
|
.rounded-\[2px\] {
|
1355
1615
|
border-radius: 2px;
|
@@ -1388,152 +1648,156 @@ input[type='number'].no-arrows {
|
|
1388
1648
|
border-style: none;
|
1389
1649
|
}
|
1390
1650
|
.border-error-50 {
|
1391
|
-
|
1392
|
-
border-color:
|
1651
|
+
border-color: #e62728;
|
1652
|
+
border-color: var(--aquarium-colors-error-50, #e62728);
|
1393
1653
|
}
|
1394
1654
|
.border-grey-20 {
|
1395
|
-
|
1396
|
-
border-color:
|
1655
|
+
border-color: #d2d2d6;
|
1656
|
+
border-color: var(--aquarium-colors-grey-20, #d2d2d6);
|
1397
1657
|
}
|
1398
1658
|
.border-info-70 {
|
1399
|
-
|
1400
|
-
border-color:
|
1659
|
+
border-color: #0399e3;
|
1660
|
+
border-color: var(--aquarium-colors-info-70, #0399e3);
|
1401
1661
|
}
|
1402
1662
|
.border-grey-5 {
|
1403
|
-
|
1404
|
-
border-color:
|
1663
|
+
border-color: #ededf0;
|
1664
|
+
border-color: var(--aquarium-colors-grey-5, #ededf0);
|
1405
1665
|
}
|
1406
1666
|
.border-transparent {
|
1407
1667
|
border-color: transparent;
|
1668
|
+
border-color: var(--aquarium-colors-transparent, transparent);
|
1408
1669
|
}
|
1409
1670
|
.border-grey-10 {
|
1410
|
-
|
1411
|
-
border-color:
|
1671
|
+
border-color: #e1e1e3;
|
1672
|
+
border-color: var(--aquarium-colors-grey-10, #e1e1e3);
|
1412
1673
|
}
|
1413
1674
|
.border-navyBlue-100 {
|
1414
1675
|
--tw-border-opacity: 1;
|
1415
1676
|
border-color: rgb(48 55 94 / var(--tw-border-opacity));
|
1416
1677
|
}
|
1417
1678
|
.border-grey-50 {
|
1418
|
-
|
1419
|
-
border-color:
|
1679
|
+
border-color: #787885;
|
1680
|
+
border-color: var(--aquarium-colors-grey-50, #787885);
|
1420
1681
|
}
|
1421
1682
|
.border-grey-90 {
|
1422
|
-
|
1423
|
-
border-color:
|
1683
|
+
border-color: #292a31;
|
1684
|
+
border-color: var(--aquarium-colors-grey-90, #292a31);
|
1424
1685
|
}
|
1425
1686
|
.border-success-70 {
|
1426
|
-
|
1427
|
-
border-color:
|
1687
|
+
border-color: #00b300;
|
1688
|
+
border-color: var(--aquarium-colors-success-70, #00b300);
|
1428
1689
|
}
|
1429
1690
|
.border-grey-40 {
|
1430
|
-
|
1431
|
-
border-color:
|
1691
|
+
border-color: #9696a0;
|
1692
|
+
border-color: var(--aquarium-colors-grey-40, #9696a0);
|
1432
1693
|
}
|
1433
1694
|
.border-current {
|
1434
1695
|
border-color: currentColor;
|
1696
|
+
border-color: var(--aquarium-colors-current, currentColor);
|
1435
1697
|
}
|
1436
1698
|
.border-grey-100 {
|
1437
|
-
|
1438
|
-
border-color:
|
1699
|
+
border-color: #19191d;
|
1700
|
+
border-color: var(--aquarium-colors-grey-100, #19191d);
|
1439
1701
|
}
|
1440
1702
|
.border-primary-80 {
|
1441
|
-
|
1442
|
-
border-color:
|
1703
|
+
border-color: #e41a4a;
|
1704
|
+
border-color: var(--aquarium-colors-primary-80, #e41a4a);
|
1443
1705
|
}
|
1444
1706
|
.bg-grey-10 {
|
1445
|
-
|
1446
|
-
background-color:
|
1707
|
+
background-color: #e1e1e3;
|
1708
|
+
background-color: var(--aquarium-colors-grey-10, #e1e1e3);
|
1447
1709
|
}
|
1448
1710
|
.bg-error-5 {
|
1449
|
-
|
1450
|
-
background-color:
|
1711
|
+
background-color: #fee8e7;
|
1712
|
+
background-color: var(--aquarium-colors-error-5, #fee8e7);
|
1451
1713
|
}
|
1452
1714
|
.bg-info-5 {
|
1453
|
-
|
1454
|
-
background-color:
|
1715
|
+
background-color: #effaff;
|
1716
|
+
background-color: var(--aquarium-colors-info-5, #effaff);
|
1455
1717
|
}
|
1456
1718
|
.bg-success-5 {
|
1457
|
-
|
1458
|
-
background-color:
|
1719
|
+
background-color: #ecf7ed;
|
1720
|
+
background-color: var(--aquarium-colors-success-5, #ecf7ed);
|
1459
1721
|
}
|
1460
1722
|
.bg-warning-5 {
|
1461
|
-
|
1462
|
-
background-color:
|
1723
|
+
background-color: #fff8ea;
|
1724
|
+
background-color: var(--aquarium-colors-warning-5, #fff8ea);
|
1463
1725
|
}
|
1464
1726
|
.bg-grey-0 {
|
1465
|
-
|
1466
|
-
background-color:
|
1727
|
+
background-color: #f7f7fa;
|
1728
|
+
background-color: var(--aquarium-colors-grey-0, #f7f7fa);
|
1467
1729
|
}
|
1468
1730
|
.bg-white {
|
1469
|
-
|
1470
|
-
background-color:
|
1731
|
+
background-color: white;
|
1732
|
+
background-color: var(--aquarium-colors-white, white);
|
1471
1733
|
}
|
1472
1734
|
.bg-navyBlue-100 {
|
1473
1735
|
--tw-bg-opacity: 1;
|
1474
1736
|
background-color: rgb(48 55 94 / var(--tw-bg-opacity));
|
1475
1737
|
}
|
1476
1738
|
.bg-grey-5 {
|
1477
|
-
|
1478
|
-
background-color:
|
1739
|
+
background-color: #ededf0;
|
1740
|
+
background-color: var(--aquarium-colors-grey-5, #ededf0);
|
1479
1741
|
}
|
1480
1742
|
.bg-info-50 {
|
1481
|
-
|
1482
|
-
background-color:
|
1743
|
+
background-color: #28b4f4;
|
1744
|
+
background-color: var(--aquarium-colors-info-50, #28b4f4);
|
1483
1745
|
}
|
1484
1746
|
.bg-warning-70 {
|
1485
|
-
|
1486
|
-
background-color:
|
1747
|
+
background-color: #ffb300;
|
1748
|
+
background-color: var(--aquarium-colors-warning-70, #ffb300);
|
1487
1749
|
}
|
1488
1750
|
.bg-success-70 {
|
1489
|
-
|
1490
|
-
background-color:
|
1751
|
+
background-color: #00b300;
|
1752
|
+
background-color: var(--aquarium-colors-success-70, #00b300);
|
1491
1753
|
}
|
1492
1754
|
.bg-error-70 {
|
1493
|
-
|
1494
|
-
background-color:
|
1755
|
+
background-color: #d80005;
|
1756
|
+
background-color: var(--aquarium-colors-error-70, #d80005);
|
1495
1757
|
}
|
1496
1758
|
.bg-grey-20 {
|
1497
|
-
|
1498
|
-
background-color:
|
1759
|
+
background-color: #d2d2d6;
|
1760
|
+
background-color: var(--aquarium-colors-grey-20, #d2d2d6);
|
1499
1761
|
}
|
1500
1762
|
.bg-grey-90 {
|
1501
|
-
|
1502
|
-
background-color:
|
1763
|
+
background-color: #292a31;
|
1764
|
+
background-color: var(--aquarium-colors-grey-90, #292a31);
|
1503
1765
|
}
|
1504
1766
|
.bg-grey-30 {
|
1505
|
-
|
1506
|
-
background-color:
|
1767
|
+
background-color: #b4b4bb;
|
1768
|
+
background-color: var(--aquarium-colors-grey-30, #b4b4bb);
|
1507
1769
|
}
|
1508
1770
|
.bg-grey-80 {
|
1509
|
-
|
1510
|
-
background-color:
|
1771
|
+
background-color: #3a3a44;
|
1772
|
+
background-color: var(--aquarium-colors-grey-80, #3a3a44);
|
1511
1773
|
}
|
1512
1774
|
.bg-current {
|
1513
1775
|
background-color: currentColor;
|
1776
|
+
background-color: var(--aquarium-colors-current, currentColor);
|
1514
1777
|
}
|
1515
1778
|
.bg-primary-80 {
|
1516
|
-
|
1517
|
-
background-color:
|
1779
|
+
background-color: #e41a4a;
|
1780
|
+
background-color: var(--aquarium-colors-primary-80, #e41a4a);
|
1518
1781
|
}
|
1519
1782
|
.bg-transparent {
|
1520
1783
|
background-color: transparent;
|
1784
|
+
background-color: var(--aquarium-colors-transparent, transparent);
|
1521
1785
|
}
|
1522
1786
|
.bg-secondary-5 {
|
1523
|
-
|
1524
|
-
background-color:
|
1787
|
+
background-color: #fff3e8;
|
1788
|
+
background-color: var(--aquarium-colors-secondary-5, #fff3e8);
|
1525
1789
|
}
|
1526
1790
|
.bg-error-0 {
|
1527
|
-
|
1528
|
-
background-color:
|
1791
|
+
background-color: #fef2f1;
|
1792
|
+
background-color: var(--aquarium-colors-error-0, #fef2f1);
|
1529
1793
|
}
|
1530
1794
|
.bg-error-20 {
|
1531
|
-
|
1532
|
-
background-color:
|
1795
|
+
background-color: #ffadb3;
|
1796
|
+
background-color: var(--aquarium-colors-error-20, #ffadb3);
|
1533
1797
|
}
|
1534
1798
|
.bg-primary-70 {
|
1535
|
-
|
1536
|
-
background-color:
|
1799
|
+
background-color: #ff3554;
|
1800
|
+
background-color: var(--aquarium-colors-primary-70, #ff3554);
|
1537
1801
|
}
|
1538
1802
|
.bg-opacity-40 {
|
1539
1803
|
--tw-bg-opacity: 0.4;
|
@@ -1545,19 +1809,20 @@ input[type='number'].no-arrows {
|
|
1545
1809
|
background-image: linear-gradient(to left, var(--tw-gradient-stops));
|
1546
1810
|
}
|
1547
1811
|
.from-white {
|
1548
|
-
--tw-gradient-from: white;
|
1812
|
+
--tw-gradient-from: var(--aquarium-colors-white, white);
|
1549
1813
|
--tw-gradient-to: rgba(255, 255, 255, 0);
|
1550
1814
|
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
|
1551
1815
|
}
|
1552
1816
|
.via-white {
|
1553
1817
|
--tw-gradient-to: rgba(255, 255, 255, 0);
|
1554
|
-
--tw-gradient-stops: var(--tw-gradient-from), white, var(--tw-gradient-to);
|
1818
|
+
--tw-gradient-stops: var(--tw-gradient-from), var(--aquarium-colors-white, white), var(--tw-gradient-to);
|
1555
1819
|
}
|
1556
1820
|
.bg-cover {
|
1557
1821
|
background-size: cover;
|
1558
1822
|
}
|
1559
1823
|
.stroke-grey-30 {
|
1560
1824
|
stroke: #b4b4bb;
|
1825
|
+
stroke: var(--aquarium-colors-grey-30, #b4b4bb);
|
1561
1826
|
}
|
1562
1827
|
.object-cover {
|
1563
1828
|
-o-object-fit: cover;
|
@@ -1729,347 +1994,348 @@ input[type='number'].no-arrows {
|
|
1729
1994
|
line-height: 0px;
|
1730
1995
|
}
|
1731
1996
|
.text-error-100 {
|
1732
|
-
|
1733
|
-
color:
|
1997
|
+
color: #aa0000;
|
1998
|
+
color: var(--aquarium-colors-error-100, #aa0000);
|
1734
1999
|
}
|
1735
2000
|
.text-error-90 {
|
1736
|
-
|
1737
|
-
color:
|
2001
|
+
color: #b90000;
|
2002
|
+
color: var(--aquarium-colors-error-90, #b90000);
|
1738
2003
|
}
|
1739
2004
|
.text-error-80 {
|
1740
|
-
|
1741
|
-
color:
|
2005
|
+
color: #c50001;
|
2006
|
+
color: var(--aquarium-colors-error-80, #c50001);
|
1742
2007
|
}
|
1743
2008
|
.text-error-70 {
|
1744
|
-
|
1745
|
-
color:
|
2009
|
+
color: #d80005;
|
2010
|
+
color: var(--aquarium-colors-error-70, #d80005);
|
1746
2011
|
}
|
1747
2012
|
.text-error-60 {
|
1748
|
-
|
1749
|
-
color:
|
2013
|
+
color: #e70000;
|
2014
|
+
color: var(--aquarium-colors-error-60, #e70000);
|
1750
2015
|
}
|
1751
2016
|
.text-error-50 {
|
1752
|
-
|
1753
|
-
color:
|
2017
|
+
color: #e62728;
|
2018
|
+
color: var(--aquarium-colors-error-50, #e62728);
|
1754
2019
|
}
|
1755
2020
|
.text-error-40 {
|
1756
|
-
|
1757
|
-
color:
|
2021
|
+
color: #e0504f;
|
2022
|
+
color: var(--aquarium-colors-error-40, #e0504f);
|
1758
2023
|
}
|
1759
2024
|
.text-error-30 {
|
1760
|
-
|
1761
|
-
color:
|
2025
|
+
color: #ed7975;
|
2026
|
+
color: var(--aquarium-colors-error-30, #ed7975);
|
1762
2027
|
}
|
1763
2028
|
.text-error-20 {
|
1764
|
-
|
1765
|
-
color:
|
2029
|
+
color: #ffadb3;
|
2030
|
+
color: var(--aquarium-colors-error-20, #ffadb3);
|
1766
2031
|
}
|
1767
2032
|
.text-error-10 {
|
1768
|
-
|
1769
|
-
color:
|
2033
|
+
color: #ffcbd2;
|
2034
|
+
color: var(--aquarium-colors-error-10, #ffcbd2);
|
1770
2035
|
}
|
1771
2036
|
.text-error-5 {
|
1772
|
-
|
1773
|
-
color:
|
2037
|
+
color: #fee8e7;
|
2038
|
+
color: var(--aquarium-colors-error-5, #fee8e7);
|
1774
2039
|
}
|
1775
2040
|
.text-error-0 {
|
1776
|
-
|
1777
|
-
color:
|
2041
|
+
color: #fef2f1;
|
2042
|
+
color: var(--aquarium-colors-error-0, #fef2f1);
|
1778
2043
|
}
|
1779
2044
|
.text-warning-100 {
|
1780
|
-
|
1781
|
-
color:
|
2045
|
+
color: #fe6d00;
|
2046
|
+
color: var(--aquarium-colors-warning-100, #fe6d00);
|
1782
2047
|
}
|
1783
2048
|
.text-warning-90 {
|
1784
|
-
|
1785
|
-
color:
|
2049
|
+
color: #ff9003;
|
2050
|
+
color: var(--aquarium-colors-warning-90, #ff9003);
|
1786
2051
|
}
|
1787
2052
|
.text-warning-80 {
|
1788
|
-
|
1789
|
-
color:
|
2053
|
+
color: #fd9f00;
|
2054
|
+
color: var(--aquarium-colors-warning-80, #fd9f00);
|
1790
2055
|
}
|
1791
2056
|
.text-warning-70 {
|
1792
|
-
|
1793
|
-
color:
|
2057
|
+
color: #ffb300;
|
2058
|
+
color: var(--aquarium-colors-warning-70, #ffb300);
|
1794
2059
|
}
|
1795
2060
|
.text-warning-60 {
|
1796
|
-
|
1797
|
-
color:
|
2061
|
+
color: #ffc107;
|
2062
|
+
color: var(--aquarium-colors-warning-60, #ffc107);
|
1798
2063
|
}
|
1799
2064
|
.text-warning-50 {
|
1800
|
-
|
1801
|
-
color:
|
2065
|
+
color: #fdc926;
|
2066
|
+
color: var(--aquarium-colors-warning-50, #fdc926);
|
1802
2067
|
}
|
1803
2068
|
.text-warning-40 {
|
1804
|
-
|
1805
|
-
color:
|
2069
|
+
color: #fdd44d;
|
2070
|
+
color: var(--aquarium-colors-warning-40, #fdd44d);
|
1806
2071
|
}
|
1807
2072
|
.text-warning-30 {
|
1808
|
-
|
1809
|
-
color:
|
2073
|
+
color: #fddf81;
|
2074
|
+
color: var(--aquarium-colors-warning-30, #fddf81);
|
1810
2075
|
}
|
1811
2076
|
.text-warning-20 {
|
1812
|
-
|
1813
|
-
color:
|
2077
|
+
color: #feebb2;
|
2078
|
+
color: var(--aquarium-colors-warning-20, #feebb2);
|
1814
2079
|
}
|
1815
2080
|
.text-warning-10 {
|
1816
|
-
|
1817
|
-
color:
|
2081
|
+
color: #fff2cd;
|
2082
|
+
color: var(--aquarium-colors-warning-10, #fff2cd);
|
1818
2083
|
}
|
1819
2084
|
.text-warning-5 {
|
1820
|
-
|
1821
|
-
color:
|
2085
|
+
color: #fff8ea;
|
2086
|
+
color: var(--aquarium-colors-warning-5, #fff8ea);
|
1822
2087
|
}
|
1823
2088
|
.text-warning-0 {
|
1824
|
-
|
1825
|
-
color:
|
2089
|
+
color: #fffdf9;
|
2090
|
+
color: var(--aquarium-colors-warning-0, #fffdf9);
|
1826
2091
|
}
|
1827
2092
|
.text-success-100 {
|
1828
|
-
|
1829
|
-
color:
|
2093
|
+
color: #006f00;
|
2094
|
+
color: var(--aquarium-colors-success-100, #006f00);
|
1830
2095
|
}
|
1831
2096
|
.text-success-90 {
|
1832
|
-
|
1833
|
-
color:
|
2097
|
+
color: #008e00;
|
2098
|
+
color: var(--aquarium-colors-success-90, #008e00);
|
1834
2099
|
}
|
1835
2100
|
.text-success-80 {
|
1836
|
-
|
1837
|
-
color:
|
2101
|
+
color: #009f00;
|
2102
|
+
color: var(--aquarium-colors-success-80, #009f00);
|
1838
2103
|
}
|
1839
2104
|
.text-success-70 {
|
1840
|
-
|
1841
|
-
color:
|
2105
|
+
color: #00b300;
|
2106
|
+
color: var(--aquarium-colors-success-70, #00b300);
|
1842
2107
|
}
|
1843
2108
|
.text-success-60 {
|
1844
|
-
|
1845
|
-
color:
|
2109
|
+
color: #00c300;
|
2110
|
+
color: var(--aquarium-colors-success-60, #00c300);
|
1846
2111
|
}
|
1847
2112
|
.text-success-50 {
|
1848
|
-
|
1849
|
-
color:
|
2113
|
+
color: #40ce37;
|
2114
|
+
color: var(--aquarium-colors-success-50, #40ce37);
|
1850
2115
|
}
|
1851
2116
|
.text-success-40 {
|
1852
|
-
|
1853
|
-
color:
|
2117
|
+
color: #60db57;
|
2118
|
+
color: var(--aquarium-colors-success-40, #60db57);
|
1854
2119
|
}
|
1855
2120
|
.text-success-30 {
|
1856
|
-
|
1857
|
-
color:
|
2121
|
+
color: #89eb80;
|
2122
|
+
color: var(--aquarium-colors-success-30, #89eb80);
|
1858
2123
|
}
|
1859
2124
|
.text-success-20 {
|
1860
|
-
|
1861
|
-
color:
|
2125
|
+
color: #afffa7;
|
2126
|
+
color: var(--aquarium-colors-success-20, #afffa7);
|
1862
2127
|
}
|
1863
2128
|
.text-success-10 {
|
1864
|
-
|
1865
|
-
color:
|
2129
|
+
color: #cbffc9;
|
2130
|
+
color: var(--aquarium-colors-success-10, #cbffc9);
|
1866
2131
|
}
|
1867
2132
|
.text-success-5 {
|
1868
|
-
|
1869
|
-
color:
|
2133
|
+
color: #ecf7ed;
|
2134
|
+
color: var(--aquarium-colors-success-5, #ecf7ed);
|
1870
2135
|
}
|
1871
2136
|
.text-success-0 {
|
1872
|
-
|
1873
|
-
color:
|
2137
|
+
color: #f5faf5;
|
2138
|
+
color: var(--aquarium-colors-success-0, #f5faf5);
|
1874
2139
|
}
|
1875
2140
|
.text-info-100 {
|
1876
|
-
|
1877
|
-
color:
|
2141
|
+
color: #02569a;
|
2142
|
+
color: var(--aquarium-colors-info-100, #02569a);
|
1878
2143
|
}
|
1879
2144
|
.text-info-90 {
|
1880
|
-
|
1881
|
-
color:
|
2145
|
+
color: #0174ba;
|
2146
|
+
color: var(--aquarium-colors-info-90, #0174ba);
|
1882
2147
|
}
|
1883
2148
|
.text-info-80 {
|
1884
|
-
|
1885
|
-
color:
|
2149
|
+
color: #0788d1;
|
2150
|
+
color: var(--aquarium-colors-info-80, #0788d1);
|
1886
2151
|
}
|
1887
2152
|
.text-info-70 {
|
1888
|
-
|
1889
|
-
color:
|
2153
|
+
color: #0399e3;
|
2154
|
+
color: var(--aquarium-colors-info-70, #0399e3);
|
1890
2155
|
}
|
1891
2156
|
.text-info-60 {
|
1892
|
-
|
1893
|
-
color:
|
2157
|
+
color: #02a8f3;
|
2158
|
+
color: var(--aquarium-colors-info-60, #02a8f3);
|
1894
2159
|
}
|
1895
2160
|
.text-info-50 {
|
1896
|
-
|
1897
|
-
color:
|
2161
|
+
color: #28b4f4;
|
2162
|
+
color: var(--aquarium-colors-info-50, #28b4f4);
|
1898
2163
|
}
|
1899
2164
|
.text-info-40 {
|
1900
|
-
|
1901
|
-
color:
|
2165
|
+
color: #4cc2f7;
|
2166
|
+
color: var(--aquarium-colors-info-40, #4cc2f7);
|
1902
2167
|
}
|
1903
2168
|
.text-info-30 {
|
1904
|
-
|
1905
|
-
color:
|
2169
|
+
color: #7fd1f7;
|
2170
|
+
color: var(--aquarium-colors-info-30, #7fd1f7);
|
1906
2171
|
}
|
1907
2172
|
.text-info-20 {
|
1908
|
-
|
1909
|
-
color:
|
2173
|
+
color: #b4e5fb;
|
2174
|
+
color: var(--aquarium-colors-info-20, #b4e5fb);
|
1910
2175
|
}
|
1911
2176
|
.text-info-10 {
|
1912
|
-
|
1913
|
-
color:
|
2177
|
+
color: #e0f5fe;
|
2178
|
+
color: var(--aquarium-colors-info-10, #e0f5fe);
|
1914
2179
|
}
|
1915
2180
|
.text-info-5 {
|
1916
|
-
|
1917
|
-
color:
|
2181
|
+
color: #effaff;
|
2182
|
+
color: var(--aquarium-colors-info-5, #effaff);
|
1918
2183
|
}
|
1919
2184
|
.text-info-0 {
|
1920
|
-
|
1921
|
-
color:
|
2185
|
+
color: #f9fdff;
|
2186
|
+
color: var(--aquarium-colors-info-0, #f9fdff);
|
1922
2187
|
}
|
1923
2188
|
.text-grey-100 {
|
1924
|
-
|
1925
|
-
color:
|
2189
|
+
color: #19191d;
|
2190
|
+
color: var(--aquarium-colors-grey-100, #19191d);
|
1926
2191
|
}
|
1927
2192
|
.text-grey-90 {
|
1928
|
-
|
1929
|
-
color:
|
2193
|
+
color: #292a31;
|
2194
|
+
color: var(--aquarium-colors-grey-90, #292a31);
|
1930
2195
|
}
|
1931
2196
|
.text-grey-80 {
|
1932
|
-
|
1933
|
-
color:
|
2197
|
+
color: #3a3a44;
|
2198
|
+
color: var(--aquarium-colors-grey-80, #3a3a44);
|
1934
2199
|
}
|
1935
2200
|
.text-grey-70 {
|
1936
|
-
|
1937
|
-
color:
|
2201
|
+
color: #4a4b57;
|
2202
|
+
color: var(--aquarium-colors-grey-70, #4a4b57);
|
1938
2203
|
}
|
1939
2204
|
.text-grey-60 {
|
1940
|
-
|
1941
|
-
color:
|
2205
|
+
color: #5a5b6a;
|
2206
|
+
color: var(--aquarium-colors-grey-60, #5a5b6a);
|
1942
2207
|
}
|
1943
2208
|
.text-grey-50 {
|
1944
|
-
|
1945
|
-
color:
|
2209
|
+
color: #787885;
|
2210
|
+
color: var(--aquarium-colors-grey-50, #787885);
|
1946
2211
|
}
|
1947
2212
|
.text-grey-40 {
|
1948
|
-
|
1949
|
-
color:
|
2213
|
+
color: #9696a0;
|
2214
|
+
color: var(--aquarium-colors-grey-40, #9696a0);
|
1950
2215
|
}
|
1951
2216
|
.text-grey-30 {
|
1952
|
-
|
1953
|
-
color:
|
2217
|
+
color: #b4b4bb;
|
2218
|
+
color: var(--aquarium-colors-grey-30, #b4b4bb);
|
1954
2219
|
}
|
1955
2220
|
.text-grey-10 {
|
1956
|
-
|
1957
|
-
color:
|
2221
|
+
color: #e1e1e3;
|
2222
|
+
color: var(--aquarium-colors-grey-10, #e1e1e3);
|
1958
2223
|
}
|
1959
2224
|
.text-grey-5 {
|
1960
|
-
|
1961
|
-
color:
|
2225
|
+
color: #ededf0;
|
2226
|
+
color: var(--aquarium-colors-grey-5, #ededf0);
|
1962
2227
|
}
|
1963
2228
|
.text-grey-0 {
|
1964
|
-
|
1965
|
-
color:
|
2229
|
+
color: #f7f7fa;
|
2230
|
+
color: var(--aquarium-colors-grey-0, #f7f7fa);
|
1966
2231
|
}
|
1967
2232
|
.text-secondary-100 {
|
1968
|
-
|
1969
|
-
color:
|
2233
|
+
color: #e11d16;
|
2234
|
+
color: var(--aquarium-colors-secondary-100, #e11d16);
|
1970
2235
|
}
|
1971
2236
|
.text-secondary-90 {
|
1972
|
-
|
1973
|
-
color:
|
2237
|
+
color: #eb4610;
|
2238
|
+
color: var(--aquarium-colors-secondary-90, #eb4610);
|
1974
2239
|
}
|
1975
2240
|
.text-secondary-80 {
|
1976
|
-
|
1977
|
-
color:
|
2241
|
+
color: #f3580d;
|
2242
|
+
color: var(--aquarium-colors-secondary-80, #f3580d);
|
1978
2243
|
}
|
1979
2244
|
.text-secondary-70 {
|
1980
|
-
|
1981
|
-
color:
|
2245
|
+
color: #f96a02;
|
2246
|
+
color: var(--aquarium-colors-secondary-70, #f96a02);
|
1982
2247
|
}
|
1983
2248
|
.text-secondary-60 {
|
1984
|
-
|
1985
|
-
color:
|
2249
|
+
color: #ff7700;
|
2250
|
+
color: var(--aquarium-colors-secondary-60, #ff7700);
|
1986
2251
|
}
|
1987
2252
|
.text-secondary-50 {
|
1988
|
-
|
1989
|
-
color:
|
2253
|
+
color: #fc871a;
|
2254
|
+
color: var(--aquarium-colors-secondary-50, #fc871a);
|
1990
2255
|
}
|
1991
2256
|
.text-secondary-40 {
|
1992
|
-
|
1993
|
-
color:
|
2257
|
+
color: #fb9a3e;
|
2258
|
+
color: var(--aquarium-colors-secondary-40, #fb9a3e);
|
1994
2259
|
}
|
1995
2260
|
.text-secondary-30 {
|
1996
|
-
|
1997
|
-
color:
|
2261
|
+
color: #fab26e;
|
2262
|
+
color: var(--aquarium-colors-secondary-30, #fab26e);
|
1998
2263
|
}
|
1999
2264
|
.text-secondary-20 {
|
2000
|
-
|
2001
|
-
color:
|
2265
|
+
color: #f8c99c;
|
2266
|
+
color: var(--aquarium-colors-secondary-20, #f8c99c);
|
2002
2267
|
}
|
2003
2268
|
.text-secondary-10 {
|
2004
|
-
|
2005
|
-
color:
|
2269
|
+
color: #fee8d0;
|
2270
|
+
color: var(--aquarium-colors-secondary-10, #fee8d0);
|
2006
2271
|
}
|
2007
2272
|
.text-secondary-5 {
|
2008
|
-
|
2009
|
-
color:
|
2273
|
+
color: #fff3e8;
|
2274
|
+
color: var(--aquarium-colors-secondary-5, #fff3e8);
|
2010
2275
|
}
|
2011
2276
|
.text-secondary-0 {
|
2012
|
-
|
2013
|
-
color:
|
2277
|
+
color: #fffbf8;
|
2278
|
+
color: var(--aquarium-colors-secondary-0, #fffbf8);
|
2014
2279
|
}
|
2015
2280
|
.text-primary-100 {
|
2016
|
-
|
2017
|
-
color:
|
2281
|
+
color: #a70045;
|
2282
|
+
color: var(--aquarium-colors-primary-100, #a70045);
|
2018
2283
|
}
|
2019
2284
|
.text-primary-90 {
|
2020
|
-
|
2021
|
-
color:
|
2285
|
+
color: #c60443;
|
2286
|
+
color: var(--aquarium-colors-primary-90, #c60443);
|
2022
2287
|
}
|
2023
2288
|
.text-primary-80 {
|
2024
|
-
|
2025
|
-
color:
|
2289
|
+
color: #e41a4a;
|
2290
|
+
color: var(--aquarium-colors-primary-80, #e41a4a);
|
2026
2291
|
}
|
2027
2292
|
.text-primary-70 {
|
2028
|
-
|
2029
|
-
color:
|
2293
|
+
color: #ff3554;
|
2294
|
+
color: var(--aquarium-colors-primary-70, #ff3554);
|
2030
2295
|
}
|
2031
2296
|
.text-primary-60 {
|
2032
|
-
|
2033
|
-
color:
|
2297
|
+
color: #ff5275;
|
2298
|
+
color: var(--aquarium-colors-primary-60, #ff5275);
|
2034
2299
|
}
|
2035
2300
|
.text-primary-50 {
|
2036
|
-
|
2037
|
-
color:
|
2301
|
+
color: #ff6f94;
|
2302
|
+
color: var(--aquarium-colors-primary-50, #ff6f94);
|
2038
2303
|
}
|
2039
2304
|
.text-primary-40 {
|
2040
|
-
|
2041
|
-
color:
|
2305
|
+
color: #ff8db0;
|
2306
|
+
color: var(--aquarium-colors-primary-40, #ff8db0);
|
2042
2307
|
}
|
2043
2308
|
.text-primary-30 {
|
2044
|
-
|
2045
|
-
color:
|
2309
|
+
color: #ffa9c9;
|
2310
|
+
color: var(--aquarium-colors-primary-30, #ffa9c9);
|
2046
2311
|
}
|
2047
2312
|
.text-primary-20 {
|
2048
|
-
|
2049
|
-
color:
|
2313
|
+
color: #ffc4de;
|
2314
|
+
color: var(--aquarium-colors-primary-20, #ffc4de);
|
2050
2315
|
}
|
2051
2316
|
.text-primary-10 {
|
2052
|
-
|
2053
|
-
color:
|
2317
|
+
color: #ffdeef;
|
2318
|
+
color: var(--aquarium-colors-primary-10, #ffdeef);
|
2054
2319
|
}
|
2055
2320
|
.text-primary-5 {
|
2056
|
-
|
2057
|
-
color:
|
2321
|
+
color: #ffe8f4;
|
2322
|
+
color: var(--aquarium-colors-primary-5, #ffe8f4);
|
2058
2323
|
}
|
2059
2324
|
.text-primary-0 {
|
2060
|
-
|
2061
|
-
color:
|
2325
|
+
color: #fff9fc;
|
2326
|
+
color: var(--aquarium-colors-primary-0, #fff9fc);
|
2062
2327
|
}
|
2063
2328
|
.text-grey-20 {
|
2064
|
-
|
2065
|
-
color:
|
2329
|
+
color: #d2d2d6;
|
2330
|
+
color: var(--aquarium-colors-grey-20, #d2d2d6);
|
2066
2331
|
}
|
2067
2332
|
.text-transparent {
|
2068
2333
|
color: transparent;
|
2334
|
+
color: var(--aquarium-colors-transparent, transparent);
|
2069
2335
|
}
|
2070
2336
|
.text-white {
|
2071
|
-
|
2072
|
-
color:
|
2337
|
+
color: white;
|
2338
|
+
color: var(--aquarium-colors-white, white);
|
2073
2339
|
}
|
2074
2340
|
.no-underline {
|
2075
2341
|
-webkit-text-decoration-line: none;
|
@@ -2082,20 +2348,20 @@ input[type='number'].no-arrows {
|
|
2082
2348
|
opacity: 0.4;
|
2083
2349
|
}
|
2084
2350
|
.shadow-16dp {
|
2085
|
-
--tw-shadow: 0px 16px 32px rgba(90, 91, 106, 0.12), 0px 8px 16px rgba(58, 58, 68, 0.12);
|
2086
|
-
--tw-shadow-colored: 0px 16px 32px
|
2351
|
+
--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));
|
2352
|
+
--tw-shadow-colored: 0px 16px 32px 0px var(--tw-shadow-color);
|
2087
2353
|
box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
|
2088
2354
|
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);
|
2089
2355
|
}
|
2090
2356
|
.shadow-4dp {
|
2091
|
-
--tw-shadow: 0px 4px 8px rgba(90, 91, 106, 0.20), 0px 2px 4px rgba(58, 58, 68, 0.20);
|
2092
|
-
--tw-shadow-colored: 0px 4px 8px
|
2357
|
+
--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));
|
2358
|
+
--tw-shadow-colored: 0px 4px 8px 0px var(--tw-shadow-color);
|
2093
2359
|
box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
|
2094
2360
|
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);
|
2095
2361
|
}
|
2096
2362
|
.shadow-2dp {
|
2097
|
-
--tw-shadow: 0px 2px 4px rgba(90, 91, 106, 0.24), 0px 1px 2px rgba(58, 58, 68, 0.24);
|
2098
|
-
--tw-shadow-colored: 0px 2px 4px
|
2363
|
+
--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));
|
2364
|
+
--tw-shadow-colored: 0px 2px 4px 0px var(--tw-shadow-color);
|
2099
2365
|
box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
|
2100
2366
|
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);
|
2101
2367
|
}
|
@@ -2125,8 +2391,7 @@ input[type='number'].no-arrows {
|
|
2125
2391
|
--tw-ring-inset: inset;
|
2126
2392
|
}
|
2127
2393
|
.ring-grey-30 {
|
2128
|
-
--tw-ring-
|
2129
|
-
--tw-ring-color: rgb(180 180 187 / var(--tw-ring-opacity));
|
2394
|
+
--tw-ring-color: var(--aquarium-colors-grey-30, #b4b4bb);
|
2130
2395
|
}
|
2131
2396
|
.ring-offset-0 {
|
2132
2397
|
--tw-ring-offset-width: 0px;
|
@@ -2203,12 +2468,12 @@ input[type='number'].no-arrows {
|
|
2203
2468
|
display: none;
|
2204
2469
|
}
|
2205
2470
|
.placeholder\:text-grey-40::-moz-placeholder {
|
2206
|
-
|
2207
|
-
color:
|
2471
|
+
color: #9696a0;
|
2472
|
+
color: var(--aquarium-colors-grey-40, #9696a0);
|
2208
2473
|
}
|
2209
2474
|
.placeholder\:text-grey-40::placeholder {
|
2210
|
-
|
2211
|
-
color:
|
2475
|
+
color: #9696a0;
|
2476
|
+
color: var(--aquarium-colors-grey-40, #9696a0);
|
2212
2477
|
}
|
2213
2478
|
.before\:content-\[\'_\'\]::before {
|
2214
2479
|
--tw-content: ' ';
|
@@ -2218,7 +2483,8 @@ input[type='number'].no-arrows {
|
|
2218
2483
|
margin-top: 0;
|
2219
2484
|
}
|
2220
2485
|
.visited\:text-primary-80:visited {
|
2221
|
-
color:
|
2486
|
+
color: #e41a4a;
|
2487
|
+
color: var(--aquarium-colors-primary-80, #e41a4a);
|
2222
2488
|
}
|
2223
2489
|
.checked\:border-navyBlue-100:checked {
|
2224
2490
|
--tw-border-opacity: 1;
|
@@ -2235,7 +2501,7 @@ input[type='number'].no-arrows {
|
|
2235
2501
|
opacity: 0.4;
|
2236
2502
|
}
|
2237
2503
|
.checked\:shadow-whiteInset:checked {
|
2238
|
-
--tw-shadow: inset 0 0 0 3px rgba(255,255,255,1);
|
2504
|
+
--tw-shadow: var(--aquarium-box-shadow-white-inset, inset 0 0 0 3px rgba(255,255,255,1));
|
2239
2505
|
--tw-shadow-colored: inset 0 0 0 3px var(--tw-shadow-color);
|
2240
2506
|
box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
|
2241
2507
|
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);
|
@@ -2244,56 +2510,55 @@ input[type='number'].no-arrows {
|
|
2244
2510
|
cursor: pointer;
|
2245
2511
|
}
|
2246
2512
|
.hover\:border-grey-50:hover {
|
2247
|
-
|
2248
|
-
border-color:
|
2513
|
+
border-color: #787885;
|
2514
|
+
border-color: var(--aquarium-colors-grey-50, #787885);
|
2249
2515
|
}
|
2250
2516
|
.hover\:border-grey-20:hover {
|
2251
|
-
|
2252
|
-
border-color:
|
2517
|
+
border-color: #d2d2d6;
|
2518
|
+
border-color: var(--aquarium-colors-grey-20, #d2d2d6);
|
2253
2519
|
}
|
2254
2520
|
.hover\:bg-grey-0:hover {
|
2255
|
-
|
2256
|
-
background-color:
|
2521
|
+
background-color: #f7f7fa;
|
2522
|
+
background-color: var(--aquarium-colors-grey-0, #f7f7fa);
|
2257
2523
|
}
|
2258
2524
|
.hover\:bg-grey-5:hover {
|
2259
|
-
|
2260
|
-
background-color:
|
2525
|
+
background-color: #ededf0;
|
2526
|
+
background-color: var(--aquarium-colors-grey-5, #ededf0);
|
2261
2527
|
}
|
2262
2528
|
.hover\:bg-grey-30:hover {
|
2263
|
-
|
2264
|
-
background-color:
|
2529
|
+
background-color: #b4b4bb;
|
2530
|
+
background-color: var(--aquarium-colors-grey-30, #b4b4bb);
|
2265
2531
|
}
|
2266
2532
|
.hover\:bg-primary-70:hover {
|
2267
|
-
|
2268
|
-
background-color:
|
2533
|
+
background-color: #ff3554;
|
2534
|
+
background-color: var(--aquarium-colors-primary-70, #ff3554);
|
2269
2535
|
}
|
2270
2536
|
.hover\:bg-error-10:hover {
|
2271
|
-
|
2272
|
-
background-color:
|
2537
|
+
background-color: #ffcbd2;
|
2538
|
+
background-color: var(--aquarium-colors-error-10, #ffcbd2);
|
2273
2539
|
}
|
2274
2540
|
.hover\:bg-grey-10:hover {
|
2275
|
-
|
2276
|
-
background-color:
|
2541
|
+
background-color: #e1e1e3;
|
2542
|
+
background-color: var(--aquarium-colors-grey-10, #e1e1e3);
|
2277
2543
|
}
|
2278
2544
|
.hover\:text-primary-70:hover {
|
2279
|
-
|
2280
|
-
color:
|
2545
|
+
color: #ff3554;
|
2546
|
+
color: var(--aquarium-colors-primary-70, #ff3554);
|
2281
2547
|
}
|
2282
2548
|
.hover\:text-grey-80:hover {
|
2283
|
-
|
2284
|
-
color:
|
2549
|
+
color: #3a3a44;
|
2550
|
+
color: var(--aquarium-colors-grey-80, #3a3a44);
|
2285
2551
|
}
|
2286
2552
|
.hover\:text-grey-90:hover {
|
2287
|
-
|
2288
|
-
color:
|
2553
|
+
color: #292a31;
|
2554
|
+
color: var(--aquarium-colors-grey-90, #292a31);
|
2289
2555
|
}
|
2290
2556
|
.hover\:text-primary-80:hover {
|
2291
|
-
|
2292
|
-
color:
|
2557
|
+
color: #e41a4a;
|
2558
|
+
color: var(--aquarium-colors-primary-80, #e41a4a);
|
2293
2559
|
}
|
2294
2560
|
.hover\:ring-grey-50:hover {
|
2295
|
-
--tw-ring-
|
2296
|
-
--tw-ring-color: rgb(120 120 133 / var(--tw-ring-opacity));
|
2561
|
+
--tw-ring-color: var(--aquarium-colors-grey-50, #787885);
|
2297
2562
|
}
|
2298
2563
|
.hover\:checked\:bg-navyBlue-100:checked:hover {
|
2299
2564
|
--tw-bg-opacity: 1;
|
@@ -2303,23 +2568,24 @@ input[type='number'].no-arrows {
|
|
2303
2568
|
border-width: 1px;
|
2304
2569
|
}
|
2305
2570
|
.focus\:border-info-70:focus {
|
2306
|
-
|
2307
|
-
border-color:
|
2571
|
+
border-color: #0399e3;
|
2572
|
+
border-color: var(--aquarium-colors-info-70, #0399e3);
|
2308
2573
|
}
|
2309
2574
|
.focus\:border-transparent:focus {
|
2310
2575
|
border-color: transparent;
|
2576
|
+
border-color: var(--aquarium-colors-transparent, transparent);
|
2311
2577
|
}
|
2312
2578
|
.focus\:bg-error-20:focus {
|
2313
|
-
|
2314
|
-
background-color:
|
2579
|
+
background-color: #ffadb3;
|
2580
|
+
background-color: var(--aquarium-colors-error-20, #ffadb3);
|
2315
2581
|
}
|
2316
2582
|
.focus\:bg-grey-20:focus {
|
2317
|
-
|
2318
|
-
background-color:
|
2583
|
+
background-color: #d2d2d6;
|
2584
|
+
background-color: var(--aquarium-colors-grey-20, #d2d2d6);
|
2319
2585
|
}
|
2320
2586
|
.focus\:text-primary-80:focus {
|
2321
|
-
|
2322
|
-
color:
|
2587
|
+
color: #e41a4a;
|
2588
|
+
color: var(--aquarium-colors-primary-80, #e41a4a);
|
2323
2589
|
}
|
2324
2590
|
.focus\:outline-none:focus {
|
2325
2591
|
outline: 2px solid transparent;
|
@@ -2344,43 +2610,42 @@ input[type='number'].no-arrows {
|
|
2344
2610
|
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
|
2345
2611
|
}
|
2346
2612
|
.focus\:ring-grey-60:focus {
|
2347
|
-
--tw-ring-
|
2348
|
-
--tw-ring-color: rgb(90 91 106 / var(--tw-ring-opacity));
|
2613
|
+
--tw-ring-color: var(--aquarium-colors-grey-60, #5a5b6a);
|
2349
2614
|
}
|
2350
2615
|
.focus\:ring-offset-0:focus {
|
2351
2616
|
--tw-ring-offset-width: 0px;
|
2352
2617
|
}
|
2353
2618
|
.focus-visible\:border-info-70.focus-visible {
|
2354
|
-
|
2355
|
-
border-color:
|
2619
|
+
border-color: #0399e3;
|
2620
|
+
border-color: var(--aquarium-colors-info-70, #0399e3);
|
2356
2621
|
}
|
2357
2622
|
.focus-visible\:border-info-70:focus-visible {
|
2358
|
-
|
2359
|
-
border-color:
|
2623
|
+
border-color: #0399e3;
|
2624
|
+
border-color: var(--aquarium-colors-info-70, #0399e3);
|
2360
2625
|
}
|
2361
2626
|
.focus-visible\:bg-grey-0.focus-visible {
|
2362
|
-
|
2363
|
-
background-color:
|
2627
|
+
background-color: #f7f7fa;
|
2628
|
+
background-color: var(--aquarium-colors-grey-0, #f7f7fa);
|
2364
2629
|
}
|
2365
2630
|
.focus-visible\:bg-grey-0:focus-visible {
|
2366
|
-
|
2367
|
-
background-color:
|
2631
|
+
background-color: #f7f7fa;
|
2632
|
+
background-color: var(--aquarium-colors-grey-0, #f7f7fa);
|
2368
2633
|
}
|
2369
2634
|
.focus-visible\:text-grey-90.focus-visible {
|
2370
|
-
|
2371
|
-
color:
|
2635
|
+
color: #292a31;
|
2636
|
+
color: var(--aquarium-colors-grey-90, #292a31);
|
2372
2637
|
}
|
2373
2638
|
.focus-visible\:text-grey-90:focus-visible {
|
2374
|
-
|
2375
|
-
color:
|
2639
|
+
color: #292a31;
|
2640
|
+
color: var(--aquarium-colors-grey-90, #292a31);
|
2376
2641
|
}
|
2377
2642
|
.focus-visible\:text-grey-80.focus-visible {
|
2378
|
-
|
2379
|
-
color:
|
2643
|
+
color: #3a3a44;
|
2644
|
+
color: var(--aquarium-colors-grey-80, #3a3a44);
|
2380
2645
|
}
|
2381
2646
|
.focus-visible\:text-grey-80:focus-visible {
|
2382
|
-
|
2383
|
-
color:
|
2647
|
+
color: #3a3a44;
|
2648
|
+
color: var(--aquarium-colors-grey-80, #3a3a44);
|
2384
2649
|
}
|
2385
2650
|
.focus-visible\:outline-0.focus-visible {
|
2386
2651
|
outline-width: 0px;
|
@@ -2419,59 +2684,54 @@ input[type='number'].no-arrows {
|
|
2419
2684
|
--tw-ring-inset: inset;
|
2420
2685
|
}
|
2421
2686
|
.focus-visible\:ring-primary-100.focus-visible {
|
2422
|
-
--tw-ring-
|
2423
|
-
--tw-ring-color: rgb(167 0 69 / var(--tw-ring-opacity));
|
2687
|
+
--tw-ring-color: var(--aquarium-colors-primary-100, #a70045);
|
2424
2688
|
}
|
2425
2689
|
.focus-visible\:ring-primary-100:focus-visible {
|
2426
|
-
--tw-ring-
|
2427
|
-
--tw-ring-color: rgb(167 0 69 / var(--tw-ring-opacity));
|
2690
|
+
--tw-ring-color: var(--aquarium-colors-primary-100, #a70045);
|
2428
2691
|
}
|
2429
2692
|
.focus-visible\:ring-grey-50.focus-visible {
|
2430
|
-
--tw-ring-
|
2431
|
-
--tw-ring-color: rgb(120 120 133 / var(--tw-ring-opacity));
|
2693
|
+
--tw-ring-color: var(--aquarium-colors-grey-50, #787885);
|
2432
2694
|
}
|
2433
2695
|
.focus-visible\:ring-grey-50:focus-visible {
|
2434
|
-
--tw-ring-
|
2435
|
-
--tw-ring-color: rgb(120 120 133 / var(--tw-ring-opacity));
|
2696
|
+
--tw-ring-color: var(--aquarium-colors-grey-50, #787885);
|
2436
2697
|
}
|
2437
2698
|
.focus-visible\:ring-info-70.focus-visible {
|
2438
|
-
--tw-ring-
|
2439
|
-
--tw-ring-color: rgb(3 153 227 / var(--tw-ring-opacity));
|
2699
|
+
--tw-ring-color: var(--aquarium-colors-info-70, #0399e3);
|
2440
2700
|
}
|
2441
2701
|
.focus-visible\:ring-info-70:focus-visible {
|
2442
|
-
--tw-ring-
|
2443
|
-
--tw-ring-color: rgb(3 153 227 / var(--tw-ring-opacity));
|
2702
|
+
--tw-ring-color: var(--aquarium-colors-info-70, #0399e3);
|
2444
2703
|
}
|
2445
2704
|
.active\:bg-grey-5:active {
|
2446
|
-
|
2447
|
-
background-color:
|
2705
|
+
background-color: #ededf0;
|
2706
|
+
background-color: var(--aquarium-colors-grey-5, #ededf0);
|
2448
2707
|
}
|
2449
2708
|
.active\:bg-primary-90:active {
|
2450
|
-
|
2451
|
-
background-color:
|
2709
|
+
background-color: #c60443;
|
2710
|
+
background-color: var(--aquarium-colors-primary-90, #c60443);
|
2452
2711
|
}
|
2453
2712
|
.active\:bg-transparent:active {
|
2454
2713
|
background-color: transparent;
|
2714
|
+
background-color: var(--aquarium-colors-transparent, transparent);
|
2455
2715
|
}
|
2456
2716
|
.active\:bg-grey-10:active {
|
2457
|
-
|
2458
|
-
background-color:
|
2717
|
+
background-color: #e1e1e3;
|
2718
|
+
background-color: var(--aquarium-colors-grey-10, #e1e1e3);
|
2459
2719
|
}
|
2460
2720
|
.active\:text-primary-70:active {
|
2461
|
-
|
2462
|
-
color:
|
2721
|
+
color: #ff3554;
|
2722
|
+
color: var(--aquarium-colors-primary-70, #ff3554);
|
2463
2723
|
}
|
2464
2724
|
.active\:text-grey-80:active {
|
2465
|
-
|
2466
|
-
color:
|
2725
|
+
color: #3a3a44;
|
2726
|
+
color: var(--aquarium-colors-grey-80, #3a3a44);
|
2467
2727
|
}
|
2468
2728
|
.active\:text-grey-50:active {
|
2469
|
-
|
2470
|
-
color:
|
2729
|
+
color: #787885;
|
2730
|
+
color: var(--aquarium-colors-grey-50, #787885);
|
2471
2731
|
}
|
2472
2732
|
.active\:text-grey-70:active {
|
2473
|
-
|
2474
|
-
color:
|
2733
|
+
color: #4a4b57;
|
2734
|
+
color: var(--aquarium-colors-grey-70, #4a4b57);
|
2475
2735
|
}
|
2476
2736
|
.active\:ring-0:active {
|
2477
2737
|
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
@@ -2480,50 +2740,49 @@ input[type='number'].no-arrows {
|
|
2480
2740
|
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
|
2481
2741
|
}
|
2482
2742
|
.active\:ring-grey-50:active {
|
2483
|
-
--tw-ring-
|
2484
|
-
--tw-ring-color: rgb(120 120 133 / var(--tw-ring-opacity));
|
2743
|
+
--tw-ring-color: var(--aquarium-colors-grey-50, #787885);
|
2485
2744
|
}
|
2486
2745
|
.disabled\:cursor-not-allowed:disabled {
|
2487
2746
|
cursor: not-allowed;
|
2488
2747
|
}
|
2489
2748
|
.disabled\:border-grey-20:disabled {
|
2490
|
-
|
2491
|
-
border-color:
|
2749
|
+
border-color: #d2d2d6;
|
2750
|
+
border-color: var(--aquarium-colors-grey-20, #d2d2d6);
|
2492
2751
|
}
|
2493
2752
|
.disabled\:bg-grey-5:disabled {
|
2494
|
-
|
2495
|
-
background-color:
|
2753
|
+
background-color: #ededf0;
|
2754
|
+
background-color: var(--aquarium-colors-grey-5, #ededf0);
|
2496
2755
|
}
|
2497
2756
|
.disabled\:bg-primary-5:disabled {
|
2498
|
-
|
2499
|
-
background-color:
|
2757
|
+
background-color: #ffe8f4;
|
2758
|
+
background-color: var(--aquarium-colors-primary-5, #ffe8f4);
|
2500
2759
|
}
|
2501
2760
|
.disabled\:bg-grey-0:disabled {
|
2502
|
-
|
2503
|
-
background-color:
|
2761
|
+
background-color: #f7f7fa;
|
2762
|
+
background-color: var(--aquarium-colors-grey-0, #f7f7fa);
|
2504
2763
|
}
|
2505
2764
|
.disabled\:bg-transparent:disabled {
|
2506
2765
|
background-color: transparent;
|
2766
|
+
background-color: var(--aquarium-colors-transparent, transparent);
|
2507
2767
|
}
|
2508
2768
|
.disabled\:text-grey-40:disabled {
|
2509
|
-
|
2510
|
-
color:
|
2769
|
+
color: #9696a0;
|
2770
|
+
color: var(--aquarium-colors-grey-40, #9696a0);
|
2511
2771
|
}
|
2512
2772
|
.disabled\:text-primary-40:disabled {
|
2513
|
-
|
2514
|
-
color:
|
2773
|
+
color: #ff8db0;
|
2774
|
+
color: var(--aquarium-colors-primary-40, #ff8db0);
|
2515
2775
|
}
|
2516
2776
|
.disabled\:text-grey-30:disabled {
|
2517
|
-
|
2518
|
-
color:
|
2777
|
+
color: #b4b4bb;
|
2778
|
+
color: var(--aquarium-colors-grey-30, #b4b4bb);
|
2519
2779
|
}
|
2520
2780
|
.disabled\:text-grey-20:disabled {
|
2521
|
-
|
2522
|
-
color:
|
2781
|
+
color: #d2d2d6;
|
2782
|
+
color: var(--aquarium-colors-grey-20, #d2d2d6);
|
2523
2783
|
}
|
2524
2784
|
.disabled\:ring-grey-20:disabled {
|
2525
|
-
--tw-ring-
|
2526
|
-
--tw-ring-color: rgb(210 210 214 / var(--tw-ring-opacity));
|
2785
|
+
--tw-ring-color: var(--aquarium-colors-grey-20, #d2d2d6);
|
2527
2786
|
}
|
2528
2787
|
.group:last-child .group-last\:border-b-0 {
|
2529
2788
|
border-bottom-width: 0px;
|
@@ -2532,8 +2791,8 @@ input[type='number'].no-arrows {
|
|
2532
2791
|
visibility: visible;
|
2533
2792
|
}
|
2534
2793
|
.group:hover .group-hover\:bg-grey-0 {
|
2535
|
-
|
2536
|
-
background-color:
|
2794
|
+
background-color: #f7f7fa;
|
2795
|
+
background-color: var(--aquarium-colors-grey-0, #f7f7fa);
|
2537
2796
|
}
|
2538
2797
|
.peer\/switch:checked~.peer-checked\/switch\:left-1 {
|
2539
2798
|
left: 2px;
|
@@ -2547,54 +2806,57 @@ input[type='number'].no-arrows {
|
|
2547
2806
|
border-color: rgb(48 55 94 / var(--tw-border-opacity));
|
2548
2807
|
}
|
2549
2808
|
.peer:checked~.peer-checked\:text-white {
|
2550
|
-
|
2551
|
-
color:
|
2809
|
+
color: white;
|
2810
|
+
color: var(--aquarium-colors-white, white);
|
2552
2811
|
}
|
2553
2812
|
.peer:checked~.peer-checked\:text-grey-30 {
|
2554
|
-
|
2555
|
-
color:
|
2813
|
+
color: #b4b4bb;
|
2814
|
+
color: var(--aquarium-colors-grey-30, #b4b4bb);
|
2556
2815
|
}
|
2557
2816
|
.peer:hover~.peer-hover\:border-grey-50 {
|
2558
|
-
|
2559
|
-
border-color:
|
2817
|
+
border-color: #787885;
|
2818
|
+
border-color: var(--aquarium-colors-grey-50, #787885);
|
2560
2819
|
}
|
2561
2820
|
.peer:focus~.peer-focus\:border-info-70 {
|
2562
|
-
|
2563
|
-
border-color:
|
2821
|
+
border-color: #0399e3;
|
2822
|
+
border-color: var(--aquarium-colors-info-70, #0399e3);
|
2564
2823
|
}
|
2565
2824
|
.peer\/switch:disabled~.peer-disabled\/switch\:bg-grey-0 {
|
2566
|
-
|
2567
|
-
background-color:
|
2825
|
+
background-color: #f7f7fa;
|
2826
|
+
background-color: var(--aquarium-colors-grey-0, #f7f7fa);
|
2568
2827
|
}
|
2569
2828
|
.children\:inline-block>* {
|
2570
2829
|
display: inline-block;
|
2571
2830
|
}
|
2572
2831
|
.children\:border-grey-10>* {
|
2573
|
-
|
2574
|
-
border-color:
|
2832
|
+
border-color: #e1e1e3;
|
2833
|
+
border-color: var(--aquarium-colors-grey-10, #e1e1e3);
|
2575
2834
|
}
|
2576
2835
|
.children\:last\:border-b-0:last-child>* {
|
2577
2836
|
border-bottom-width: 0px;
|
2578
2837
|
}
|
2579
2838
|
.\[\&\>path\]\:stroke-transparent>path {
|
2580
2839
|
stroke: transparent;
|
2840
|
+
stroke: var(--aquarium-colors-transparent, transparent);
|
2581
2841
|
}
|
2582
2842
|
.peer:checked~.peer-checked\:\[\&\>path\]\:stroke-white>path {
|
2583
2843
|
stroke: white;
|
2844
|
+
stroke: var(--aquarium-colors-white, white);
|
2584
2845
|
}
|
2585
2846
|
.peer:checked~.peer-checked\:\[\&\>path\]\:stroke-grey-30>path {
|
2586
2847
|
stroke: #b4b4bb;
|
2848
|
+
stroke: var(--aquarium-colors-grey-30, #b4b4bb);
|
2587
2849
|
}
|
2588
2850
|
.\[\&\>button\]\:p-0>button {
|
2589
2851
|
padding: 0;
|
2590
2852
|
}
|
2591
2853
|
.\[\&\>button\]\:text-grey-50>button {
|
2592
|
-
|
2593
|
-
color:
|
2854
|
+
color: #787885;
|
2855
|
+
color: var(--aquarium-colors-grey-50, #787885);
|
2594
2856
|
}
|
2595
2857
|
.\[\&\>button\]\:text-error-20>button {
|
2596
|
-
|
2597
|
-
color:
|
2858
|
+
color: #ffadb3;
|
2859
|
+
color: var(--aquarium-colors-error-20, #ffadb3);
|
2598
2860
|
}
|
2599
2861
|
.\[\&\>\*\:not\(\:first-child\)\]\:-ml-3>*:not(:first-child) {
|
2600
2862
|
margin-left: -8px;
|