@navikt/ds-css 7.21.1 → 7.23.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/CHANGELOG.md +24 -0
- package/darkside/accordion.darkside.css +8 -8
- package/darkside/action-menu.darkside.css +7 -7
- package/darkside/alert.darkside.css +7 -38
- package/darkside/button.darkside.css +85 -174
- package/darkside/chat.darkside.css +23 -24
- package/darkside/chips.darkside.css +14 -48
- package/darkside/date.darkside.css +16 -16
- package/darkside/dropdown.darkside.css +3 -3
- package/darkside/expansioncard.darkside.css +14 -10
- package/darkside/form/combobox.darkside.css +14 -14
- package/darkside/form/confirmation-panel.darkside.css +3 -3
- package/darkside/form/error-summary.darkside.css +1 -1
- package/darkside/form/file-upload.darkside.css +15 -15
- package/darkside/form/form-progress.darkside.css +1 -1
- package/darkside/form/form-summary.darkside.css +5 -5
- package/darkside/form/radio-checkbox.darkside.css +10 -30
- package/darkside/form/search.darkside.css +5 -5
- package/darkside/form/select.darkside.css +4 -4
- package/darkside/form/switch.darkside.css +17 -28
- package/darkside/form/text-field.darkside.css +3 -3
- package/darkside/form/textarea.darkside.css +3 -3
- package/darkside/guide-panel.darkside.css +5 -5
- package/darkside/help-text.darkside.css +8 -8
- package/darkside/link.darkside.css +10 -14
- package/darkside/list.darkside.css +8 -11
- package/darkside/loader.darkside.css +8 -26
- package/darkside/modal.darkside.css +1 -1
- package/darkside/pagination.darkside.css +0 -5
- package/darkside/panel.darkside.css +1 -1
- package/darkside/popover.darkside.css +1 -1
- package/darkside/primitives/box.darkside.css +19 -19
- package/darkside/progress-bar.darkside.css +2 -2
- package/darkside/read-more.darkside.css +6 -6
- package/darkside/skeleton.darkside.css +3 -3
- package/darkside/stepper.darkside.css +12 -12
- package/darkside/table.darkside.css +9 -9
- package/darkside/tabs.darkside.css +5 -7
- package/darkside/tag.darkside.css +28 -85
- package/darkside/timeline.darkside.css +21 -93
- package/darkside/toggle-group.darkside.css +5 -17
- package/darkside/tooltip.darkside.css +2 -2
- package/darkside/typography.darkside.css +18 -0
- package/dist/component/alert.min.css +1 -1
- package/dist/component/chat.min.css +1 -1
- package/dist/component/date.min.css +1 -1
- package/dist/component/expansioncard.min.css +1 -1
- package/dist/component/form.min.css +1 -1
- package/dist/component/list.css +8 -12
- package/dist/component/list.min.css +1 -1
- package/dist/component/modal.min.css +1 -1
- package/dist/component/primitives.css +13 -13
- package/dist/component/primitives.min.css +1 -1
- package/dist/component/skeleton.min.css +1 -1
- package/dist/component/stepper.min.css +1 -1
- package/dist/component/tabs.min.css +1 -1
- package/dist/component/tag.min.css +1 -1
- package/dist/component/timeline.min.css +1 -1
- package/dist/component/togglegroup.min.css +1 -1
- package/dist/components.css +21 -25
- package/dist/components.min.css +3 -3
- package/dist/darkside/component/accordion.css +8 -8
- package/dist/darkside/component/accordion.min.css +1 -1
- package/dist/darkside/component/actionmenu.css +7 -7
- package/dist/darkside/component/actionmenu.min.css +1 -1
- package/dist/darkside/component/alert.css +7 -37
- package/dist/darkside/component/alert.min.css +1 -1
- package/dist/darkside/component/button.css +71 -135
- package/dist/darkside/component/button.min.css +1 -1
- package/dist/darkside/component/chat.css +20 -17
- package/dist/darkside/component/chat.min.css +1 -1
- package/dist/darkside/component/chips.css +18 -52
- package/dist/darkside/component/chips.min.css +1 -1
- package/dist/darkside/component/date.css +16 -16
- package/dist/darkside/component/date.min.css +1 -1
- package/dist/darkside/component/dropdown.css +3 -3
- package/dist/darkside/component/dropdown.min.css +1 -1
- package/dist/darkside/component/expansioncard.css +14 -10
- package/dist/darkside/component/expansioncard.min.css +1 -1
- package/dist/darkside/component/form.css +80 -105
- package/dist/darkside/component/form.min.css +1 -1
- package/dist/darkside/component/guidepanel.css +5 -5
- package/dist/darkside/component/guidepanel.min.css +1 -1
- package/dist/darkside/component/helptext.css +8 -8
- package/dist/darkside/component/helptext.min.css +1 -1
- package/dist/darkside/component/link.css +10 -14
- package/dist/darkside/component/link.min.css +1 -1
- package/dist/darkside/component/list.css +8 -22
- package/dist/darkside/component/list.min.css +1 -1
- package/dist/darkside/component/loader.css +8 -20
- package/dist/darkside/component/loader.min.css +1 -1
- package/dist/darkside/component/modal.css +1 -1
- package/dist/darkside/component/modal.min.css +1 -1
- package/dist/darkside/component/pagination.css +0 -5
- package/dist/darkside/component/pagination.min.css +1 -1
- package/dist/darkside/component/panel.css +1 -1
- package/dist/darkside/component/panel.min.css +1 -1
- package/dist/darkside/component/popover.css +1 -1
- package/dist/darkside/component/popover.min.css +1 -1
- package/dist/darkside/component/primitives.css +19 -19
- package/dist/darkside/component/primitives.min.css +1 -1
- package/dist/darkside/component/progressbar.css +2 -2
- package/dist/darkside/component/progressbar.min.css +1 -1
- package/dist/darkside/component/readmore.css +6 -6
- package/dist/darkside/component/readmore.min.css +1 -1
- package/dist/darkside/component/skeleton.css +3 -3
- package/dist/darkside/component/skeleton.min.css +1 -1
- package/dist/darkside/component/stepper.css +12 -12
- package/dist/darkside/component/stepper.min.css +1 -1
- package/dist/darkside/component/table.css +9 -9
- package/dist/darkside/component/table.min.css +1 -1
- package/dist/darkside/component/tabs.css +2 -2
- package/dist/darkside/component/tabs.min.css +1 -1
- package/dist/darkside/component/tag.css +29 -75
- package/dist/darkside/component/tag.min.css +1 -1
- package/dist/darkside/component/timeline.css +22 -94
- package/dist/darkside/component/timeline.min.css +1 -1
- package/dist/darkside/component/togglegroup.css +5 -14
- package/dist/darkside/component/togglegroup.min.css +1 -1
- package/dist/darkside/component/tooltip.css +2 -2
- package/dist/darkside/component/tooltip.min.css +1 -1
- package/dist/darkside/component/typography.css +16 -0
- package/dist/darkside/component/typography.min.css +1 -1
- package/dist/darkside/components.css +412 -704
- package/dist/darkside/components.min.css +1 -1
- package/dist/darkside/global/tokens.css +824 -819
- package/dist/darkside/global/tokens.min.css +1 -1
- package/dist/darkside/index.css +1224 -1511
- package/dist/darkside/index.min.css +1 -1
- package/dist/darkside/version/{7.21.1 → 7.23.0}/component/accordion.css +8 -8
- package/dist/darkside/version/{7.21.1 → 7.23.0}/component/accordion.min.css +1 -1
- package/dist/darkside/version/{7.21.1 → 7.23.0}/component/actionmenu.css +7 -7
- package/dist/darkside/version/7.23.0/component/actionmenu.min.css +1 -0
- package/dist/darkside/version/{7.21.1 → 7.23.0}/component/alert.css +7 -37
- package/dist/darkside/version/7.23.0/component/alert.min.css +1 -0
- package/dist/darkside/version/7.23.0/component/button.css +208 -0
- package/dist/darkside/version/7.23.0/component/button.min.css +1 -0
- package/dist/darkside/version/{7.21.1 → 7.23.0}/component/chat.css +20 -17
- package/dist/darkside/version/7.23.0/component/chat.min.css +1 -0
- package/dist/darkside/version/{7.21.1 → 7.23.0}/component/chips.css +18 -52
- package/dist/darkside/version/7.23.0/component/chips.min.css +1 -0
- package/dist/darkside/version/{7.21.1 → 7.23.0}/component/date.css +16 -16
- package/dist/darkside/version/7.23.0/component/date.min.css +1 -0
- package/dist/darkside/version/{7.21.1 → 7.23.0}/component/dropdown.css +3 -3
- package/dist/darkside/version/{7.21.1 → 7.23.0}/component/dropdown.min.css +1 -1
- package/dist/darkside/version/{7.21.1 → 7.23.0}/component/expansioncard.css +14 -10
- package/dist/darkside/version/7.23.0/component/expansioncard.min.css +1 -0
- package/dist/darkside/version/{7.21.1 → 7.23.0}/component/form.css +80 -105
- package/dist/darkside/version/7.23.0/component/form.min.css +1 -0
- package/dist/darkside/version/{7.21.1 → 7.23.0}/component/guidepanel.css +5 -5
- package/dist/darkside/version/7.23.0/component/guidepanel.min.css +1 -0
- package/dist/darkside/version/{7.21.1 → 7.23.0}/component/helptext.css +8 -8
- package/dist/darkside/version/7.23.0/component/helptext.min.css +1 -0
- package/dist/darkside/version/{7.21.1 → 7.23.0}/component/link.css +10 -14
- package/dist/darkside/version/7.23.0/component/link.min.css +1 -0
- package/dist/darkside/version/{7.21.1 → 7.23.0}/component/list.css +8 -22
- package/dist/darkside/version/7.23.0/component/list.min.css +1 -0
- package/dist/darkside/version/{7.21.1 → 7.23.0}/component/loader.css +8 -20
- package/dist/darkside/version/7.23.0/component/loader.min.css +1 -0
- package/dist/darkside/version/{7.21.1 → 7.23.0}/component/modal.css +1 -1
- package/dist/darkside/version/7.23.0/component/modal.min.css +1 -0
- package/dist/darkside/version/{7.21.1 → 7.23.0}/component/pagination.css +0 -5
- package/dist/darkside/version/{7.21.1 → 7.23.0}/component/pagination.min.css +1 -1
- package/dist/darkside/version/{7.21.1 → 7.23.0}/component/panel.css +1 -1
- package/dist/darkside/version/7.23.0/component/panel.min.css +1 -0
- package/dist/darkside/version/{7.21.1 → 7.23.0}/component/popover.css +1 -1
- package/dist/darkside/version/7.23.0/component/popover.min.css +1 -0
- package/dist/darkside/version/{7.21.1 → 7.23.0}/component/primitives.css +19 -19
- package/dist/darkside/version/{7.21.1 → 7.23.0}/component/primitives.min.css +1 -1
- package/dist/darkside/version/{7.21.1 → 7.23.0}/component/progressbar.css +2 -2
- package/dist/darkside/version/7.23.0/component/progressbar.min.css +1 -0
- package/dist/darkside/version/{7.21.1 → 7.23.0}/component/readmore.css +6 -6
- package/dist/darkside/version/7.23.0/component/readmore.min.css +1 -0
- package/dist/darkside/version/{7.21.1 → 7.23.0}/component/skeleton.css +3 -3
- package/dist/darkside/version/{7.21.1 → 7.23.0}/component/skeleton.min.css +1 -1
- package/dist/darkside/version/{7.21.1 → 7.23.0}/component/stepper.css +12 -12
- package/dist/darkside/version/7.23.0/component/stepper.min.css +1 -0
- package/dist/darkside/version/{7.21.1 → 7.23.0}/component/table.css +9 -9
- package/dist/darkside/version/7.23.0/component/table.min.css +1 -0
- package/dist/darkside/version/{7.21.1 → 7.23.0}/component/tabs.css +2 -2
- package/dist/darkside/version/7.23.0/component/tabs.min.css +1 -0
- package/dist/darkside/version/7.23.0/component/tag.css +83 -0
- package/dist/darkside/version/7.23.0/component/tag.min.css +1 -0
- package/dist/darkside/version/{7.21.1 → 7.23.0}/component/timeline.css +22 -94
- package/dist/darkside/version/7.23.0/component/timeline.min.css +1 -0
- package/dist/darkside/version/{7.21.1 → 7.23.0}/component/togglegroup.css +5 -14
- package/dist/darkside/version/7.23.0/component/togglegroup.min.css +1 -0
- package/dist/darkside/version/{7.21.1 → 7.23.0}/component/tooltip.css +2 -2
- package/dist/darkside/version/7.23.0/component/tooltip.min.css +1 -0
- package/dist/darkside/version/{7.21.1 → 7.23.0}/component/typography.css +16 -0
- package/dist/darkside/version/{7.21.1 → 7.23.0}/component/typography.min.css +1 -1
- package/dist/darkside/version/{7.21.1 → 7.23.0}/components.css +412 -704
- package/dist/darkside/version/7.23.0/components.min.css +1 -0
- package/dist/darkside/version/{7.21.1 → 7.23.0}/global/tokens.css +824 -819
- package/dist/darkside/version/7.23.0/global/tokens.min.css +1 -0
- package/dist/darkside/version/{7.21.1 → 7.23.0}/index.css +1224 -1511
- package/dist/darkside/version/7.23.0/index.min.css +1 -0
- package/dist/global/baseline.min.css +1 -1
- package/dist/global/tokens.css +329 -324
- package/dist/global/tokens.min.css +1 -1
- package/dist/index.css +350 -349
- package/dist/index.min.css +4 -4
- package/list.css +8 -11
- package/package.json +6 -5
- package/primitives/box.css +13 -13
- package/dist/darkside/version/7.21.1/component/actionmenu.min.css +0 -1
- package/dist/darkside/version/7.21.1/component/alert.min.css +0 -1
- package/dist/darkside/version/7.21.1/component/button.css +0 -272
- package/dist/darkside/version/7.21.1/component/button.min.css +0 -1
- package/dist/darkside/version/7.21.1/component/chat.min.css +0 -1
- package/dist/darkside/version/7.21.1/component/chips.min.css +0 -1
- package/dist/darkside/version/7.21.1/component/date.min.css +0 -1
- package/dist/darkside/version/7.21.1/component/expansioncard.min.css +0 -1
- package/dist/darkside/version/7.21.1/component/form.min.css +0 -1
- package/dist/darkside/version/7.21.1/component/guidepanel.min.css +0 -1
- package/dist/darkside/version/7.21.1/component/helptext.min.css +0 -1
- package/dist/darkside/version/7.21.1/component/link.min.css +0 -1
- package/dist/darkside/version/7.21.1/component/list.min.css +0 -1
- package/dist/darkside/version/7.21.1/component/loader.min.css +0 -1
- package/dist/darkside/version/7.21.1/component/modal.min.css +0 -1
- package/dist/darkside/version/7.21.1/component/panel.min.css +0 -1
- package/dist/darkside/version/7.21.1/component/popover.min.css +0 -1
- package/dist/darkside/version/7.21.1/component/progressbar.min.css +0 -1
- package/dist/darkside/version/7.21.1/component/readmore.min.css +0 -1
- package/dist/darkside/version/7.21.1/component/stepper.min.css +0 -1
- package/dist/darkside/version/7.21.1/component/table.min.css +0 -1
- package/dist/darkside/version/7.21.1/component/tabs.min.css +0 -1
- package/dist/darkside/version/7.21.1/component/tag.css +0 -129
- package/dist/darkside/version/7.21.1/component/tag.min.css +0 -1
- package/dist/darkside/version/7.21.1/component/timeline.min.css +0 -1
- package/dist/darkside/version/7.21.1/component/togglegroup.min.css +0 -1
- package/dist/darkside/version/7.21.1/component/tooltip.min.css +0 -1
- package/dist/darkside/version/7.21.1/components.min.css +0 -1
- package/dist/darkside/version/7.21.1/global/tokens.min.css +0 -1
- package/dist/darkside/version/7.21.1/index.min.css +0 -1
- /package/dist/darkside/version/{7.21.1 → 7.23.0}/component/copybutton.css +0 -0
- /package/dist/darkside/version/{7.21.1 → 7.23.0}/component/copybutton.min.css +0 -0
- /package/dist/darkside/version/{7.21.1 → 7.23.0}/component/internalheader.css +0 -0
- /package/dist/darkside/version/{7.21.1 → 7.23.0}/component/internalheader.min.css +0 -0
- /package/dist/darkside/version/{7.21.1 → 7.23.0}/component/linkpanel.css +0 -0
- /package/dist/darkside/version/{7.21.1 → 7.23.0}/component/linkpanel.min.css +0 -0
- /package/dist/darkside/version/{7.21.1 → 7.23.0}/component/theme.css +0 -0
- /package/dist/darkside/version/{7.21.1 → 7.23.0}/component/theme.min.css +0 -0
- /package/dist/darkside/version/{7.21.1 → 7.23.0}/global/baseline.css +0 -0
- /package/dist/darkside/version/{7.21.1 → 7.23.0}/global/baseline.min.css +0 -0
- /package/dist/darkside/version/{7.21.1 → 7.23.0}/global/fonts.css +0 -0
- /package/dist/darkside/version/{7.21.1 → 7.23.0}/global/fonts.min.css +0 -0
- /package/dist/darkside/version/{7.21.1 → 7.23.0}/global/print.css +0 -0
- /package/dist/darkside/version/{7.21.1 → 7.23.0}/global/print.min.css +0 -0
- /package/dist/darkside/version/{7.21.1 → 7.23.0}/global/reset.css +0 -0
- /package/dist/darkside/version/{7.21.1 → 7.23.0}/global/reset.min.css +0 -0
|
@@ -269,17 +269,33 @@
|
|
|
269
269
|
overflow: hidden !important;
|
|
270
270
|
}
|
|
271
271
|
|
|
272
|
+
[data-color]:where(.aksel-heading, .aksel-ingress, .aksel-body-long, .aksel-body-short, .aksel-label, .aksel-detail) {
|
|
273
|
+
color: var(--ax-text-default);
|
|
274
|
+
}
|
|
275
|
+
|
|
276
|
+
.aksel-typo--color-default {
|
|
277
|
+
color: var(--ax-text-neutral);
|
|
278
|
+
}
|
|
279
|
+
|
|
280
|
+
.aksel-typo--color-default[data-color] {
|
|
281
|
+
color: var(--ax-text-default);
|
|
282
|
+
}
|
|
283
|
+
|
|
272
284
|
.aksel-typo--color-subtle {
|
|
273
285
|
color: var(--ax-text-neutral-subtle);
|
|
274
286
|
}
|
|
275
287
|
|
|
288
|
+
.aksel-typo--color-subtle[data-color] {
|
|
289
|
+
color: var(--ax-text-subtle);
|
|
290
|
+
}
|
|
291
|
+
|
|
276
292
|
.aksel-button {
|
|
277
293
|
--__axc-button-icon-size: 1.5rem;
|
|
278
294
|
--__axc-button-icon-margin: -4px;
|
|
279
295
|
--__axc-button-border-color: transparent;
|
|
280
296
|
--__axc-button-border-width: 2px;
|
|
281
297
|
padding: var(--ax-space-12) var(--ax-space-20);
|
|
282
|
-
border-radius: var(--ax-
|
|
298
|
+
border-radius: var(--ax-radius-8);
|
|
283
299
|
cursor: pointer;
|
|
284
300
|
justify-content: center;
|
|
285
301
|
align-items: center;
|
|
@@ -296,196 +312,132 @@
|
|
|
296
312
|
outline-offset: 3px;
|
|
297
313
|
}
|
|
298
314
|
|
|
299
|
-
.aksel-button
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
.aksel-button--small {
|
|
304
|
-
padding: var(--ax-space-4) var(--ax-space-12);
|
|
305
|
-
gap: var(--ax-space-6);
|
|
306
|
-
min-width: 2rem;
|
|
307
|
-
min-height: 2rem;
|
|
308
|
-
}
|
|
309
|
-
|
|
310
|
-
.aksel-button--xsmall {
|
|
311
|
-
padding: var(--ax-space-2) var(--ax-space-8);
|
|
312
|
-
gap: var(--ax-space-4);
|
|
313
|
-
--__axc-button-icon-size: 1.25rem;
|
|
314
|
-
}
|
|
315
|
-
|
|
316
|
-
.aksel-button--icon-only {
|
|
317
|
-
padding: var(--ax-space-12);
|
|
318
|
-
}
|
|
319
|
-
|
|
320
|
-
.aksel-button--icon-only.aksel-button--small {
|
|
321
|
-
padding: var(--ax-space-4);
|
|
322
|
-
}
|
|
323
|
-
|
|
324
|
-
.aksel-button--icon-only.aksel-button--xsmall {
|
|
325
|
-
padding: var(--ax-space-2);
|
|
326
|
-
}
|
|
327
|
-
|
|
328
|
-
@supports not selector(:focus-visible) {
|
|
329
|
-
.aksel-button:focus {
|
|
330
|
-
outline: 3px solid var(--ax-border-focus);
|
|
331
|
-
}
|
|
332
|
-
}
|
|
333
|
-
|
|
334
|
-
.aksel-button__icon {
|
|
335
|
-
font-size: var(--__axc-button-icon-size);
|
|
336
|
-
display: flex;
|
|
337
|
-
}
|
|
338
|
-
|
|
339
|
-
.aksel-button__icon:first-child {
|
|
340
|
-
margin-left: var(--__axc-button-icon-margin);
|
|
341
|
-
}
|
|
342
|
-
|
|
343
|
-
.aksel-button__icon:last-child {
|
|
344
|
-
margin-right: var(--__axc-button-icon-margin);
|
|
315
|
+
.aksel-button[data-variant="primary"] {
|
|
316
|
+
background-color: var(--ax-bg-strong);
|
|
317
|
+
color: var(--ax-text-contrast);
|
|
345
318
|
}
|
|
346
319
|
|
|
347
|
-
.aksel-button
|
|
348
|
-
|
|
320
|
+
.aksel-button[data-variant="primary"]:hover {
|
|
321
|
+
background-color: var(--ax-bg-strong-hover);
|
|
349
322
|
}
|
|
350
323
|
|
|
351
|
-
.aksel-button
|
|
352
|
-
background-color: var(--ax-bg-
|
|
353
|
-
color: var(--ax-text-accent-contrast);
|
|
324
|
+
.aksel-button[data-variant="primary"]:active {
|
|
325
|
+
background-color: var(--ax-bg-strong-pressed);
|
|
354
326
|
}
|
|
355
327
|
|
|
356
|
-
.aksel-button
|
|
357
|
-
background-color: var(--ax-bg-
|
|
358
|
-
}
|
|
359
|
-
|
|
360
|
-
.aksel-button--primary:active {
|
|
361
|
-
background-color: var(--ax-bg-accent-strong-pressed);
|
|
362
|
-
}
|
|
363
|
-
|
|
364
|
-
.aksel-button--primary:is(:disabled, .aksel-button--disabled) {
|
|
365
|
-
background-color: var(--ax-bg-accent-strong);
|
|
366
|
-
}
|
|
367
|
-
|
|
368
|
-
@media (forced-colors: active) {
|
|
369
|
-
.aksel-button--primary:not(:disabled) {
|
|
370
|
-
color: highlighttext;
|
|
371
|
-
background-color: highlight;
|
|
372
|
-
}
|
|
373
|
-
|
|
374
|
-
.aksel-button--primary span {
|
|
375
|
-
forced-color-adjust: none;
|
|
376
|
-
}
|
|
328
|
+
.aksel-button[data-variant="primary"]:is(:disabled, .aksel-button--disabled) {
|
|
329
|
+
background-color: var(--ax-bg-strong);
|
|
377
330
|
}
|
|
378
331
|
|
|
379
|
-
.aksel-button
|
|
380
|
-
|
|
381
|
-
color: var(--ax-text-
|
|
332
|
+
.aksel-button[data-variant="secondary"] {
|
|
333
|
+
--__axc-button-border-color: var(--ax-border-default);
|
|
334
|
+
color: var(--ax-text-subtle);
|
|
335
|
+
background-color: rgba(0, 0, 0, 0);
|
|
382
336
|
}
|
|
383
337
|
|
|
384
|
-
.aksel-button
|
|
385
|
-
|
|
338
|
+
.aksel-button[data-variant="secondary"][data-color="neutral"] {
|
|
339
|
+
color: var(--ax-text-default);
|
|
386
340
|
}
|
|
387
341
|
|
|
388
|
-
.aksel-button
|
|
389
|
-
|
|
342
|
+
.aksel-button[data-variant="secondary"]:hover {
|
|
343
|
+
--__axc-button-border-color: var(--ax-border-strong);
|
|
344
|
+
background-color: var(--ax-bg-moderate-hoverA);
|
|
390
345
|
}
|
|
391
346
|
|
|
392
|
-
.aksel-button
|
|
393
|
-
background-color: var(--ax-bg-
|
|
347
|
+
.aksel-button[data-variant="secondary"]:active {
|
|
348
|
+
background-color: var(--ax-bg-moderate-pressedA);
|
|
394
349
|
}
|
|
395
350
|
|
|
396
|
-
.aksel-button
|
|
397
|
-
|
|
398
|
-
color: var(--ax-text-accent-subtle);
|
|
351
|
+
.aksel-button[data-variant="secondary"]:is(:disabled, .aksel-button--disabled) {
|
|
352
|
+
color: var(--ax-text-subtle);
|
|
399
353
|
background-color: rgba(0, 0, 0, 0);
|
|
400
354
|
}
|
|
401
355
|
|
|
402
|
-
.aksel-button
|
|
403
|
-
|
|
404
|
-
background-color: var(--ax-bg-accent-moderate-hoverA);
|
|
356
|
+
.aksel-button[data-variant="secondary"]:is(:disabled, .aksel-button--disabled)[data-color="neutral"] {
|
|
357
|
+
color: var(--ax-text-default);
|
|
405
358
|
}
|
|
406
359
|
|
|
407
|
-
.aksel-button
|
|
408
|
-
|
|
360
|
+
.aksel-button[data-variant="tertiary"] {
|
|
361
|
+
color: var(--ax-text-subtle);
|
|
362
|
+
background-color: rgba(0, 0, 0, 0);
|
|
409
363
|
}
|
|
410
364
|
|
|
411
|
-
.aksel-button
|
|
412
|
-
|
|
413
|
-
color: var(--ax-text-accent-subtle);
|
|
414
|
-
background-color: rgba(0, 0, 0, 0);
|
|
365
|
+
.aksel-button[data-variant="tertiary"][data-color="neutral"] {
|
|
366
|
+
color: var(--ax-text-default);
|
|
415
367
|
}
|
|
416
368
|
|
|
417
|
-
.aksel-button
|
|
418
|
-
|
|
419
|
-
color: var(--ax-text-neutral);
|
|
420
|
-
background-color: rgba(0, 0, 0, 0);
|
|
369
|
+
.aksel-button[data-variant="tertiary"]:hover {
|
|
370
|
+
background-color: var(--ax-bg-moderate-hoverA);
|
|
421
371
|
}
|
|
422
372
|
|
|
423
|
-
.aksel-button
|
|
424
|
-
|
|
425
|
-
background-color: var(--ax-bg-neutral-moderate-hoverA);
|
|
373
|
+
.aksel-button[data-variant="tertiary"]:active {
|
|
374
|
+
background-color: var(--ax-bg-moderate-pressedA);
|
|
426
375
|
}
|
|
427
376
|
|
|
428
|
-
.aksel-button
|
|
429
|
-
background-color: var(--ax-bg-
|
|
377
|
+
.aksel-button[data-variant="tertiary"][data-pressed="true"] {
|
|
378
|
+
background-color: var(--ax-bg-strong-pressed);
|
|
379
|
+
color: var(--ax-text-contrast);
|
|
430
380
|
}
|
|
431
381
|
|
|
432
|
-
.aksel-button
|
|
433
|
-
|
|
434
|
-
color: var(--ax-text-neutral);
|
|
382
|
+
.aksel-button[data-variant="tertiary"]:is(:disabled, .aksel-button--disabled) {
|
|
383
|
+
color: var(--ax-text-subtle);
|
|
435
384
|
background-color: rgba(0, 0, 0, 0);
|
|
436
385
|
}
|
|
437
386
|
|
|
438
|
-
.aksel-button
|
|
439
|
-
color: var(--ax-text-
|
|
440
|
-
background-color: rgba(0, 0, 0, 0);
|
|
387
|
+
.aksel-button[data-variant="tertiary"]:is(:disabled, .aksel-button--disabled)[data-color="neutral"] {
|
|
388
|
+
color: var(--ax-text-default);
|
|
441
389
|
}
|
|
442
390
|
|
|
443
|
-
.aksel-button--
|
|
444
|
-
|
|
391
|
+
.aksel-button--small, .aksel-button--xsmall {
|
|
392
|
+
--__axc-button-icon-margin: -2px;
|
|
445
393
|
}
|
|
446
394
|
|
|
447
|
-
.aksel-button--
|
|
448
|
-
|
|
395
|
+
.aksel-button--small {
|
|
396
|
+
padding: var(--ax-space-4) var(--ax-space-12);
|
|
397
|
+
gap: var(--ax-space-6);
|
|
398
|
+
min-width: 2rem;
|
|
399
|
+
min-height: 2rem;
|
|
449
400
|
}
|
|
450
401
|
|
|
451
|
-
.aksel-button--
|
|
452
|
-
|
|
453
|
-
|
|
402
|
+
.aksel-button--xsmall {
|
|
403
|
+
padding: var(--ax-space-2) var(--ax-space-8);
|
|
404
|
+
gap: var(--ax-space-4);
|
|
405
|
+
--__axc-button-icon-size: 1.25rem;
|
|
454
406
|
}
|
|
455
407
|
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
408
|
+
@supports not selector(:focus-visible) {
|
|
409
|
+
.aksel-button:focus {
|
|
410
|
+
outline: 3px solid var(--ax-border-focus);
|
|
411
|
+
}
|
|
459
412
|
}
|
|
460
413
|
|
|
461
|
-
.aksel-
|
|
462
|
-
|
|
414
|
+
.aksel-button__icon {
|
|
415
|
+
font-size: var(--__axc-button-icon-size);
|
|
416
|
+
display: flex;
|
|
463
417
|
}
|
|
464
418
|
|
|
465
|
-
.aksel-
|
|
466
|
-
|
|
419
|
+
.aksel-button__icon:first-child {
|
|
420
|
+
margin-left: var(--__axc-button-icon-margin);
|
|
467
421
|
}
|
|
468
422
|
|
|
469
|
-
.aksel-
|
|
470
|
-
|
|
471
|
-
background-color: rgba(0, 0, 0, 0);
|
|
423
|
+
.aksel-button__icon:last-child {
|
|
424
|
+
margin-right: var(--__axc-button-icon-margin);
|
|
472
425
|
}
|
|
473
426
|
|
|
474
|
-
.aksel-button--
|
|
475
|
-
|
|
476
|
-
color: var(--ax-text-danger-contrast);
|
|
427
|
+
.aksel-button--icon-only .aksel-button__icon {
|
|
428
|
+
margin: 0;
|
|
477
429
|
}
|
|
478
430
|
|
|
479
|
-
.aksel-button--
|
|
480
|
-
|
|
431
|
+
.aksel-button--icon-only {
|
|
432
|
+
padding: var(--ax-space-12);
|
|
481
433
|
}
|
|
482
434
|
|
|
483
|
-
.aksel-button--
|
|
484
|
-
|
|
435
|
+
.aksel-button--icon-only.aksel-button--small {
|
|
436
|
+
padding: var(--ax-space-4);
|
|
485
437
|
}
|
|
486
438
|
|
|
487
|
-
.aksel-button--
|
|
488
|
-
|
|
439
|
+
.aksel-button--icon-only.aksel-button--xsmall {
|
|
440
|
+
padding: var(--ax-space-2);
|
|
489
441
|
}
|
|
490
442
|
|
|
491
443
|
.aksel-button:where(:disabled, .aksel-button--disabled) {
|
|
@@ -567,7 +519,7 @@
|
|
|
567
519
|
align-items: center;
|
|
568
520
|
gap: var(--ax-space-2);
|
|
569
521
|
padding: 0 var(--ax-space-12);
|
|
570
|
-
border-radius: var(--ax-
|
|
522
|
+
border-radius: var(--ax-radius-full);
|
|
571
523
|
min-height: 2rem;
|
|
572
524
|
margin: 0;
|
|
573
525
|
text-decoration: none;
|
|
@@ -610,48 +562,26 @@
|
|
|
610
562
|
padding-right: var(--ax-space-2);
|
|
611
563
|
}
|
|
612
564
|
|
|
613
|
-
.aksel-chips__toggle
|
|
614
|
-
box-shadow: inset 0 0 0 1px var(--ax-border-
|
|
615
|
-
background-color: var(--ax-bg-
|
|
616
|
-
color: var(--ax-text-
|
|
617
|
-
transition: box-shadow .2s cubic-bezier(.15, 1, .3, 1);
|
|
618
|
-
}
|
|
619
|
-
|
|
620
|
-
.aksel-chips__toggle--action:hover {
|
|
621
|
-
background-color: var(--ax-bg-accent-moderate-hover);
|
|
622
|
-
box-shadow: inset 0 0 0 1px var(--ax-border-accent);
|
|
623
|
-
}
|
|
624
|
-
|
|
625
|
-
.aksel-chips__toggle--action[data-pressed="true"] {
|
|
626
|
-
box-shadow: none;
|
|
627
|
-
background-color: var(--ax-bg-accent-strong-pressed);
|
|
628
|
-
color: var(--ax-text-accent-contrast);
|
|
629
|
-
}
|
|
630
|
-
|
|
631
|
-
.aksel-chips__toggle--action[data-pressed="true"]:hover {
|
|
632
|
-
background-color: var(--ax-bg-accent-strong-hover);
|
|
633
|
-
}
|
|
634
|
-
|
|
635
|
-
.aksel-chips__toggle--neutral {
|
|
636
|
-
box-shadow: inset 0 0 0 1px var(--ax-border-neutral-subtleA);
|
|
637
|
-
background-color: var(--ax-bg-neutral-moderate);
|
|
638
|
-
color: var(--ax-text-neutral);
|
|
565
|
+
.aksel-chips__toggle {
|
|
566
|
+
box-shadow: inset 0 0 0 1px var(--ax-border-subtleA);
|
|
567
|
+
background-color: var(--ax-bg-moderate);
|
|
568
|
+
color: var(--ax-text-default);
|
|
639
569
|
transition: box-shadow .2s cubic-bezier(.15, 1, .3, 1);
|
|
640
570
|
}
|
|
641
571
|
|
|
642
|
-
.aksel-chips__toggle
|
|
643
|
-
background-color: var(--ax-bg-
|
|
644
|
-
box-shadow: inset 0 0 0 1px var(--ax-border-
|
|
572
|
+
.aksel-chips__toggle:hover {
|
|
573
|
+
background-color: var(--ax-bg-moderate-hover);
|
|
574
|
+
box-shadow: inset 0 0 0 1px var(--ax-border-default);
|
|
645
575
|
}
|
|
646
576
|
|
|
647
|
-
.aksel-chips__toggle
|
|
577
|
+
.aksel-chips__toggle[data-pressed="true"] {
|
|
648
578
|
box-shadow: none;
|
|
649
|
-
background-color: var(--ax-bg-
|
|
650
|
-
color: var(--ax-text-
|
|
579
|
+
background-color: var(--ax-bg-strong-pressed);
|
|
580
|
+
color: var(--ax-text-contrast);
|
|
651
581
|
}
|
|
652
582
|
|
|
653
|
-
.aksel-chips__toggle
|
|
654
|
-
background-color: var(--ax-bg-
|
|
583
|
+
.aksel-chips__toggle[data-pressed="true"]:hover {
|
|
584
|
+
background-color: var(--ax-bg-strong-hover);
|
|
655
585
|
}
|
|
656
586
|
|
|
657
587
|
.aksel-chips--medium .aksel-chips__toggle--with-checkmark {
|
|
@@ -659,29 +589,17 @@
|
|
|
659
589
|
}
|
|
660
590
|
|
|
661
591
|
.aksel-chips__removable {
|
|
592
|
+
background: var(--ax-bg-strong-pressed);
|
|
593
|
+
color: var(--ax-text-contrast);
|
|
662
594
|
gap: 0;
|
|
663
595
|
}
|
|
664
596
|
|
|
665
|
-
.aksel-chips__removable
|
|
666
|
-
background: var(--ax-bg-
|
|
667
|
-
color: var(--ax-text-accent-contrast);
|
|
668
|
-
}
|
|
669
|
-
|
|
670
|
-
.aksel-chips__removable--action:hover {
|
|
671
|
-
background: var(--ax-bg-accent-strong-hover);
|
|
672
|
-
}
|
|
673
|
-
|
|
674
|
-
.aksel-chips__removable--neutral {
|
|
675
|
-
background: var(--ax-bg-neutral-strong-pressed);
|
|
676
|
-
color: var(--ax-text-neutral-contrast);
|
|
677
|
-
}
|
|
678
|
-
|
|
679
|
-
.aksel-chips__removable--neutral:hover {
|
|
680
|
-
background: var(--ax-bg-neutral-strong-hover);
|
|
597
|
+
.aksel-chips__removable:hover {
|
|
598
|
+
background: var(--ax-bg-strong-hover);
|
|
681
599
|
}
|
|
682
600
|
|
|
683
601
|
.aksel-chips__removable-icon {
|
|
684
|
-
border-radius: var(--ax-
|
|
602
|
+
border-radius: var(--ax-radius-full);
|
|
685
603
|
place-items: center;
|
|
686
604
|
width: 1.5rem;
|
|
687
605
|
height: 1.5rem;
|
|
@@ -777,7 +695,7 @@
|
|
|
777
695
|
width: 100%;
|
|
778
696
|
padding: var(--ax-space-20);
|
|
779
697
|
border: 1px dashed var(--ax-border-neutral);
|
|
780
|
-
border-radius: var(--ax-
|
|
698
|
+
border-radius: var(--ax-radius-12);
|
|
781
699
|
background-color: var(--__axc-dropzone-background);
|
|
782
700
|
color: var(--ax-text-neutral);
|
|
783
701
|
transition: background-color var(--__axc-dropzone-animation-length-short) var(--__axc-dropzone-animation-ease-out);
|
|
@@ -788,17 +706,17 @@
|
|
|
788
706
|
}
|
|
789
707
|
|
|
790
708
|
.aksel-dropzone__area:hover:not([data-disabled="true"]) {
|
|
791
|
-
border-color: var(--ax-border-
|
|
709
|
+
border-color: var(--ax-border-strong);
|
|
792
710
|
}
|
|
793
711
|
|
|
794
712
|
.aksel-dropzone__area:hover:not([data-disabled="true"]) > .aksel-dropzone__area-button {
|
|
795
|
-
background-color: var(--ax-bg-
|
|
796
|
-
box-shadow: inset 0 0 0 2px var(--ax-bg-
|
|
713
|
+
background-color: var(--ax-bg-moderate-hover);
|
|
714
|
+
box-shadow: inset 0 0 0 2px var(--ax-bg-strong-hover);
|
|
797
715
|
}
|
|
798
716
|
|
|
799
717
|
.aksel-dropzone__area:active:not([data-disabled="true"]) > .aksel-dropzone__area-button {
|
|
800
|
-
background-color: var(--ax-bg-
|
|
801
|
-
color: var(--ax-text-
|
|
718
|
+
background-color: var(--ax-bg-strong-pressed);
|
|
719
|
+
color: var(--ax-text-contrast);
|
|
802
720
|
box-shadow: none;
|
|
803
721
|
}
|
|
804
722
|
|
|
@@ -813,13 +731,13 @@
|
|
|
813
731
|
}
|
|
814
732
|
|
|
815
733
|
.aksel-dropzone--dragging > .aksel-dropzone__area:after {
|
|
816
|
-
color: var(--ax-text-
|
|
817
|
-
background-color: var(--ax-bg-
|
|
734
|
+
color: var(--ax-text-default);
|
|
735
|
+
background-color: var(--ax-bg-moderateA);
|
|
818
736
|
content: "";
|
|
819
|
-
border: 1px dashed var(--ax-border-
|
|
737
|
+
border: 1px dashed var(--ax-border-strong);
|
|
820
738
|
-webkit-backdrop-filter: blur(8px);
|
|
821
739
|
backdrop-filter: blur(8px);
|
|
822
|
-
border-radius: var(--ax-
|
|
740
|
+
border-radius: var(--ax-radius-12);
|
|
823
741
|
animation: akselDropzoneDragoverAnimation var(--__axc-dropzone-animation-length-short) var(--__axc-dropzone-animation-ease-out);
|
|
824
742
|
margin: -1px;
|
|
825
743
|
position: absolute;
|
|
@@ -839,7 +757,7 @@
|
|
|
839
757
|
}
|
|
840
758
|
|
|
841
759
|
100% {
|
|
842
|
-
background-color: var(--ax-bg-
|
|
760
|
+
background-color: var(--ax-bg-moderateA);
|
|
843
761
|
}
|
|
844
762
|
}
|
|
845
763
|
|
|
@@ -866,7 +784,7 @@
|
|
|
866
784
|
|
|
867
785
|
.aksel-dropzone__area-release__icon {
|
|
868
786
|
padding: var(--__axc-dropzone-icon-padding);
|
|
869
|
-
border-radius: var(--ax-
|
|
787
|
+
border-radius: var(--ax-radius-full);
|
|
870
788
|
background-color: var(--ax-bg-neutral-moderateA);
|
|
871
789
|
transition: background-color .3s var(--__axc-dropzone-animation-ease-out), font-size .3s var(--__axc-dropzone-animation-ease-out);
|
|
872
790
|
font-size: 1.5rem;
|
|
@@ -888,7 +806,7 @@
|
|
|
888
806
|
}
|
|
889
807
|
|
|
890
808
|
.aksel-dropzone--dragging .aksel-dropzone__area-release {
|
|
891
|
-
color: var(--ax-text-
|
|
809
|
+
color: var(--ax-text-subtle);
|
|
892
810
|
top: 50%;
|
|
893
811
|
transform: translateY(-50%);
|
|
894
812
|
}
|
|
@@ -911,7 +829,7 @@
|
|
|
911
829
|
background-color: var(--ax-bg-raised);
|
|
912
830
|
border: 1px solid var(--ax-border-neutral-subtleA);
|
|
913
831
|
outline-offset: -1px;
|
|
914
|
-
border-radius: var(--ax-
|
|
832
|
+
border-radius: var(--ax-radius-12);
|
|
915
833
|
padding: var(--ax-space-20);
|
|
916
834
|
gap: var(--ax-space-12);
|
|
917
835
|
align-items: flex-start;
|
|
@@ -926,7 +844,7 @@
|
|
|
926
844
|
.aksel-file-item__icon {
|
|
927
845
|
background-color: var(--ax-bg-neutral-moderateA);
|
|
928
846
|
color: var(--ax-text-neutral);
|
|
929
|
-
border-radius: var(--ax-
|
|
847
|
+
border-radius: var(--ax-radius-full);
|
|
930
848
|
min-width: 2.5rem;
|
|
931
849
|
min-height: 2.5rem;
|
|
932
850
|
margin-top: var(--ax-space-2);
|
|
@@ -1011,7 +929,7 @@
|
|
|
1011
929
|
background-color: var(--ax-bg-default);
|
|
1012
930
|
padding: var(--ax-space-20);
|
|
1013
931
|
border: 4px solid var(--ax-border-danger);
|
|
1014
|
-
border-radius: var(--ax-
|
|
932
|
+
border-radius: var(--ax-radius-12);
|
|
1015
933
|
outline-offset: 3px;
|
|
1016
934
|
}
|
|
1017
935
|
|
|
@@ -1059,7 +977,7 @@
|
|
|
1059
977
|
.aksel-confirmation-panel__inner {
|
|
1060
978
|
gap: var(--ax-space-12);
|
|
1061
979
|
padding: var(--ax-space-16);
|
|
1062
|
-
border-radius: var(--ax-
|
|
980
|
+
border-radius: var(--ax-radius-8);
|
|
1063
981
|
border: 1px solid var(--ax-border-default);
|
|
1064
982
|
background-color: var(--ax-bg-moderate);
|
|
1065
983
|
flex-direction: column;
|
|
@@ -1080,8 +998,8 @@
|
|
|
1080
998
|
border-color: orange;
|
|
1081
999
|
border-left-style: solid;
|
|
1082
1000
|
border-left-width: 8px;
|
|
1083
|
-
border-start-start-radius: calc(var(--ax-
|
|
1084
|
-
border-end-start-radius: calc(var(--ax-
|
|
1001
|
+
border-start-start-radius: calc(var(--ax-radius-8) - 1px);
|
|
1002
|
+
border-end-start-radius: calc(var(--ax-radius-8) - 1px);
|
|
1085
1003
|
height: 100%;
|
|
1086
1004
|
position: absolute;
|
|
1087
1005
|
top: 0;
|
|
@@ -1124,7 +1042,7 @@
|
|
|
1124
1042
|
|
|
1125
1043
|
.aksel-checkbox__label:before, .aksel-radio__label:before {
|
|
1126
1044
|
content: "";
|
|
1127
|
-
border-radius: var(--ax-
|
|
1045
|
+
border-radius: var(--ax-radius-4);
|
|
1128
1046
|
background-color: var(--ax-bg-input);
|
|
1129
1047
|
border: 2px solid var(--ax-border-neutral);
|
|
1130
1048
|
flex-shrink: 0;
|
|
@@ -1133,7 +1051,7 @@
|
|
|
1133
1051
|
}
|
|
1134
1052
|
|
|
1135
1053
|
.aksel-radio__label:before {
|
|
1136
|
-
border-radius: var(--ax-
|
|
1054
|
+
border-radius: var(--ax-radius-full);
|
|
1137
1055
|
}
|
|
1138
1056
|
|
|
1139
1057
|
.aksel-checkbox__content, .aksel-radio__content {
|
|
@@ -1162,7 +1080,7 @@
|
|
|
1162
1080
|
content: "";
|
|
1163
1081
|
width: 100%;
|
|
1164
1082
|
height: calc(100% - var(--ax-space-24));
|
|
1165
|
-
border-radius: var(--ax-
|
|
1083
|
+
border-radius: var(--ax-radius-4);
|
|
1166
1084
|
outline: 3px solid var(--ax-border-focus);
|
|
1167
1085
|
outline-offset: 3px;
|
|
1168
1086
|
pointer-events: none;
|
|
@@ -1195,13 +1113,13 @@
|
|
|
1195
1113
|
}
|
|
1196
1114
|
|
|
1197
1115
|
.aksel-checkbox__input:where(:checked, :indeterminate) + .aksel-checkbox__label:before {
|
|
1198
|
-
background-color: var(--ax-bg-
|
|
1199
|
-
border-color: var(--ax-bg-
|
|
1116
|
+
background-color: var(--ax-bg-strong-pressed);
|
|
1117
|
+
border-color: var(--ax-bg-strong-pressed);
|
|
1200
1118
|
}
|
|
1201
1119
|
|
|
1202
1120
|
.aksel-checkbox__input:where(:checked, :indeterminate):not(:disabled):hover + .aksel-checkbox__label:before {
|
|
1203
|
-
border-color: var(--ax-bg-
|
|
1204
|
-
background-color: var(--ax-bg-
|
|
1121
|
+
border-color: var(--ax-bg-strong-hover);
|
|
1122
|
+
background-color: var(--ax-bg-strong-hover);
|
|
1205
1123
|
}
|
|
1206
1124
|
|
|
1207
1125
|
.aksel-checkbox__input:where(:not(:checked)) + .aksel-checkbox__label > .aksel-checkbox__icon {
|
|
@@ -1233,35 +1151,22 @@
|
|
|
1233
1151
|
|
|
1234
1152
|
.aksel-radio__input:checked + .aksel-radio__label:before {
|
|
1235
1153
|
background-color: var(--ax-bg-input);
|
|
1236
|
-
border: 8px solid var(--ax-bg-
|
|
1154
|
+
border: 8px solid var(--ax-bg-strong-pressed);
|
|
1237
1155
|
}
|
|
1238
1156
|
|
|
1239
1157
|
.aksel-radio--small > .aksel-radio__input:checked + .aksel-radio__label:before {
|
|
1240
1158
|
border-width: 6px;
|
|
1241
1159
|
}
|
|
1242
1160
|
|
|
1243
|
-
.aksel-checkbox__input:hover:not(:disabled) + .aksel-checkbox__label, .aksel-radio__input:hover:not(:disabled, :checked) + .aksel-radio__label {
|
|
1244
|
-
color: var(--ax-text-accent-subtle);
|
|
1245
|
-
}
|
|
1246
|
-
|
|
1247
1161
|
.aksel-checkbox__input:hover:not(:disabled, :checked, :indeterminate) + .aksel-checkbox__label:before, .aksel-radio__input:hover:not(:disabled, :checked) + .aksel-radio__label:before {
|
|
1248
|
-
border-color: var(--ax-border-
|
|
1249
|
-
background-color: var(--ax-bg-
|
|
1162
|
+
border-color: var(--ax-border-strong);
|
|
1163
|
+
background-color: var(--ax-bg-moderate-hoverA);
|
|
1250
1164
|
}
|
|
1251
1165
|
|
|
1252
1166
|
.aksel-checkbox--error > .aksel-checkbox__input:not(:disabled, :checked, :indeterminate) + .aksel-checkbox__label:before, .aksel-radio--error > .aksel-radio__input:not(:disabled, :checked) + .aksel-radio__label:before {
|
|
1253
1167
|
border-color: var(--ax-border-danger-strong);
|
|
1254
1168
|
}
|
|
1255
1169
|
|
|
1256
|
-
.aksel-checkbox--error > .aksel-checkbox__input:not(:disabled, :checked, :indeterminate):hover + .aksel-checkbox__label:before, .aksel-radio--error > .aksel-radio__input:not(:disabled, :checked):hover + .aksel-radio__label:before {
|
|
1257
|
-
background-color: var(--ax-bg-danger-moderate-hoverA);
|
|
1258
|
-
}
|
|
1259
|
-
|
|
1260
|
-
.aksel-checkbox--error > .aksel-checkbox__input:is(:checked, :indeterminate):not(:disabled) + .aksel-checkbox__label:before {
|
|
1261
|
-
background-color: var(--ax-bg-danger-strong-pressed);
|
|
1262
|
-
border-color: var(--ax-bg-danger-strong-pressed);
|
|
1263
|
-
}
|
|
1264
|
-
|
|
1265
1170
|
.aksel-radio--error > .aksel-radio__input:checked + .aksel-radio__label:before {
|
|
1266
1171
|
border-color: var(--ax-bg-danger-strong-pressed);
|
|
1267
1172
|
}
|
|
@@ -1282,10 +1187,6 @@
|
|
|
1282
1187
|
display: inline-flex;
|
|
1283
1188
|
}
|
|
1284
1189
|
|
|
1285
|
-
.aksel-checkbox--readonly > .aksel-checkbox__input:hover + .aksel-checkbox__label, .aksel-radio--readonly > .aksel-radio__input:hover + .aksel-radio__label {
|
|
1286
|
-
color: var(--ax-text-neutral);
|
|
1287
|
-
}
|
|
1288
|
-
|
|
1289
1190
|
.aksel-checkbox--readonly > .aksel-checkbox__input:not(:disabled) + .aksel-checkbox__label:before, .aksel-checkbox--readonly > .aksel-checkbox__input:hover .aksel-checkbox__label:before, .aksel-radio--readonly > .aksel-radio__input:not(:disabled, :checked) + .aksel-radio__label:before, .aksel-radio--readonly > .aksel-radio__input:hover:not(:checked, :focus) + .aksel-radio__label:before {
|
|
1290
1191
|
background-color: var(--__axc-radio-checkbox-readonly-bg);
|
|
1291
1192
|
border-color: var(--__axc-radio-checkbox-readonly-border);
|
|
@@ -1366,7 +1267,7 @@
|
|
|
1366
1267
|
.aksel-select__input {
|
|
1367
1268
|
appearance: none;
|
|
1368
1269
|
background-color: var(--ax-bg-input);
|
|
1369
|
-
border-radius: var(--ax-
|
|
1270
|
+
border-radius: var(--ax-radius-8);
|
|
1370
1271
|
border: 1px solid var(--ax-border-neutral);
|
|
1371
1272
|
color: var(--ax-text-neutral);
|
|
1372
1273
|
box-sizing: border-box;
|
|
@@ -1379,14 +1280,14 @@
|
|
|
1379
1280
|
}
|
|
1380
1281
|
|
|
1381
1282
|
.aksel-select__input:hover {
|
|
1382
|
-
border-color: var(--ax-border-
|
|
1283
|
+
border-color: var(--ax-border-strong);
|
|
1383
1284
|
cursor: pointer;
|
|
1384
1285
|
}
|
|
1385
1286
|
|
|
1386
1287
|
.aksel-select__input:focus {
|
|
1387
1288
|
outline: 3px solid var(--ax-border-focus);
|
|
1388
1289
|
outline-offset: 3px;
|
|
1389
|
-
border-color: var(--ax-border-
|
|
1290
|
+
border-color: var(--ax-border-strong);
|
|
1390
1291
|
}
|
|
1391
1292
|
|
|
1392
1293
|
@media (forced-colors: active) {
|
|
@@ -1521,7 +1422,7 @@
|
|
|
1521
1422
|
content: "";
|
|
1522
1423
|
width: 100%;
|
|
1523
1424
|
height: calc(100% - var(--__axc-switch-block-padding) * 2);
|
|
1524
|
-
border-radius: var(--ax-
|
|
1425
|
+
border-radius: var(--ax-radius-4);
|
|
1525
1426
|
outline: 3px solid var(--ax-border-focus);
|
|
1526
1427
|
outline-offset: 3px;
|
|
1527
1428
|
pointer-events: none;
|
|
@@ -1533,10 +1434,6 @@
|
|
|
1533
1434
|
height: calc(100% - var(--__axc-switch-block-padding) * 1);
|
|
1534
1435
|
}
|
|
1535
1436
|
|
|
1536
|
-
.aksel-switch__input:hover ~ .aksel-switch__label-wrapper, .aksel-switch__label-wrapper:hover {
|
|
1537
|
-
color: var(--ax-text-accent-subtle);
|
|
1538
|
-
}
|
|
1539
|
-
|
|
1540
1437
|
.aksel-switch__input:disabled:hover ~ .aksel-switch__label-wrapper {
|
|
1541
1438
|
color: inherit;
|
|
1542
1439
|
}
|
|
@@ -1546,11 +1443,11 @@
|
|
|
1546
1443
|
width: 2.75rem;
|
|
1547
1444
|
height: 1.5rem;
|
|
1548
1445
|
top: var(--ax-space-12);
|
|
1549
|
-
border-radius: var(--ax-
|
|
1446
|
+
border-radius: var(--ax-radius-full);
|
|
1550
1447
|
border: 2px solid var(--ax-border-neutral);
|
|
1551
1448
|
transition-property: background-color, border-color;
|
|
1552
1449
|
transition-duration: .1s;
|
|
1553
|
-
transition-timing-function:
|
|
1450
|
+
transition-timing-function: ease;
|
|
1554
1451
|
position: absolute;
|
|
1555
1452
|
left: 0;
|
|
1556
1453
|
}
|
|
@@ -1560,13 +1457,17 @@
|
|
|
1560
1457
|
}
|
|
1561
1458
|
|
|
1562
1459
|
.aksel-switch__input:checked ~ .aksel-switch__track {
|
|
1563
|
-
background-color: var(--ax-bg-
|
|
1564
|
-
border-color: var(--ax-bg-
|
|
1460
|
+
background-color: var(--ax-bg-strong-pressed);
|
|
1461
|
+
border-color: var(--ax-bg-strong-pressed);
|
|
1462
|
+
}
|
|
1463
|
+
|
|
1464
|
+
.aksel-switch__input:hover ~ .aksel-switch__track {
|
|
1465
|
+
background-color: var(--ax-bg-neutral-moderate-hover);
|
|
1565
1466
|
}
|
|
1566
1467
|
|
|
1567
1468
|
.aksel-switch__input:hover:checked ~ .aksel-switch__track {
|
|
1568
|
-
background-color: var(--ax-bg-
|
|
1569
|
-
border-color: var(--ax-bg-
|
|
1469
|
+
background-color: var(--ax-bg-strong-hover);
|
|
1470
|
+
border-color: var(--ax-bg-strong-hover);
|
|
1570
1471
|
}
|
|
1571
1472
|
|
|
1572
1473
|
.aksel-switch__input:disabled ~ .aksel-switch__track {
|
|
@@ -1575,8 +1476,8 @@
|
|
|
1575
1476
|
}
|
|
1576
1477
|
|
|
1577
1478
|
.aksel-switch__input:checked:disabled ~ .aksel-switch__track {
|
|
1578
|
-
background-color: var(--ax-bg-
|
|
1579
|
-
border-color: var(--ax-bg-
|
|
1479
|
+
background-color: var(--ax-bg-strong-pressed);
|
|
1480
|
+
border-color: var(--ax-bg-strong-pressed);
|
|
1580
1481
|
}
|
|
1581
1482
|
|
|
1582
1483
|
.aksel-switch--standalone > .aksel-switch__input:focus ~ .aksel-switch__track {
|
|
@@ -1586,7 +1487,7 @@
|
|
|
1586
1487
|
|
|
1587
1488
|
.aksel-switch__thumb {
|
|
1588
1489
|
background-color: var(--ax-bg-neutral-strong);
|
|
1589
|
-
border-radius: var(--ax-
|
|
1490
|
+
border-radius: var(--ax-radius-full);
|
|
1590
1491
|
justify-content: center;
|
|
1591
1492
|
align-items: center;
|
|
1592
1493
|
width: 1.125rem;
|
|
@@ -1601,7 +1502,7 @@
|
|
|
1601
1502
|
|
|
1602
1503
|
.aksel-switch__input:checked ~ .aksel-switch__track > .aksel-switch__thumb {
|
|
1603
1504
|
background-color: var(--ax-bg-raised);
|
|
1604
|
-
color: var(--ax-text-
|
|
1505
|
+
color: var(--ax-text-subtle);
|
|
1605
1506
|
width: 1.25rem;
|
|
1606
1507
|
height: 1.25rem;
|
|
1607
1508
|
top: 0;
|
|
@@ -1622,11 +1523,11 @@
|
|
|
1622
1523
|
|
|
1623
1524
|
@media (hover: hover) and (pointer: fine) {
|
|
1624
1525
|
.aksel-switch__input:hover:not(:disabled) ~ .aksel-switch__track > .aksel-switch__thumb {
|
|
1625
|
-
transform: translateX(.
|
|
1526
|
+
transform: translateX(.17rem);
|
|
1626
1527
|
}
|
|
1627
1528
|
|
|
1628
1529
|
.aksel-switch__input:checked:hover:not(:disabled) ~ .aksel-switch__track > .aksel-switch__thumb {
|
|
1629
|
-
transform: translateX(1.
|
|
1530
|
+
transform: translateX(1.1rem);
|
|
1630
1531
|
}
|
|
1631
1532
|
}
|
|
1632
1533
|
|
|
@@ -1660,10 +1561,6 @@
|
|
|
1660
1561
|
cursor: default;
|
|
1661
1562
|
}
|
|
1662
1563
|
|
|
1663
|
-
.aksel-switch--readonly > .aksel-switch__input:hover ~ .aksel-switch__label-wrapper, .aksel-switch--readonly .aksel-switch__label-wrapper:hover {
|
|
1664
|
-
color: var(--ax-text-neutral);
|
|
1665
|
-
}
|
|
1666
|
-
|
|
1667
1564
|
.aksel-switch--readonly .aksel-switch__label {
|
|
1668
1565
|
display: inline-flex;
|
|
1669
1566
|
}
|
|
@@ -1688,10 +1585,6 @@
|
|
|
1688
1585
|
}
|
|
1689
1586
|
|
|
1690
1587
|
@media (forced-colors: active) {
|
|
1691
|
-
.aksel-switch__input:hover ~ .aksel-switch__label-wrapper, .aksel-switch__label-wrapper:hover {
|
|
1692
|
-
color: highlight;
|
|
1693
|
-
}
|
|
1694
|
-
|
|
1695
1588
|
.aksel-switch__thumb, .aksel-switch--readonly .aksel-switch__thumb {
|
|
1696
1589
|
background-color: fieldtext !important;
|
|
1697
1590
|
}
|
|
@@ -1725,7 +1618,7 @@
|
|
|
1725
1618
|
appearance: none;
|
|
1726
1619
|
padding: var(--ax-space-8);
|
|
1727
1620
|
background: var(--ax-bg-input);
|
|
1728
|
-
border-radius: var(--ax-
|
|
1621
|
+
border-radius: var(--ax-radius-8);
|
|
1729
1622
|
border: 1px solid var(--ax-border-neutral);
|
|
1730
1623
|
width: 100%;
|
|
1731
1624
|
min-height: 3rem;
|
|
@@ -1733,11 +1626,11 @@
|
|
|
1733
1626
|
}
|
|
1734
1627
|
|
|
1735
1628
|
.aksel-text-field__input:hover {
|
|
1736
|
-
border-color: var(--ax-border-
|
|
1629
|
+
border-color: var(--ax-border-strong);
|
|
1737
1630
|
}
|
|
1738
1631
|
|
|
1739
1632
|
.aksel-text-field__input:focus-visible {
|
|
1740
|
-
border-color: var(--ax-border-
|
|
1633
|
+
border-color: var(--ax-border-strong);
|
|
1741
1634
|
outline: 3px solid var(--ax-border-focus);
|
|
1742
1635
|
outline-offset: 3px;
|
|
1743
1636
|
}
|
|
@@ -1800,7 +1693,7 @@
|
|
|
1800
1693
|
appearance: none;
|
|
1801
1694
|
padding: var(--ax-space-8);
|
|
1802
1695
|
background-color: var(--ax-bg-input);
|
|
1803
|
-
border-radius: var(--ax-
|
|
1696
|
+
border-radius: var(--ax-radius-8);
|
|
1804
1697
|
border: 1px solid var(--ax-border-neutral);
|
|
1805
1698
|
resize: none;
|
|
1806
1699
|
width: 100%;
|
|
@@ -1813,13 +1706,13 @@
|
|
|
1813
1706
|
}
|
|
1814
1707
|
|
|
1815
1708
|
.aksel-textarea__input:hover {
|
|
1816
|
-
border-color: var(--ax-border-
|
|
1709
|
+
border-color: var(--ax-border-strong);
|
|
1817
1710
|
}
|
|
1818
1711
|
|
|
1819
1712
|
.aksel-textarea__input:focus-visible {
|
|
1820
1713
|
outline: 3px solid var(--ax-border-focus);
|
|
1821
1714
|
outline-offset: 3px;
|
|
1822
|
-
border-color: var(--ax-border-
|
|
1715
|
+
border-color: var(--ax-border-strong);
|
|
1823
1716
|
}
|
|
1824
1717
|
|
|
1825
1718
|
.aksel-textarea__input:disabled {
|
|
@@ -1914,7 +1807,7 @@
|
|
|
1914
1807
|
}
|
|
1915
1808
|
|
|
1916
1809
|
.aksel-search__wrapper {
|
|
1917
|
-
border-radius: var(--ax-
|
|
1810
|
+
border-radius: var(--ax-radius-8);
|
|
1918
1811
|
align-items: center;
|
|
1919
1812
|
display: inline-flex;
|
|
1920
1813
|
}
|
|
@@ -1981,8 +1874,8 @@
|
|
|
1981
1874
|
|
|
1982
1875
|
.aksel-search__button-search {
|
|
1983
1876
|
border-radius: 0;
|
|
1984
|
-
border-top-right-radius: var(--ax-
|
|
1985
|
-
border-bottom-right-radius: var(--ax-
|
|
1877
|
+
border-top-right-radius: var(--ax-radius-8);
|
|
1878
|
+
border-bottom-right-radius: var(--ax-radius-8);
|
|
1986
1879
|
flex-shrink: 0;
|
|
1987
1880
|
}
|
|
1988
1881
|
|
|
@@ -1996,11 +1889,11 @@
|
|
|
1996
1889
|
}
|
|
1997
1890
|
|
|
1998
1891
|
.aksel-search__button-search.aksel-button--secondary:hover:not(:disabled) {
|
|
1999
|
-
--__axc-button-border-color: var(--ax-border-
|
|
1892
|
+
--__axc-button-border-color: var(--ax-border-strong);
|
|
2000
1893
|
}
|
|
2001
1894
|
|
|
2002
1895
|
.aksel-search:not(.aksel-search--error, .aksel-search--disabled) .aksel-search__wrapper:has(.aksel-search__input:is(:hover, :focus-visible)) .aksel-search__button-search.aksel-button--secondary:not(:hover, :active) {
|
|
2003
|
-
--__axc-button-border-color: var(--ax-border-
|
|
1896
|
+
--__axc-button-border-color: var(--ax-border-strong);
|
|
2004
1897
|
}
|
|
2005
1898
|
|
|
2006
1899
|
.aksel-search--error .aksel-search__input:not(:disabled) {
|
|
@@ -2028,7 +1921,7 @@
|
|
|
2028
1921
|
--__axc-combobox-list-item-padding-inline: var(--ax-space-12);
|
|
2029
1922
|
--__axc-combobox-border-width: 1px;
|
|
2030
1923
|
--__axc-combobox-input-height: 2rem;
|
|
2031
|
-
border-radius: var(--ax-
|
|
1924
|
+
border-radius: var(--ax-radius-8);
|
|
2032
1925
|
flex-direction: column;
|
|
2033
1926
|
width: 100%;
|
|
2034
1927
|
display: flex;
|
|
@@ -2036,7 +1929,7 @@
|
|
|
2036
1929
|
}
|
|
2037
1930
|
|
|
2038
1931
|
.aksel-form-field:not(:is(.aksel-combobox--disabled, .aksel-combobox--readonly)) .aksel-combobox__wrapper:hover {
|
|
2039
|
-
border-color: var(--ax-border-
|
|
1932
|
+
border-color: var(--ax-border-strong);
|
|
2040
1933
|
}
|
|
2041
1934
|
|
|
2042
1935
|
.aksel-form-field--small .aksel-combobox__wrapper {
|
|
@@ -2091,13 +1984,13 @@
|
|
|
2091
1984
|
|
|
2092
1985
|
.aksel-combobox__wrapper-inner {
|
|
2093
1986
|
border: 1px solid var(--ax-border-neutral);
|
|
2094
|
-
border-radius: var(--ax-
|
|
1987
|
+
border-radius: var(--ax-radius-8);
|
|
2095
1988
|
}
|
|
2096
1989
|
|
|
2097
1990
|
.aksel-combobox__wrapper-inner:has(.aksel-combobox__input:focus-visible) {
|
|
2098
1991
|
outline: 3px solid var(--ax-border-focus);
|
|
2099
1992
|
outline-offset: 3px;
|
|
2100
|
-
border-color: var(--ax-border-
|
|
1993
|
+
border-color: var(--ax-border-strong);
|
|
2101
1994
|
}
|
|
2102
1995
|
|
|
2103
1996
|
.aksel-combobox__wrapper-inner:has(.aksel-combobox__input:focus-visible).aksel-combobox__wrapper-inner--virtually-unfocused {
|
|
@@ -2143,7 +2036,7 @@
|
|
|
2143
2036
|
}
|
|
2144
2037
|
|
|
2145
2038
|
.aksel-combobox__selected-options > li {
|
|
2146
|
-
border-radius: var(--ax-
|
|
2039
|
+
border-radius: var(--ax-radius-full);
|
|
2147
2040
|
margin: auto 0;
|
|
2148
2041
|
}
|
|
2149
2042
|
|
|
@@ -2226,11 +2119,11 @@
|
|
|
2226
2119
|
}
|
|
2227
2120
|
|
|
2228
2121
|
.aksel-combobox__button-toggle-list:hover {
|
|
2229
|
-
color: var(--ax-text-
|
|
2122
|
+
color: var(--ax-text-subtle);
|
|
2230
2123
|
}
|
|
2231
2124
|
|
|
2232
2125
|
.aksel-combobox__button-toggle-list:hover:active {
|
|
2233
|
-
color: var(--ax-text-
|
|
2126
|
+
color: var(--ax-text-default);
|
|
2234
2127
|
}
|
|
2235
2128
|
|
|
2236
2129
|
.aksel-combobox__list {
|
|
@@ -2240,7 +2133,7 @@
|
|
|
2240
2133
|
right: 0;
|
|
2241
2134
|
top: calc(100% + var(--ax-space-8));
|
|
2242
2135
|
border: 1px solid var(--ax-border-neutral-subtleA);
|
|
2243
|
-
border-radius: var(--ax-
|
|
2136
|
+
border-radius: var(--ax-radius-8);
|
|
2244
2137
|
background-color: var(--ax-bg-raised);
|
|
2245
2138
|
color: var(--ax-text-neutral);
|
|
2246
2139
|
overscroll-behavior: contain;
|
|
@@ -2262,7 +2155,7 @@
|
|
|
2262
2155
|
.aksel-combobox__list-item, .aksel-combobox__list-item--loading, .aksel-combobox__list-item--no-options, .aksel-combobox__list-item--new-option, .aksel-combobox__list-item--max-selected {
|
|
2263
2156
|
padding-block: var(--__axc-combobox-list-item-padding-block);
|
|
2264
2157
|
padding-inline: var(--__axc-combobox-list-item-padding-inline);
|
|
2265
|
-
border-radius: var(--ax-
|
|
2158
|
+
border-radius: var(--ax-radius-8);
|
|
2266
2159
|
margin-inline: var(--ax-space-8);
|
|
2267
2160
|
margin-block: var(--ax-space-2);
|
|
2268
2161
|
border: 0;
|
|
@@ -2332,7 +2225,7 @@
|
|
|
2332
2225
|
}
|
|
2333
2226
|
|
|
2334
2227
|
.aksel-combobox__list-item--selected {
|
|
2335
|
-
background-color: var(--ax-bg-
|
|
2228
|
+
background-color: var(--ax-bg-moderate-pressedA);
|
|
2336
2229
|
}
|
|
2337
2230
|
|
|
2338
2231
|
.aksel-combobox__list-item--selected p {
|
|
@@ -2340,8 +2233,8 @@
|
|
|
2340
2233
|
}
|
|
2341
2234
|
|
|
2342
2235
|
.aksel-combobox__list-item--new-option {
|
|
2343
|
-
border-bottom: 1px solid var(--ax-border-
|
|
2344
|
-
background: var(--ax-bg-
|
|
2236
|
+
border-bottom: 1px solid var(--ax-border-subtleA);
|
|
2237
|
+
background: var(--ax-bg-moderateA);
|
|
2345
2238
|
cursor: pointer;
|
|
2346
2239
|
margin: 0;
|
|
2347
2240
|
border-radius: 0;
|
|
@@ -2360,13 +2253,13 @@
|
|
|
2360
2253
|
}
|
|
2361
2254
|
|
|
2362
2255
|
.aksel-combobox__list-item--new-option--focus {
|
|
2363
|
-
border-radius: calc(var(--ax-
|
|
2256
|
+
border-radius: calc(var(--ax-radius-8) - 1px) calc(var(--ax-radius-8) - 1px) 0 0;
|
|
2364
2257
|
outline: 2px solid var(--ax-border-focus);
|
|
2365
2258
|
outline-offset: -2px;
|
|
2366
2259
|
}
|
|
2367
2260
|
|
|
2368
2261
|
.aksel-combobox__list-item--new-option--focus:only-child {
|
|
2369
|
-
border-radius: calc(var(--ax-
|
|
2262
|
+
border-radius: calc(var(--ax-radius-8) - 1px);
|
|
2370
2263
|
}
|
|
2371
2264
|
|
|
2372
2265
|
@media (max-width: 479px) {
|
|
@@ -2451,7 +2344,7 @@
|
|
|
2451
2344
|
|
|
2452
2345
|
.aksel-form-summary {
|
|
2453
2346
|
border: 1px solid var(--ax-border-neutral-subtleA);
|
|
2454
|
-
border-radius: var(--ax-
|
|
2347
|
+
border-radius: var(--ax-radius-12);
|
|
2455
2348
|
background: var(--ax-bg-raised);
|
|
2456
2349
|
overflow: hidden;
|
|
2457
2350
|
}
|
|
@@ -2524,13 +2417,13 @@
|
|
|
2524
2417
|
.aksel-form-summary__value .aksel-form-summary__answers {
|
|
2525
2418
|
margin-top: var(--ax-space-8);
|
|
2526
2419
|
padding: var(--ax-space-16);
|
|
2527
|
-
background: var(--ax-bg-
|
|
2528
|
-
border-radius: var(--ax-
|
|
2529
|
-
border: 1px solid var(--ax-border-
|
|
2420
|
+
background: var(--ax-bg-moderateA);
|
|
2421
|
+
border-radius: var(--ax-radius-8);
|
|
2422
|
+
border: 1px solid var(--ax-border-subtleA);
|
|
2530
2423
|
}
|
|
2531
2424
|
|
|
2532
2425
|
.aksel-form-summary__value .aksel-form-summary__answers .aksel-form-summary__answer {
|
|
2533
|
-
border-color: var(--ax-border-
|
|
2426
|
+
border-color: var(--ax-border-subtleA);
|
|
2534
2427
|
}
|
|
2535
2428
|
|
|
2536
2429
|
.aksel-form-progress__bar {
|
|
@@ -2552,7 +2445,7 @@
|
|
|
2552
2445
|
.aksel-form-progress__collapsible {
|
|
2553
2446
|
visibility: hidden;
|
|
2554
2447
|
border: 1px solid var(--ax-border-neutral-subtleA);
|
|
2555
|
-
border-radius: var(--ax-
|
|
2448
|
+
border-radius: var(--ax-radius-12);
|
|
2556
2449
|
background: var(--ax-bg-raised);
|
|
2557
2450
|
padding-inline: var(--ax-space-20);
|
|
2558
2451
|
opacity: .001;
|
|
@@ -2590,8 +2483,8 @@
|
|
|
2590
2483
|
padding: var(--ax-space-12);
|
|
2591
2484
|
text-align: left;
|
|
2592
2485
|
cursor: pointer;
|
|
2593
|
-
border-radius: var(--ax-
|
|
2594
|
-
color: var(--ax-text-
|
|
2486
|
+
border-radius: var(--ax-radius-8);
|
|
2487
|
+
color: var(--ax-text-subtle);
|
|
2595
2488
|
background: none;
|
|
2596
2489
|
border: none;
|
|
2597
2490
|
display: flex;
|
|
@@ -2611,7 +2504,7 @@
|
|
|
2611
2504
|
}
|
|
2612
2505
|
|
|
2613
2506
|
.aksel-accordion__header:hover {
|
|
2614
|
-
background-color: var(--ax-bg-
|
|
2507
|
+
background-color: var(--ax-bg-moderate-hoverA);
|
|
2615
2508
|
}
|
|
2616
2509
|
|
|
2617
2510
|
.aksel-accordion__header:hover:before, .aksel-accordion__header:hover:after {
|
|
@@ -2619,8 +2512,8 @@
|
|
|
2619
2512
|
}
|
|
2620
2513
|
|
|
2621
2514
|
.aksel-accordion__header:hover > .aksel-accordion__icon-wrapper {
|
|
2622
|
-
background-color: var(--ax-bg-
|
|
2623
|
-
color: var(--ax-text-
|
|
2515
|
+
background-color: var(--ax-bg-strong-hover);
|
|
2516
|
+
color: var(--ax-text-contrast);
|
|
2624
2517
|
}
|
|
2625
2518
|
|
|
2626
2519
|
@media (forced-colors: active) {
|
|
@@ -2667,11 +2560,11 @@
|
|
|
2667
2560
|
}
|
|
2668
2561
|
|
|
2669
2562
|
.aksel-accordion__icon-wrapper {
|
|
2670
|
-
border-radius: var(--ax-
|
|
2671
|
-
background-color: var(--ax-bg-
|
|
2563
|
+
border-radius: var(--ax-radius-8);
|
|
2564
|
+
background-color: var(--ax-bg-moderateA);
|
|
2672
2565
|
width: 22px;
|
|
2673
2566
|
height: 22px;
|
|
2674
|
-
color: var(--ax-text-
|
|
2567
|
+
color: var(--ax-text-subtle);
|
|
2675
2568
|
align-self: center;
|
|
2676
2569
|
}
|
|
2677
2570
|
|
|
@@ -2742,14 +2635,20 @@
|
|
|
2742
2635
|
}
|
|
2743
2636
|
|
|
2744
2637
|
.aksel-alert {
|
|
2745
|
-
border-radius: var(--ax-
|
|
2638
|
+
border-radius: var(--ax-radius-12);
|
|
2746
2639
|
padding: var(--ax-space-20);
|
|
2747
2640
|
gap: var(--ax-space-12);
|
|
2748
2641
|
border: 1px solid;
|
|
2642
|
+
border-color: var(--ax-border-default);
|
|
2643
|
+
background-color: var(--ax-bg-moderate);
|
|
2749
2644
|
align-items: center;
|
|
2750
2645
|
display: flex;
|
|
2751
2646
|
}
|
|
2752
2647
|
|
|
2648
|
+
.aksel-alert > .aksel-alert__icon {
|
|
2649
|
+
color: var(--ax-text-decoration);
|
|
2650
|
+
}
|
|
2651
|
+
|
|
2753
2652
|
@media (forced-colors: active) {
|
|
2754
2653
|
.aksel-alert {
|
|
2755
2654
|
color: canvastext;
|
|
@@ -2779,42 +2678,6 @@
|
|
|
2779
2678
|
margin-block-start: 0;
|
|
2780
2679
|
}
|
|
2781
2680
|
|
|
2782
|
-
.aksel-alert--info {
|
|
2783
|
-
border-color: var(--ax-border-info);
|
|
2784
|
-
background-color: var(--ax-bg-info-moderate);
|
|
2785
|
-
}
|
|
2786
|
-
|
|
2787
|
-
.aksel-alert--info > .aksel-alert__icon {
|
|
2788
|
-
color: var(--ax-text-info-icon);
|
|
2789
|
-
}
|
|
2790
|
-
|
|
2791
|
-
.aksel-alert--success {
|
|
2792
|
-
border-color: var(--ax-border-success);
|
|
2793
|
-
background-color: var(--ax-bg-success-moderate);
|
|
2794
|
-
}
|
|
2795
|
-
|
|
2796
|
-
.aksel-alert--success > .aksel-alert__icon {
|
|
2797
|
-
color: var(--ax-text-success-icon);
|
|
2798
|
-
}
|
|
2799
|
-
|
|
2800
|
-
.aksel-alert--warning {
|
|
2801
|
-
border-color: var(--ax-border-warning);
|
|
2802
|
-
background-color: var(--ax-bg-warning-moderate);
|
|
2803
|
-
}
|
|
2804
|
-
|
|
2805
|
-
.aksel-alert--warning > .aksel-alert__icon {
|
|
2806
|
-
color: var(--ax-text-warning-icon);
|
|
2807
|
-
}
|
|
2808
|
-
|
|
2809
|
-
.aksel-alert--error {
|
|
2810
|
-
border-color: var(--ax-border-danger);
|
|
2811
|
-
background-color: var(--ax-bg-danger-moderate);
|
|
2812
|
-
}
|
|
2813
|
-
|
|
2814
|
-
.aksel-alert--error > .aksel-alert__icon {
|
|
2815
|
-
color: var(--ax-text-danger-icon);
|
|
2816
|
-
}
|
|
2817
|
-
|
|
2818
2681
|
.aksel-alert--full-width {
|
|
2819
2682
|
border-radius: 0;
|
|
2820
2683
|
}
|
|
@@ -2852,6 +2715,21 @@
|
|
|
2852
2715
|
display: flex;
|
|
2853
2716
|
}
|
|
2854
2717
|
|
|
2718
|
+
.aksel-chat .aksel-chat__bubble, .aksel-chat .aksel-chat__avatar {
|
|
2719
|
+
background-color: var(--ax-bg-moderateA);
|
|
2720
|
+
border: 1px solid var(--ax-border-subtleA);
|
|
2721
|
+
}
|
|
2722
|
+
|
|
2723
|
+
.aksel-chat[data-variant="subtle"] .aksel-chat__bubble, .aksel-chat[data-variant="subtle"] .aksel-chat__avatar {
|
|
2724
|
+
background-color: var(--ax-bg-softA);
|
|
2725
|
+
border: 1px solid var(--ax-border-subtleA);
|
|
2726
|
+
}
|
|
2727
|
+
|
|
2728
|
+
.aksel-chat[data-color="neutral"][data-variant="subtle"] .aksel-chat__bubble, .aksel-chat[data-color="neutral"][data-variant="subtle"] .aksel-chat__avatar {
|
|
2729
|
+
background-color: var(--ax-bg-raised);
|
|
2730
|
+
border: 1px solid var(--ax-border-neutral-subtleA);
|
|
2731
|
+
}
|
|
2732
|
+
|
|
2855
2733
|
.aksel-chat--right {
|
|
2856
2734
|
flex-direction: row-reverse;
|
|
2857
2735
|
}
|
|
@@ -2861,14 +2739,12 @@
|
|
|
2861
2739
|
}
|
|
2862
2740
|
|
|
2863
2741
|
.aksel-chat--right .aksel-chat__bubble {
|
|
2864
|
-
border-radius: var(--ax-
|
|
2865
|
-
border-bottom-right-radius: var(--ax-
|
|
2742
|
+
border-radius: var(--ax-radius-12);
|
|
2743
|
+
border-bottom-right-radius: var(--ax-radius-2);
|
|
2866
2744
|
}
|
|
2867
2745
|
|
|
2868
2746
|
.aksel-chat__avatar {
|
|
2869
|
-
|
|
2870
|
-
border-radius: var(--ax-border-radius-full);
|
|
2871
|
-
border: 1px solid var(--ax-border-neutral-subtleA);
|
|
2747
|
+
border-radius: var(--ax-radius-full);
|
|
2872
2748
|
color: var(--ax-text-neutral);
|
|
2873
2749
|
letter-spacing: .024rem;
|
|
2874
2750
|
flex-shrink: 0;
|
|
@@ -2900,11 +2776,9 @@
|
|
|
2900
2776
|
|
|
2901
2777
|
.aksel-chat__bubble {
|
|
2902
2778
|
padding: var(--ax-space-20);
|
|
2903
|
-
background-color: var(--ax-bg-raised);
|
|
2904
2779
|
gap: var(--ax-space-8);
|
|
2905
|
-
border-radius: var(--ax-
|
|
2906
|
-
border-bottom-left-radius: var(--ax-
|
|
2907
|
-
border: 1px solid var(--ax-border-neutral-subtleA);
|
|
2780
|
+
border-radius: var(--ax-radius-12);
|
|
2781
|
+
border-bottom-left-radius: var(--ax-radius-2);
|
|
2908
2782
|
flex-direction: column;
|
|
2909
2783
|
width: fit-content;
|
|
2910
2784
|
display: flex;
|
|
@@ -2914,14 +2788,6 @@
|
|
|
2914
2788
|
padding: var(--ax-space-16);
|
|
2915
2789
|
}
|
|
2916
2790
|
|
|
2917
|
-
.aksel-chat--info .aksel-chat__bubble, .aksel-chat--info .aksel-chat__avatar {
|
|
2918
|
-
background-color: var(--ax-bg-info-moderate);
|
|
2919
|
-
}
|
|
2920
|
-
|
|
2921
|
-
.aksel-chat--neutral .aksel-chat__bubble, .aksel-chat--neutral .aksel-chat__avatar {
|
|
2922
|
-
background-color: var(--ax-bg-neutral-moderateA);
|
|
2923
|
-
}
|
|
2924
|
-
|
|
2925
2791
|
.aksel-chat__top-text {
|
|
2926
2792
|
color: var(--ax-text-neutral);
|
|
2927
2793
|
gap: var(--ax-space-8);
|
|
@@ -2979,8 +2845,8 @@
|
|
|
2979
2845
|
}
|
|
2980
2846
|
|
|
2981
2847
|
.aksel-date .rdp-day_range_middle.rdp-day_selected {
|
|
2982
|
-
background-color: var(--ax-bg-
|
|
2983
|
-
box-shadow: inset 0 0 0 1px var(--ax-border-
|
|
2848
|
+
background-color: var(--ax-bg-moderate-pressedA);
|
|
2849
|
+
box-shadow: inset 0 0 0 1px var(--ax-border-subtleA);
|
|
2984
2850
|
color: var(--ax-text-neutral);
|
|
2985
2851
|
}
|
|
2986
2852
|
|
|
@@ -3001,22 +2867,22 @@
|
|
|
3001
2867
|
.aksel-date .rdp-button {
|
|
3002
2868
|
all: unset;
|
|
3003
2869
|
text-align: center;
|
|
3004
|
-
border-radius: var(--ax-
|
|
2870
|
+
border-radius: var(--ax-radius-8);
|
|
3005
2871
|
width: 2.5rem;
|
|
3006
2872
|
height: 2.5rem;
|
|
3007
2873
|
display: block;
|
|
3008
2874
|
}
|
|
3009
2875
|
|
|
3010
2876
|
.aksel-date .rdp-day_range_start {
|
|
3011
|
-
border-radius: 100% var(--ax-
|
|
2877
|
+
border-radius: 100% var(--ax-radius-12) var(--ax-radius-12) 100%;
|
|
3012
2878
|
}
|
|
3013
2879
|
|
|
3014
2880
|
.aksel-date .rdp-day_range_end:not(.rdp-day_range_start) {
|
|
3015
|
-
border-radius: var(--ax-
|
|
2881
|
+
border-radius: var(--ax-radius-8) 100% 100% var(--ax-radius-8);
|
|
3016
2882
|
}
|
|
3017
2883
|
|
|
3018
2884
|
.aksel-date .rdp-day_range_start.rdp-day_range_end {
|
|
3019
|
-
border-radius: var(--ax-
|
|
2885
|
+
border-radius: var(--ax-radius-8);
|
|
3020
2886
|
}
|
|
3021
2887
|
|
|
3022
2888
|
.aksel-date .aksel-date__field {
|
|
@@ -3027,8 +2893,8 @@
|
|
|
3027
2893
|
}
|
|
3028
2894
|
|
|
3029
2895
|
.aksel-date .rdp-day_selected, .aksel-date .aksel-monthpicker__month--selected {
|
|
3030
|
-
color: var(--ax-text-
|
|
3031
|
-
background: var(--ax-bg-
|
|
2896
|
+
color: var(--ax-text-contrast);
|
|
2897
|
+
background: var(--ax-bg-strong-pressed);
|
|
3032
2898
|
cursor: pointer;
|
|
3033
2899
|
}
|
|
3034
2900
|
|
|
@@ -3040,7 +2906,7 @@
|
|
|
3040
2906
|
}
|
|
3041
2907
|
|
|
3042
2908
|
.aksel-date .rdp-button:where(:not(.rdp-day_selected, [disabled])):hover, .aksel-date .aksel-date__month-button:where(:not(.rdp-day_selected, [disabled])):hover {
|
|
3043
|
-
background: var(--ax-bg-
|
|
2909
|
+
background: var(--ax-bg-moderate-hoverA);
|
|
3044
2910
|
cursor: pointer;
|
|
3045
2911
|
}
|
|
3046
2912
|
|
|
@@ -3049,8 +2915,8 @@
|
|
|
3049
2915
|
}
|
|
3050
2916
|
|
|
3051
2917
|
.aksel-date .rdp-day_today:before {
|
|
3052
|
-
background-color: var(--ax-text-
|
|
3053
|
-
border-radius: var(--ax-
|
|
2918
|
+
background-color: var(--ax-text-subtle);
|
|
2919
|
+
border-radius: var(--ax-radius-full);
|
|
3054
2920
|
content: "";
|
|
3055
2921
|
width: 6px;
|
|
3056
2922
|
height: 6px;
|
|
@@ -3062,7 +2928,7 @@
|
|
|
3062
2928
|
}
|
|
3063
2929
|
|
|
3064
2930
|
:is(.aksel-date .rdp-day_today.rdp-day_selected:not(.rdp-day_range_middle), .aksel-date .rdp-day_today:active):before {
|
|
3065
|
-
background-color: var(--ax-text-
|
|
2931
|
+
background-color: var(--ax-text-contrast);
|
|
3066
2932
|
}
|
|
3067
2933
|
|
|
3068
2934
|
.aksel-date .rdp-day_outside {
|
|
@@ -3096,7 +2962,7 @@
|
|
|
3096
2962
|
all: unset;
|
|
3097
2963
|
text-align: center;
|
|
3098
2964
|
text-transform: capitalize;
|
|
3099
|
-
border-radius: var(--ax-
|
|
2965
|
+
border-radius: var(--ax-radius-8);
|
|
3100
2966
|
cursor: pointer;
|
|
3101
2967
|
width: 3rem;
|
|
3102
2968
|
height: 3rem;
|
|
@@ -3118,8 +2984,8 @@
|
|
|
3118
2984
|
}
|
|
3119
2985
|
|
|
3120
2986
|
:is(:is(.aksel-date__wrapper, .aksel-date__standalone-wrapper) .rdp-cell > button.rdp-day, :is(.aksel-date__wrapper, .aksel-date__standalone-wrapper) button.aksel-date__month-button):active:not(:disabled) {
|
|
3121
|
-
color: var(--ax-text-
|
|
3122
|
-
background-color: var(--ax-bg-
|
|
2987
|
+
color: var(--ax-text-contrast);
|
|
2988
|
+
background-color: var(--ax-bg-strong-pressed);
|
|
3123
2989
|
}
|
|
3124
2990
|
|
|
3125
2991
|
.aksel-date__field-input.aksel-text-field__input {
|
|
@@ -3133,7 +2999,7 @@
|
|
|
3133
2999
|
.aksel-date__field-button {
|
|
3134
3000
|
color: var(--ax-text-neutral);
|
|
3135
3001
|
cursor: pointer;
|
|
3136
|
-
border-radius: calc(var(--ax-
|
|
3002
|
+
border-radius: calc(var(--ax-radius-8) - 1px);
|
|
3137
3003
|
padding: var(--ax-space-12);
|
|
3138
3004
|
background: none;
|
|
3139
3005
|
border: none;
|
|
@@ -3263,7 +3129,7 @@
|
|
|
3263
3129
|
gap: var(--ax-space-8);
|
|
3264
3130
|
width: 100%;
|
|
3265
3131
|
padding: var(--ax-space-4);
|
|
3266
|
-
border-radius: var(--ax-
|
|
3132
|
+
border-radius: var(--ax-radius-4);
|
|
3267
3133
|
color: var(--ax-text-neutral);
|
|
3268
3134
|
background: none;
|
|
3269
3135
|
border: none;
|
|
@@ -3274,11 +3140,11 @@
|
|
|
3274
3140
|
}
|
|
3275
3141
|
|
|
3276
3142
|
.aksel-dropdown__item:hover {
|
|
3277
|
-
background-color: var(--ax-bg-
|
|
3143
|
+
background-color: var(--ax-bg-moderate-hoverA);
|
|
3278
3144
|
}
|
|
3279
3145
|
|
|
3280
3146
|
.aksel-dropdown__item:active {
|
|
3281
|
-
background-color: var(--ax-bg-
|
|
3147
|
+
background-color: var(--ax-bg-moderate-pressedA);
|
|
3282
3148
|
}
|
|
3283
3149
|
|
|
3284
3150
|
.aksel-dropdown__item:focus-visible {
|
|
@@ -3304,7 +3170,7 @@
|
|
|
3304
3170
|
}
|
|
3305
3171
|
|
|
3306
3172
|
.aksel-action-menu__content {
|
|
3307
|
-
border-radius: var(--ax-
|
|
3173
|
+
border-radius: var(--ax-radius-12);
|
|
3308
3174
|
border: 1px solid var(--ax-border-neutral-subtleA);
|
|
3309
3175
|
box-shadow: var(--ax-shadow-dialog);
|
|
3310
3176
|
transition: transform .25s cubic-bezier(0, 0, 0, 1) allow-discrete;
|
|
@@ -3340,7 +3206,7 @@
|
|
|
3340
3206
|
--__axc-action-menu-item-pr: var(--ax-space-8);
|
|
3341
3207
|
--__axc-action-menu-item-pl: var(--ax-space-8);
|
|
3342
3208
|
--__axc-action-menu-item-height: 2rem;
|
|
3343
|
-
border-radius: var(--ax-
|
|
3209
|
+
border-radius: var(--ax-radius-12);
|
|
3344
3210
|
background-color: var(--ax-bg-raised);
|
|
3345
3211
|
min-width: 128px;
|
|
3346
3212
|
max-width: min(95vw, 640px);
|
|
@@ -3357,7 +3223,7 @@
|
|
|
3357
3223
|
gap: var(--ax-space-8);
|
|
3358
3224
|
min-height: var(--__axc-action-menu-item-height);
|
|
3359
3225
|
cursor: default;
|
|
3360
|
-
border-radius: var(--ax-
|
|
3226
|
+
border-radius: var(--ax-radius-8);
|
|
3361
3227
|
padding-left: var(--__axc-action-menu-item-pl);
|
|
3362
3228
|
padding-right: var(--__axc-action-menu-item-pr);
|
|
3363
3229
|
font-size: var(--ax-font-size-medium);
|
|
@@ -3374,7 +3240,7 @@
|
|
|
3374
3240
|
}
|
|
3375
3241
|
|
|
3376
3242
|
.aksel-action-menu__item:focus {
|
|
3377
|
-
background-color: var(--ax-bg-
|
|
3243
|
+
background-color: var(--ax-bg-moderate-hoverA);
|
|
3378
3244
|
color: var(--ax-text-neutral);
|
|
3379
3245
|
outline: none;
|
|
3380
3246
|
}
|
|
@@ -3397,7 +3263,7 @@
|
|
|
3397
3263
|
}
|
|
3398
3264
|
|
|
3399
3265
|
.aksel-action-menu__sub-trigger:focus {
|
|
3400
|
-
background-color: var(--ax-bg-
|
|
3266
|
+
background-color: var(--ax-bg-moderate-hoverA);
|
|
3401
3267
|
}
|
|
3402
3268
|
|
|
3403
3269
|
.aksel-action-menu__item--danger {
|
|
@@ -3436,7 +3302,7 @@
|
|
|
3436
3302
|
.aksel-action-menu__shortcut {
|
|
3437
3303
|
background-color: var(--ax-bg-neutral-moderateA);
|
|
3438
3304
|
color: var(--ax-text-neutral);
|
|
3439
|
-
border-radius: var(--ax-
|
|
3305
|
+
border-radius: var(--ax-radius-2);
|
|
3440
3306
|
padding: 0 var(--ax-space-4);
|
|
3441
3307
|
min-width: 1.125rem;
|
|
3442
3308
|
height: 1.125rem;
|
|
@@ -3452,7 +3318,7 @@
|
|
|
3452
3318
|
padding-right: var(--__axc-action-menu-item-pr);
|
|
3453
3319
|
padding-left: var(--__axc-action-menu-item-pl);
|
|
3454
3320
|
color: var(--ax-text-neutral-subtle);
|
|
3455
|
-
border-radius: var(--ax-
|
|
3321
|
+
border-radius: var(--ax-radius-4);
|
|
3456
3322
|
-webkit-user-select: none;
|
|
3457
3323
|
user-select: none;
|
|
3458
3324
|
cursor: default;
|
|
@@ -3485,18 +3351,22 @@
|
|
|
3485
3351
|
}
|
|
3486
3352
|
|
|
3487
3353
|
.aksel-expansioncard {
|
|
3488
|
-
--__axc-expansioncard-border-radius: calc(var(--ax-
|
|
3354
|
+
--__axc-expansioncard-border-radius: calc(var(--ax-radius-12) - 1px);
|
|
3489
3355
|
--__axc-expansioncard-padding-block: var(--ax-space-20);
|
|
3490
3356
|
--__axc-expansioncard-padding-inline: var(--ax-space-20);
|
|
3491
|
-
border-radius: var(--ax-
|
|
3492
|
-
background-color: var(--ax-bg-
|
|
3493
|
-
border: 1px solid var(--ax-border-
|
|
3357
|
+
border-radius: var(--ax-radius-12);
|
|
3358
|
+
background-color: var(--ax-bg-softA);
|
|
3359
|
+
border: 1px solid var(--ax-border-default);
|
|
3494
3360
|
height: fit-content;
|
|
3495
3361
|
}
|
|
3496
3362
|
|
|
3363
|
+
.aksel-expansioncard[data-color="neutral"] {
|
|
3364
|
+
background-color: var(--ax-bg-raised);
|
|
3365
|
+
}
|
|
3366
|
+
|
|
3497
3367
|
.aksel-expansioncard:has(.aksel-expansioncard__header:hover) {
|
|
3498
|
-
box-shadow: 0 0 0 1px var(--ax-border-
|
|
3499
|
-
border-color: var(--ax-border-
|
|
3368
|
+
box-shadow: 0 0 0 1px var(--ax-border-strong);
|
|
3369
|
+
border-color: var(--ax-border-strong);
|
|
3500
3370
|
}
|
|
3501
3371
|
|
|
3502
3372
|
.aksel-expansioncard--small {
|
|
@@ -3529,7 +3399,7 @@
|
|
|
3529
3399
|
}
|
|
3530
3400
|
|
|
3531
3401
|
.aksel-expansioncard__header:hover {
|
|
3532
|
-
background-color: var(--ax-bg-
|
|
3402
|
+
background-color: var(--ax-bg-moderate-hoverA);
|
|
3533
3403
|
}
|
|
3534
3404
|
|
|
3535
3405
|
.aksel-expansioncard__header[data-open="true"] {
|
|
@@ -3539,7 +3409,7 @@
|
|
|
3539
3409
|
|
|
3540
3410
|
.aksel-expansioncard__header[data-open="true"]:after {
|
|
3541
3411
|
content: "";
|
|
3542
|
-
background-color: var(--ax-border-
|
|
3412
|
+
background-color: var(--ax-border-subtleA);
|
|
3543
3413
|
bottom: 0;
|
|
3544
3414
|
left: var(--__axc-expansioncard-padding-inline);
|
|
3545
3415
|
height: 1px;
|
|
@@ -3566,7 +3436,7 @@
|
|
|
3566
3436
|
|
|
3567
3437
|
.aksel-expansioncard__header-button {
|
|
3568
3438
|
cursor: pointer;
|
|
3569
|
-
border-radius: var(--ax-
|
|
3439
|
+
border-radius: var(--ax-radius-8);
|
|
3570
3440
|
background: none;
|
|
3571
3441
|
border: none;
|
|
3572
3442
|
place-content: center;
|
|
@@ -3594,7 +3464,7 @@
|
|
|
3594
3464
|
}
|
|
3595
3465
|
|
|
3596
3466
|
.aksel-expansioncard__header:hover > .aksel-expansioncard__header-button {
|
|
3597
|
-
background-color: var(--ax-bg-
|
|
3467
|
+
background-color: var(--ax-bg-moderate-hoverA);
|
|
3598
3468
|
}
|
|
3599
3469
|
|
|
3600
3470
|
.aksel-expansioncard__header-chevron {
|
|
@@ -3677,8 +3547,8 @@
|
|
|
3677
3547
|
|
|
3678
3548
|
.aksel-guide {
|
|
3679
3549
|
box-sizing: border-box;
|
|
3680
|
-
border: 2px solid var(--ax-border-
|
|
3681
|
-
border-radius: var(--ax-
|
|
3550
|
+
border: 2px solid var(--ax-border-default);
|
|
3551
|
+
border-radius: var(--ax-radius-full);
|
|
3682
3552
|
width: var(--__axc-guide-panel-guide-size);
|
|
3683
3553
|
height: var(--__axc-guide-panel-guide-size);
|
|
3684
3554
|
flex-shrink: 0;
|
|
@@ -3692,8 +3562,8 @@
|
|
|
3692
3562
|
|
|
3693
3563
|
.aksel-guide-panel__content {
|
|
3694
3564
|
background-color: var(--ax-bg-raised);
|
|
3695
|
-
border: 2px solid var(--ax-border-
|
|
3696
|
-
border-radius: var(--ax-
|
|
3565
|
+
border: 2px solid var(--ax-border-default);
|
|
3566
|
+
border-radius: var(--ax-radius-12);
|
|
3697
3567
|
position: relative;
|
|
3698
3568
|
}
|
|
3699
3569
|
|
|
@@ -3714,7 +3584,7 @@
|
|
|
3714
3584
|
|
|
3715
3585
|
.aksel-guide-panel__content-inner {
|
|
3716
3586
|
padding: var(--ax-space-16);
|
|
3717
|
-
border-radius: var(--ax-
|
|
3587
|
+
border-radius: var(--ax-radius-12);
|
|
3718
3588
|
background-color: var(--ax-bg-raised);
|
|
3719
3589
|
height: 100%;
|
|
3720
3590
|
position: relative;
|
|
@@ -3761,8 +3631,8 @@
|
|
|
3761
3631
|
|
|
3762
3632
|
.aksel-help-text__button {
|
|
3763
3633
|
cursor: pointer;
|
|
3764
|
-
border-radius: var(--ax-
|
|
3765
|
-
color: var(--ax-bg-
|
|
3634
|
+
border-radius: var(--ax-radius-full);
|
|
3635
|
+
color: var(--ax-bg-strong);
|
|
3766
3636
|
padding: calc(var(--ax-space-4) / 2);
|
|
3767
3637
|
background-color: rgba(0, 0, 0, 0);
|
|
3768
3638
|
border: 0;
|
|
@@ -3774,14 +3644,14 @@
|
|
|
3774
3644
|
}
|
|
3775
3645
|
|
|
3776
3646
|
.aksel-help-text__icon {
|
|
3777
|
-
border-radius: var(--ax-
|
|
3647
|
+
border-radius: var(--ax-radius-full);
|
|
3778
3648
|
}
|
|
3779
3649
|
|
|
3780
3650
|
.aksel-help-text__popover.aksel-popover {
|
|
3781
|
-
background-color: var(--ax-bg-
|
|
3651
|
+
background-color: var(--ax-bg-moderate);
|
|
3782
3652
|
max-width: min(65ch, calc(100vw - var(--ax-space-24)));
|
|
3783
|
-
border-radius: var(--ax-
|
|
3784
|
-
border: 1px solid var(--ax-border-
|
|
3653
|
+
border-radius: var(--ax-radius-8);
|
|
3654
|
+
border: 1px solid var(--ax-border-default);
|
|
3785
3655
|
}
|
|
3786
3656
|
|
|
3787
3657
|
.aksel-help-text__icon--filled, .aksel-help-text__button:where(:hover, :focus-visible, [aria-expanded="true"]) > .aksel-help-text__icon {
|
|
@@ -3790,11 +3660,11 @@
|
|
|
3790
3660
|
|
|
3791
3661
|
.aksel-help-text__button:where(:hover, :focus-visible, [aria-expanded="true"]) > .aksel-help-text__icon--filled {
|
|
3792
3662
|
display: inherit;
|
|
3793
|
-
color: var(--ax-bg-
|
|
3663
|
+
color: var(--ax-bg-strong-hover);
|
|
3794
3664
|
}
|
|
3795
3665
|
|
|
3796
3666
|
.aksel-help-text__button[aria-expanded="true"] > .aksel-help-text__icon--filled {
|
|
3797
|
-
color: var(--ax-bg-
|
|
3667
|
+
color: var(--ax-bg-strong-pressed);
|
|
3798
3668
|
}
|
|
3799
3669
|
|
|
3800
3670
|
@media (forced-colors: active) {
|
|
@@ -3911,7 +3781,7 @@
|
|
|
3911
3781
|
}
|
|
3912
3782
|
|
|
3913
3783
|
.aksel-link {
|
|
3914
|
-
color: var(--ax-text-
|
|
3784
|
+
color: var(--ax-text-subtle);
|
|
3915
3785
|
align-items: center;
|
|
3916
3786
|
gap: var(--ax-space-2);
|
|
3917
3787
|
text-underline-offset: .1em;
|
|
@@ -3930,6 +3800,14 @@
|
|
|
3930
3800
|
border-radius: 1px;
|
|
3931
3801
|
}
|
|
3932
3802
|
|
|
3803
|
+
.aksel-link[data-color="neutral"] {
|
|
3804
|
+
color: var(--ax-text-default);
|
|
3805
|
+
}
|
|
3806
|
+
|
|
3807
|
+
.aksel-link[data-variant="subtle"] {
|
|
3808
|
+
color: var(--ax-text-subtle);
|
|
3809
|
+
}
|
|
3810
|
+
|
|
3933
3811
|
.aksel-link.aksel-link--inline-text {
|
|
3934
3812
|
display: inline;
|
|
3935
3813
|
}
|
|
@@ -3955,19 +3833,7 @@
|
|
|
3955
3833
|
}
|
|
3956
3834
|
|
|
3957
3835
|
:is(.aksel-alert:not(.aksel-alert--inline), .aksel-confirmation-panel) .aksel-link {
|
|
3958
|
-
color: var(--ax-text-
|
|
3959
|
-
}
|
|
3960
|
-
|
|
3961
|
-
.aksel-link--action {
|
|
3962
|
-
color: var(--ax-text-accent-subtle);
|
|
3963
|
-
}
|
|
3964
|
-
|
|
3965
|
-
.aksel-link--neutral {
|
|
3966
|
-
color: var(--ax-text-neutral);
|
|
3967
|
-
}
|
|
3968
|
-
|
|
3969
|
-
.aksel-link--subtle {
|
|
3970
|
-
color: var(--ax-text-neutral-subtle);
|
|
3836
|
+
color: var(--ax-text-default);
|
|
3971
3837
|
}
|
|
3972
3838
|
|
|
3973
3839
|
.aksel-link-panel {
|
|
@@ -4061,35 +3927,23 @@
|
|
|
4061
3927
|
.aksel-loader__foreground {
|
|
4062
3928
|
stroke-dasharray: 80 200;
|
|
4063
3929
|
stroke-dashoffset: 0;
|
|
4064
|
-
stroke: var(--ax-border-
|
|
3930
|
+
stroke: var(--ax-border-strong);
|
|
4065
3931
|
stroke-linecap: round;
|
|
4066
3932
|
stroke-width: var(--__axc-loader-stroke-width);
|
|
4067
3933
|
animation: 1.5s ease-in-out infinite loader-dasharray;
|
|
4068
3934
|
}
|
|
4069
3935
|
|
|
4070
|
-
.aksel-
|
|
4071
|
-
stroke: var(--ax-border-
|
|
4072
|
-
stroke-width: var(--__axc-loader-stroke-width);
|
|
4073
|
-
}
|
|
4074
|
-
|
|
4075
|
-
.aksel-loader--neutral .aksel-loader__foreground {
|
|
4076
|
-
stroke: var(--ax-border-neutral-strong);
|
|
4077
|
-
}
|
|
4078
|
-
|
|
4079
|
-
.aksel-loader--interaction .aksel-loader__foreground {
|
|
4080
|
-
stroke: var(--ax-border-accent-strong);
|
|
4081
|
-
}
|
|
4082
|
-
|
|
4083
|
-
.aksel-loader--interaction .aksel-loader__background {
|
|
4084
|
-
stroke: var(--ax-border-accent-subtleA);
|
|
3936
|
+
.aksel-loader[data-variant="inverted"] .aksel-loader__foreground {
|
|
3937
|
+
stroke: var(--ax-border-subtle);
|
|
4085
3938
|
}
|
|
4086
3939
|
|
|
4087
|
-
.aksel-
|
|
4088
|
-
stroke: var(--ax-border-
|
|
3940
|
+
.aksel-loader__background {
|
|
3941
|
+
stroke: var(--ax-border-subtleA);
|
|
3942
|
+
stroke-width: var(--__axc-loader-stroke-width);
|
|
4089
3943
|
}
|
|
4090
3944
|
|
|
4091
|
-
.aksel-loader
|
|
4092
|
-
stroke: var(--ax-border-
|
|
3945
|
+
.aksel-loader[data-variant="inverted"] .aksel-loader__background {
|
|
3946
|
+
stroke: var(--ax-border-strong);
|
|
4093
3947
|
}
|
|
4094
3948
|
|
|
4095
3949
|
.aksel-loader--transparent .aksel-loader__background {
|
|
@@ -4133,7 +3987,7 @@
|
|
|
4133
3987
|
--__axc-modal-bg: var(--ax-bg-raised);
|
|
4134
3988
|
background-color: var(--__axc-modal-bg);
|
|
4135
3989
|
border: 1px solid var(--ax-border-neutral-subtleA);
|
|
4136
|
-
border-radius: var(--ax-
|
|
3990
|
+
border-radius: var(--ax-radius-12);
|
|
4137
3991
|
box-shadow: var(--ax-shadow-dialog);
|
|
4138
3992
|
max-width: 100%;
|
|
4139
3993
|
max-height: 100%;
|
|
@@ -4345,11 +4199,6 @@
|
|
|
4345
4199
|
width: 1.5rem;
|
|
4346
4200
|
}
|
|
4347
4201
|
|
|
4348
|
-
.aksel-pagination__item[data-selected="true"] {
|
|
4349
|
-
background-color: var(--ax-bg-neutral-strong-pressed);
|
|
4350
|
-
color: var(--ax-text-neutral-contrast);
|
|
4351
|
-
}
|
|
4352
|
-
|
|
4353
4202
|
.aksel-pagination--invisible {
|
|
4354
4203
|
visibility: hidden;
|
|
4355
4204
|
}
|
|
@@ -4359,7 +4208,7 @@
|
|
|
4359
4208
|
background: var(--ax-bg-raised);
|
|
4360
4209
|
box-shadow: var(--ax-shadow-dialog);
|
|
4361
4210
|
border: 1px solid var(--ax-border-neutral-subtleA);
|
|
4362
|
-
border-radius: var(--ax-
|
|
4211
|
+
border-radius: var(--ax-radius-12);
|
|
4363
4212
|
max-width: calc(100vw - var(--ax-space-24));
|
|
4364
4213
|
}
|
|
4365
4214
|
|
|
@@ -4382,10 +4231,9 @@
|
|
|
4382
4231
|
--__axc-tag-icon-margin: -2px;
|
|
4383
4232
|
--__axc-tag-border: ;
|
|
4384
4233
|
--__axc-tag-bg: ;
|
|
4385
|
-
--__axc-tag-bg-strong: ;
|
|
4386
4234
|
--__axc-tag-text: ;
|
|
4387
4235
|
--__axc-tag-text-strong: ;
|
|
4388
|
-
border-radius: var(--ax-
|
|
4236
|
+
border-radius: var(--ax-radius-4);
|
|
4389
4237
|
padding: var(--ax-space-2) var(--ax-space-8);
|
|
4390
4238
|
justify-content: center;
|
|
4391
4239
|
align-items: center;
|
|
@@ -4399,60 +4247,46 @@
|
|
|
4399
4247
|
gap: var(--ax-space-2);
|
|
4400
4248
|
}
|
|
4401
4249
|
|
|
4402
|
-
.aksel-tag
|
|
4403
|
-
|
|
4404
|
-
|
|
4405
|
-
|
|
4406
|
-
--__axc-tag-text: var(--ax-text-info);
|
|
4407
|
-
--__axc-tag-text-strong: var(--ax-text-info-contrast);
|
|
4250
|
+
.aksel-tag[data-variant="outline"] {
|
|
4251
|
+
box-shadow: inset 0 0 0 1px var(--ax-border-default);
|
|
4252
|
+
background: var(--ax-bg-moderate);
|
|
4253
|
+
color: var(--ax-text-default);
|
|
4408
4254
|
}
|
|
4409
4255
|
|
|
4410
|
-
|
|
4411
|
-
|
|
4412
|
-
|
|
4413
|
-
|
|
4414
|
-
--__axc-tag-text: var(--ax-text-success);
|
|
4415
|
-
--__axc-tag-text-strong: var(--ax-text-success-contrast);
|
|
4256
|
+
@media (forced-colors: active) {
|
|
4257
|
+
.aksel-tag[data-variant="outline"] {
|
|
4258
|
+
color: canvastext;
|
|
4259
|
+
}
|
|
4416
4260
|
}
|
|
4417
4261
|
|
|
4418
|
-
.aksel-tag
|
|
4419
|
-
|
|
4420
|
-
|
|
4421
|
-
--__axc-tag-bg-strong: var(--ax-bg-warning-strong);
|
|
4422
|
-
--__axc-tag-text: var(--ax-text-warning);
|
|
4423
|
-
--__axc-tag-text-strong: var(--ax-text-warning-contrast);
|
|
4262
|
+
.aksel-tag[data-variant="moderate"] {
|
|
4263
|
+
background: var(--ax-bg-moderateA);
|
|
4264
|
+
color: var(--ax-text-default);
|
|
4424
4265
|
}
|
|
4425
4266
|
|
|
4426
|
-
|
|
4427
|
-
|
|
4428
|
-
|
|
4429
|
-
|
|
4430
|
-
|
|
4431
|
-
--__axc-tag-text-strong: var(--ax-text-danger-contrast);
|
|
4267
|
+
@media (forced-colors: active) {
|
|
4268
|
+
.aksel-tag[data-variant="moderate"] {
|
|
4269
|
+
box-shadow: inset 0 0 0 1px var(--ax-bg-strong);
|
|
4270
|
+
color: canvastext;
|
|
4271
|
+
}
|
|
4432
4272
|
}
|
|
4433
4273
|
|
|
4434
|
-
.aksel-tag
|
|
4435
|
-
|
|
4436
|
-
|
|
4437
|
-
--__axc-tag-bg-strong: var(--ax-bg-neutral-strong);
|
|
4438
|
-
--__axc-tag-text: var(--ax-text-neutral);
|
|
4439
|
-
--__axc-tag-text-strong: var(--ax-text-neutral-contrast);
|
|
4274
|
+
.aksel-tag[data-variant="strong"] {
|
|
4275
|
+
background: var(--ax-bg-strong);
|
|
4276
|
+
color: var(--ax-text-contrast);
|
|
4440
4277
|
}
|
|
4441
4278
|
|
|
4442
|
-
|
|
4443
|
-
|
|
4444
|
-
|
|
4445
|
-
|
|
4446
|
-
--__axc-tag-text: var(--ax-text-meta-purple);
|
|
4447
|
-
--__axc-tag-text-strong: var(--ax-text-meta-purple-contrast);
|
|
4279
|
+
@media (forced-colors: active) {
|
|
4280
|
+
.aksel-tag[data-variant="strong"] {
|
|
4281
|
+
color: canvas;
|
|
4282
|
+
}
|
|
4448
4283
|
}
|
|
4449
4284
|
|
|
4450
|
-
|
|
4451
|
-
|
|
4452
|
-
|
|
4453
|
-
|
|
4454
|
-
|
|
4455
|
-
--__axc-tag-text-strong: var(--ax-text-meta-lime-contrast);
|
|
4285
|
+
@media (forced-colors: active) {
|
|
4286
|
+
.aksel-tag {
|
|
4287
|
+
forced-color-adjust: none;
|
|
4288
|
+
color: canvastext;
|
|
4289
|
+
}
|
|
4456
4290
|
}
|
|
4457
4291
|
|
|
4458
4292
|
.aksel-tag--small {
|
|
@@ -4474,37 +4308,6 @@
|
|
|
4474
4308
|
display: flex;
|
|
4475
4309
|
}
|
|
4476
4310
|
|
|
4477
|
-
.aksel-tag--outline {
|
|
4478
|
-
box-shadow: inset 0 0 0 1px var(--__axc-tag-border);
|
|
4479
|
-
background: var(--__axc-tag-bg);
|
|
4480
|
-
color: var(--__axc-tag-text);
|
|
4481
|
-
}
|
|
4482
|
-
|
|
4483
|
-
.aksel-tag--moderate {
|
|
4484
|
-
background: var(--__axc-tag-bg);
|
|
4485
|
-
color: var(--__axc-tag-text);
|
|
4486
|
-
}
|
|
4487
|
-
|
|
4488
|
-
.aksel-tag--strong {
|
|
4489
|
-
background: var(--__axc-tag-bg-strong);
|
|
4490
|
-
color: var(--__axc-tag-text-strong);
|
|
4491
|
-
}
|
|
4492
|
-
|
|
4493
|
-
@media (forced-colors: active) {
|
|
4494
|
-
.aksel-tag {
|
|
4495
|
-
forced-color-adjust: none;
|
|
4496
|
-
color: canvastext;
|
|
4497
|
-
}
|
|
4498
|
-
|
|
4499
|
-
.aksel-tag--moderate {
|
|
4500
|
-
box-shadow: inset 0 0 0 1px var(--__axc-tag-bg-strong);
|
|
4501
|
-
}
|
|
4502
|
-
|
|
4503
|
-
.aksel-tag--strong {
|
|
4504
|
-
color: canvas;
|
|
4505
|
-
}
|
|
4506
|
-
}
|
|
4507
|
-
|
|
4508
4311
|
.aksel-timeline {
|
|
4509
4312
|
grid-template-columns: auto minmax(0, 1fr);
|
|
4510
4313
|
align-items: center;
|
|
@@ -4580,17 +4383,30 @@
|
|
|
4580
4383
|
}
|
|
4581
4384
|
|
|
4582
4385
|
.aksel-timeline__period {
|
|
4583
|
-
border-radius: var(--ax-
|
|
4386
|
+
border-radius: var(--ax-radius-full);
|
|
4584
4387
|
z-index: 2;
|
|
4585
|
-
|
|
4586
|
-
|
|
4388
|
+
background: var(--ax-bg-moderate);
|
|
4389
|
+
border: solid 1px var(--ax-border-default);
|
|
4587
4390
|
height: 100%;
|
|
4391
|
+
color: var(--ax-text-decoration);
|
|
4392
|
+
align-items: center;
|
|
4588
4393
|
padding: 0;
|
|
4589
4394
|
font-size: 1rem;
|
|
4590
4395
|
display: flex;
|
|
4591
4396
|
position: absolute;
|
|
4592
4397
|
}
|
|
4593
4398
|
|
|
4399
|
+
.aksel-timeline__period.aksel-timeline__period--clickable:hover {
|
|
4400
|
+
background: var(--ax-bg-moderate-hover);
|
|
4401
|
+
border-color: var(--ax-border-strong);
|
|
4402
|
+
}
|
|
4403
|
+
|
|
4404
|
+
.aksel-timeline__period.aksel-timeline__period--clickable.aksel-timeline__period--selected {
|
|
4405
|
+
background: var(--ax-bg-strong-pressed);
|
|
4406
|
+
color: var(--ax-text-contrast);
|
|
4407
|
+
border: none;
|
|
4408
|
+
}
|
|
4409
|
+
|
|
4594
4410
|
.aksel-timeline__period--inner {
|
|
4595
4411
|
margin: 0 var(--ax-space-8);
|
|
4596
4412
|
white-space: nowrap;
|
|
@@ -4609,91 +4425,6 @@
|
|
|
4609
4425
|
cursor: pointer;
|
|
4610
4426
|
}
|
|
4611
4427
|
|
|
4612
|
-
.aksel-timeline__period--success {
|
|
4613
|
-
background: var(--ax-bg-success-moderate);
|
|
4614
|
-
border: solid 1px var(--ax-border-success);
|
|
4615
|
-
color: var(--ax-text-success-icon);
|
|
4616
|
-
}
|
|
4617
|
-
|
|
4618
|
-
.aksel-timeline__period--success.aksel-timeline__period--clickable:hover {
|
|
4619
|
-
background: var(--ax-bg-success-moderate-hover);
|
|
4620
|
-
border-color: var(--ax-border-success-strong);
|
|
4621
|
-
}
|
|
4622
|
-
|
|
4623
|
-
.aksel-timeline__period--success.aksel-timeline__period--clickable.aksel-timeline__period--selected {
|
|
4624
|
-
background: var(--ax-bg-success-strong-pressed);
|
|
4625
|
-
color: var(--ax-text-success-contrast);
|
|
4626
|
-
border: none;
|
|
4627
|
-
}
|
|
4628
|
-
|
|
4629
|
-
.aksel-timeline__period--warning {
|
|
4630
|
-
background: var(--ax-bg-warning-moderate);
|
|
4631
|
-
border: solid 1px var(--ax-border-warning);
|
|
4632
|
-
color: var(--ax-text-warning-icon);
|
|
4633
|
-
}
|
|
4634
|
-
|
|
4635
|
-
.aksel-timeline__period--warning.aksel-timeline__period--clickable:hover {
|
|
4636
|
-
background: var(--ax-bg-warning-moderate-hover);
|
|
4637
|
-
border-color: var(--ax-border-warning-strong);
|
|
4638
|
-
}
|
|
4639
|
-
|
|
4640
|
-
.aksel-timeline__period--warning.aksel-timeline__period--clickable.aksel-timeline__period--selected {
|
|
4641
|
-
background: var(--ax-bg-warning-strong-pressed);
|
|
4642
|
-
color: var(--ax-text-warning-contrast);
|
|
4643
|
-
border: none;
|
|
4644
|
-
}
|
|
4645
|
-
|
|
4646
|
-
.aksel-timeline__period--danger {
|
|
4647
|
-
background: var(--ax-bg-danger-moderate);
|
|
4648
|
-
border: solid 1px var(--ax-border-danger);
|
|
4649
|
-
color: var(--ax-text-danger-icon);
|
|
4650
|
-
}
|
|
4651
|
-
|
|
4652
|
-
.aksel-timeline__period--danger.aksel-timeline__period--clickable:hover {
|
|
4653
|
-
background: var(--ax-bg-danger-moderate-hover);
|
|
4654
|
-
border-color: var(--ax-border-danger-strong);
|
|
4655
|
-
}
|
|
4656
|
-
|
|
4657
|
-
.aksel-timeline__period--danger.aksel-timeline__period--clickable.aksel-timeline__period--selected {
|
|
4658
|
-
background: var(--ax-bg-danger-strong-pressed);
|
|
4659
|
-
color: var(--ax-text-danger-contrast);
|
|
4660
|
-
border: none;
|
|
4661
|
-
}
|
|
4662
|
-
|
|
4663
|
-
.aksel-timeline__period--info {
|
|
4664
|
-
background: var(--ax-bg-info-moderate);
|
|
4665
|
-
border: solid 1px var(--ax-border-info);
|
|
4666
|
-
color: var(--ax-text-info-icon);
|
|
4667
|
-
}
|
|
4668
|
-
|
|
4669
|
-
.aksel-timeline__period--info.aksel-timeline__period--clickable:hover {
|
|
4670
|
-
background: var(--ax-bg-info-moderate-hover);
|
|
4671
|
-
border-color: var(--ax-border-info-strong);
|
|
4672
|
-
}
|
|
4673
|
-
|
|
4674
|
-
.aksel-timeline__period--info.aksel-timeline__period--clickable.aksel-timeline__period--selected {
|
|
4675
|
-
background: var(--ax-bg-info-strong-pressed);
|
|
4676
|
-
color: var(--ax-text-info-contrast);
|
|
4677
|
-
border: none;
|
|
4678
|
-
}
|
|
4679
|
-
|
|
4680
|
-
.aksel-timeline__period--neutral {
|
|
4681
|
-
background: var(--ax-bg-neutral-moderate);
|
|
4682
|
-
border: solid 1px var(--ax-border-neutral);
|
|
4683
|
-
color: var(--ax-text-neutral-icon);
|
|
4684
|
-
}
|
|
4685
|
-
|
|
4686
|
-
.aksel-timeline__period--neutral.aksel-timeline__period--clickable:hover {
|
|
4687
|
-
background: var(--ax-bg-neutral-moderate-hover);
|
|
4688
|
-
border-color: var(--ax-border-neutral-strong);
|
|
4689
|
-
}
|
|
4690
|
-
|
|
4691
|
-
.aksel-timeline__period--neutral.aksel-timeline__period--clickable.aksel-timeline__period--selected {
|
|
4692
|
-
background: var(--ax-bg-neutral-strong-pressed);
|
|
4693
|
-
color: var(--ax-text-neutral-contrast);
|
|
4694
|
-
border: none;
|
|
4695
|
-
}
|
|
4696
|
-
|
|
4697
4428
|
.aksel-timeline__period--connected-both {
|
|
4698
4429
|
border-radius: 0;
|
|
4699
4430
|
}
|
|
@@ -4724,7 +4455,7 @@
|
|
|
4724
4455
|
background: var(--ax-bg-default);
|
|
4725
4456
|
box-shadow: inset 0 0 0 4px var(--ax-bg-danger-strong);
|
|
4726
4457
|
z-index: 2;
|
|
4727
|
-
border-radius: var(--ax-
|
|
4458
|
+
border-radius: var(--ax-radius-full);
|
|
4728
4459
|
padding: var(--ax-space-8);
|
|
4729
4460
|
border: none;
|
|
4730
4461
|
position: relative;
|
|
@@ -4732,7 +4463,7 @@
|
|
|
4732
4463
|
|
|
4733
4464
|
.aksel-timeline__pin-button:before {
|
|
4734
4465
|
content: "";
|
|
4735
|
-
border-radius: var(--ax-
|
|
4466
|
+
border-radius: var(--ax-radius-full);
|
|
4736
4467
|
width: 25px;
|
|
4737
4468
|
height: 25px;
|
|
4738
4469
|
position: absolute;
|
|
@@ -4775,16 +4506,16 @@
|
|
|
4775
4506
|
}
|
|
4776
4507
|
|
|
4777
4508
|
.aksel-timeline__zoom li:first-child .aksel-timeline__zoom-button {
|
|
4778
|
-
border-radius: var(--ax-
|
|
4509
|
+
border-radius: var(--ax-radius-4) 0 0 var(--ax-radius-4);
|
|
4779
4510
|
}
|
|
4780
4511
|
|
|
4781
4512
|
.aksel-timeline__zoom li:last-child .aksel-timeline__zoom-button {
|
|
4782
|
-
border-radius: 0 var(--ax-
|
|
4513
|
+
border-radius: 0 var(--ax-radius-4) var(--ax-radius-4) 0;
|
|
4783
4514
|
border-width: 1px;
|
|
4784
4515
|
}
|
|
4785
4516
|
|
|
4786
4517
|
.aksel-timeline__zoom li:only-child .aksel-timeline__zoom-button {
|
|
4787
|
-
border-radius: var(--ax-
|
|
4518
|
+
border-radius: var(--ax-radius-4);
|
|
4788
4519
|
}
|
|
4789
4520
|
|
|
4790
4521
|
.aksel-timeline__zoom-button:not([aria-pressed="true"]):hover {
|
|
@@ -4817,7 +4548,7 @@
|
|
|
4817
4548
|
box-shadow: var(--ax-shadow-dialog);
|
|
4818
4549
|
border: 1px solid;
|
|
4819
4550
|
border-color: var(--ax-border-neutral-subtleA);
|
|
4820
|
-
border-radius: var(--ax-
|
|
4551
|
+
border-radius: var(--ax-radius-8);
|
|
4821
4552
|
padding: var(--ax-space-16) var(--ax-space-20);
|
|
4822
4553
|
}
|
|
4823
4554
|
|
|
@@ -4855,7 +4586,7 @@
|
|
|
4855
4586
|
z-index: 3000;
|
|
4856
4587
|
background-color: var(--ax-bg-neutral-strong);
|
|
4857
4588
|
color: var(--ax-text-neutral-contrast);
|
|
4858
|
-
border-radius: var(--ax-
|
|
4589
|
+
border-radius: var(--ax-radius-4);
|
|
4859
4590
|
padding: 0 var(--ax-space-6);
|
|
4860
4591
|
text-align: center;
|
|
4861
4592
|
box-shadow: var(--ax-shadow-dialog);
|
|
@@ -4963,7 +4694,7 @@
|
|
|
4963
4694
|
font-family: var(--ax-font-family);
|
|
4964
4695
|
color: var(--ax-text-neutral);
|
|
4965
4696
|
padding: 0 var(--ax-space-4);
|
|
4966
|
-
border-radius: var(--ax-
|
|
4697
|
+
border-radius: var(--ax-radius-2);
|
|
4967
4698
|
background: var(--ax-bg-neutral-moderate);
|
|
4968
4699
|
justify-content: center;
|
|
4969
4700
|
align-items: center;
|
|
@@ -4989,7 +4720,7 @@
|
|
|
4989
4720
|
}
|
|
4990
4721
|
|
|
4991
4722
|
.aksel-toggle-group {
|
|
4992
|
-
border-radius: var(--ax-
|
|
4723
|
+
border-radius: var(--ax-radius-8);
|
|
4993
4724
|
background-color: var(--ax-bg-input);
|
|
4994
4725
|
box-shadow: inset 0 0 0 1px var(--ax-border-neutral);
|
|
4995
4726
|
grid-auto-columns: 1fr;
|
|
@@ -5003,7 +4734,7 @@
|
|
|
5003
4734
|
cursor: pointer;
|
|
5004
4735
|
min-height: 3rem;
|
|
5005
4736
|
color: var(--ax-text-neutral);
|
|
5006
|
-
border-radius: var(--ax-
|
|
4737
|
+
border-radius: var(--ax-radius-8);
|
|
5007
4738
|
background-color: rgba(0, 0, 0, 0);
|
|
5008
4739
|
border: none;
|
|
5009
4740
|
justify-content: center;
|
|
@@ -5014,7 +4745,7 @@
|
|
|
5014
4745
|
}
|
|
5015
4746
|
|
|
5016
4747
|
.aksel-toggle-group__button:hover {
|
|
5017
|
-
background-color: var(--ax-bg-
|
|
4748
|
+
background-color: var(--ax-bg-moderate-hoverA);
|
|
5018
4749
|
color: var(--ax-text-neutral);
|
|
5019
4750
|
}
|
|
5020
4751
|
|
|
@@ -5025,8 +4756,8 @@
|
|
|
5025
4756
|
}
|
|
5026
4757
|
|
|
5027
4758
|
.aksel-toggle-group__button[data-selected="true"] {
|
|
5028
|
-
background-color: var(--ax-bg-
|
|
5029
|
-
color: var(--ax-text-
|
|
4759
|
+
background-color: var(--ax-bg-strong-pressed);
|
|
4760
|
+
color: var(--ax-text-contrast);
|
|
5030
4761
|
}
|
|
5031
4762
|
|
|
5032
4763
|
.aksel-toggle-group__button:not([data-selected="true"], :first-child, .aksel-toggle-group__button[data-selected="true"] + .aksel-toggle-group__button):before {
|
|
@@ -5053,15 +4784,6 @@
|
|
|
5053
4784
|
font-size: var(--ax-font-size-heading-medium);
|
|
5054
4785
|
}
|
|
5055
4786
|
|
|
5056
|
-
:where(.aksel-toggle-group--neutral) .aksel-toggle-group__button:hover {
|
|
5057
|
-
background-color: var(--ax-bg-neutral-moderate-hoverA);
|
|
5058
|
-
}
|
|
5059
|
-
|
|
5060
|
-
:where(.aksel-toggle-group--neutral) .aksel-toggle-group__button[data-selected="true"] {
|
|
5061
|
-
background-color: var(--ax-bg-neutral-strong-pressed);
|
|
5062
|
-
color: var(--ax-text-neutral-contrast);
|
|
5063
|
-
}
|
|
5064
|
-
|
|
5065
4787
|
.aksel-toggle-group--small .aksel-toggle-group__button {
|
|
5066
4788
|
padding: var(--ax-space-2) var(--ax-space-12);
|
|
5067
4789
|
min-height: 2rem;
|
|
@@ -5096,7 +4818,7 @@
|
|
|
5096
4818
|
.aksel-panel {
|
|
5097
4819
|
background-color: var(--ax-bg-default);
|
|
5098
4820
|
padding: var(--ax-space-16);
|
|
5099
|
-
border-radius: var(--ax-
|
|
4821
|
+
border-radius: var(--ax-radius-2);
|
|
5100
4822
|
border: 1px solid rgba(0, 0, 0, 0);
|
|
5101
4823
|
}
|
|
5102
4824
|
|
|
@@ -5115,7 +4837,7 @@
|
|
|
5115
4837
|
cursor: pointer;
|
|
5116
4838
|
align-items: flex-start;
|
|
5117
4839
|
gap: var(--ax-space-4);
|
|
5118
|
-
color: var(--ax-text-
|
|
4840
|
+
color: var(--ax-text-subtle);
|
|
5119
4841
|
padding-inline: var(--__axc-read-more-pi-start) var(--__axc-read-more-pi-end);
|
|
5120
4842
|
padding-block: var(--__axc-read-more-pb);
|
|
5121
4843
|
text-align: start;
|
|
@@ -5135,7 +4857,7 @@
|
|
|
5135
4857
|
}
|
|
5136
4858
|
|
|
5137
4859
|
.aksel-read-more:is([data-volume="low"], :not([data-volume])) .aksel-read-more__button {
|
|
5138
|
-
border-radius: var(--ax-
|
|
4860
|
+
border-radius: var(--ax-radius-4);
|
|
5139
4861
|
}
|
|
5140
4862
|
|
|
5141
4863
|
.aksel-read-more:is([data-volume="low"], :not([data-volume])) .aksel-read-more__button:hover {
|
|
@@ -5143,13 +4865,13 @@
|
|
|
5143
4865
|
}
|
|
5144
4866
|
|
|
5145
4867
|
.aksel-read-more[data-volume="high"] .aksel-read-more__button {
|
|
5146
|
-
background-color: var(--ax-bg-
|
|
5147
|
-
border-radius: var(--ax-
|
|
4868
|
+
background-color: var(--ax-bg-moderate);
|
|
4869
|
+
border-radius: var(--ax-radius-full);
|
|
5148
4870
|
}
|
|
5149
4871
|
|
|
5150
4872
|
.aksel-read-more[data-volume="high"] .aksel-read-more__button:hover {
|
|
5151
|
-
background-color: var(--ax-bg-
|
|
5152
|
-
color: var(--ax-text-
|
|
4873
|
+
background-color: var(--ax-bg-moderate-hoverA);
|
|
4874
|
+
color: var(--ax-text-default);
|
|
5153
4875
|
}
|
|
5154
4876
|
|
|
5155
4877
|
.aksel-read-more[data-volume="high"].aksel-read-more--large {
|
|
@@ -5199,7 +4921,7 @@
|
|
|
5199
4921
|
|
|
5200
4922
|
.aksel-progress-bar {
|
|
5201
4923
|
background: var(--ax-bg-neutral-moderateA);
|
|
5202
|
-
border-radius: var(--ax-
|
|
4924
|
+
border-radius: var(--ax-radius-full);
|
|
5203
4925
|
box-shadow: inset 0 0 0 1px var(--ax-border-neutral-subtleA);
|
|
5204
4926
|
position: relative;
|
|
5205
4927
|
overflow: hidden;
|
|
@@ -5223,7 +4945,7 @@
|
|
|
5223
4945
|
.aksel-progress-bar__foreground {
|
|
5224
4946
|
--__ac-progress-bar-translate: initial;
|
|
5225
4947
|
transform: translateX(var(--__ac-progress-bar-translate));
|
|
5226
|
-
background: var(--ax-bg-
|
|
4948
|
+
background: var(--ax-bg-strong);
|
|
5227
4949
|
transform-origin: 0;
|
|
5228
4950
|
border-radius: inherit;
|
|
5229
4951
|
width: 100%;
|
|
@@ -5331,7 +5053,7 @@
|
|
|
5331
5053
|
|
|
5332
5054
|
.aksel-skeleton--text {
|
|
5333
5055
|
transform-origin: 0 55%;
|
|
5334
|
-
border-radius: var(--ax-
|
|
5056
|
+
border-radius: var(--ax-radius-8);
|
|
5335
5057
|
height: auto;
|
|
5336
5058
|
transform: scale(1, .6);
|
|
5337
5059
|
}
|
|
@@ -5341,7 +5063,7 @@
|
|
|
5341
5063
|
}
|
|
5342
5064
|
|
|
5343
5065
|
.aksel-skeleton--circle {
|
|
5344
|
-
border-radius: var(--ax-
|
|
5066
|
+
border-radius: var(--ax-radius-full);
|
|
5345
5067
|
}
|
|
5346
5068
|
|
|
5347
5069
|
.aksel-skeleton--rectangle {
|
|
@@ -5349,7 +5071,7 @@
|
|
|
5349
5071
|
}
|
|
5350
5072
|
|
|
5351
5073
|
.aksel-skeleton--rounded {
|
|
5352
|
-
border-radius: var(--ax-
|
|
5074
|
+
border-radius: var(--ax-radius-12);
|
|
5353
5075
|
}
|
|
5354
5076
|
|
|
5355
5077
|
@keyframes akselSkeletonAnimation {
|
|
@@ -5371,7 +5093,7 @@
|
|
|
5371
5093
|
--__axc-stepper-circle-size: 1.75rem;
|
|
5372
5094
|
--__axc-stepper-border-width: 2px;
|
|
5373
5095
|
--__axc-stepper-line-length: 1rem;
|
|
5374
|
-
color: var(--ax-text-
|
|
5096
|
+
color: var(--ax-text-subtle);
|
|
5375
5097
|
font-weight: var(--ax-font-weight-bold);
|
|
5376
5098
|
margin: 0;
|
|
5377
5099
|
padding-left: 0;
|
|
@@ -5388,7 +5110,7 @@
|
|
|
5388
5110
|
}
|
|
5389
5111
|
|
|
5390
5112
|
.aksel-stepper__line {
|
|
5391
|
-
background-color: var(--ax-border-
|
|
5113
|
+
background-color: var(--ax-border-default);
|
|
5392
5114
|
width: var(--__axc-stepper-border-width);
|
|
5393
5115
|
height: 100%;
|
|
5394
5116
|
min-height: var(--__axc-stepper-line-length);
|
|
@@ -5452,7 +5174,7 @@
|
|
|
5452
5174
|
width: var(--__axc-stepper-circle-size);
|
|
5453
5175
|
height: var(--__axc-stepper-circle-size);
|
|
5454
5176
|
border: var(--__axc-stepper-border-width) solid currentColor;
|
|
5455
|
-
border-radius: var(--ax-
|
|
5177
|
+
border-radius: var(--ax-radius-full);
|
|
5456
5178
|
grid-column: circle;
|
|
5457
5179
|
place-items: center;
|
|
5458
5180
|
line-height: 1;
|
|
@@ -5465,8 +5187,8 @@
|
|
|
5465
5187
|
}
|
|
5466
5188
|
|
|
5467
5189
|
.aksel-stepper__step[data-interactive="true"] {
|
|
5468
|
-
color: var(--ax-text-
|
|
5469
|
-
border-radius: var(--ax-
|
|
5190
|
+
color: var(--ax-text-subtle);
|
|
5191
|
+
border-radius: var(--ax-radius-4);
|
|
5470
5192
|
text-decoration: none;
|
|
5471
5193
|
}
|
|
5472
5194
|
|
|
@@ -5481,8 +5203,8 @@
|
|
|
5481
5203
|
}
|
|
5482
5204
|
|
|
5483
5205
|
.aksel-stepper__step[data-interactive="true"] .aksel-stepper__circle {
|
|
5484
|
-
color: var(--ax-text-
|
|
5485
|
-
border-color: var(--ax-border-
|
|
5206
|
+
color: var(--ax-text-subtle);
|
|
5207
|
+
border-color: var(--ax-border-strong);
|
|
5486
5208
|
}
|
|
5487
5209
|
|
|
5488
5210
|
.aksel-stepper__step[data-interactive="true"][data-active="true"] .aksel-stepper__content {
|
|
@@ -5490,14 +5212,14 @@
|
|
|
5490
5212
|
}
|
|
5491
5213
|
|
|
5492
5214
|
.aksel-stepper__step[data-interactive="true"][data-active="true"] .aksel-stepper__circle {
|
|
5493
|
-
color: var(--ax-text-
|
|
5494
|
-
background-color: var(--ax-bg-
|
|
5495
|
-
border-color: var(--ax-bg-
|
|
5215
|
+
color: var(--ax-text-contrast);
|
|
5216
|
+
background-color: var(--ax-bg-strong-pressed);
|
|
5217
|
+
border-color: var(--ax-bg-strong-pressed);
|
|
5496
5218
|
}
|
|
5497
5219
|
|
|
5498
5220
|
.aksel-stepper__step[data-interactive="true"][data-active="false"]:hover .aksel-stepper__circle {
|
|
5499
|
-
background-color: var(--ax-bg-
|
|
5500
|
-
border-color: var(--ax-border-
|
|
5221
|
+
background-color: var(--ax-bg-moderate-hoverA);
|
|
5222
|
+
border-color: var(--ax-border-strong);
|
|
5501
5223
|
}
|
|
5502
5224
|
|
|
5503
5225
|
.aksel-stepper__step[data-interactive="false"] {
|
|
@@ -5611,7 +5333,7 @@
|
|
|
5611
5333
|
}
|
|
5612
5334
|
|
|
5613
5335
|
.aksel-table__body .aksel-table__row--shade-on-hover.aksel-table__row--selected:hover {
|
|
5614
|
-
background-color: var(--ax-bg-
|
|
5336
|
+
background-color: var(--ax-bg-moderate-hoverA);
|
|
5615
5337
|
}
|
|
5616
5338
|
|
|
5617
5339
|
.aksel-table__row {
|
|
@@ -5619,11 +5341,11 @@
|
|
|
5619
5341
|
}
|
|
5620
5342
|
|
|
5621
5343
|
.aksel-table__row--selected {
|
|
5622
|
-
background-color: var(--ax-bg-
|
|
5344
|
+
background-color: var(--ax-bg-softA);
|
|
5623
5345
|
}
|
|
5624
5346
|
|
|
5625
5347
|
.aksel-table__row--selected + .aksel-table__expanded-row {
|
|
5626
|
-
background-color: var(--ax-bg-
|
|
5348
|
+
background-color: var(--ax-bg-softA);
|
|
5627
5349
|
}
|
|
5628
5350
|
|
|
5629
5351
|
.aksel-table--zebra-stripes .aksel-table__body :where(.aksel-table__row:nth-child(odd):not(.aksel-table__row--selected)) {
|
|
@@ -5639,7 +5361,7 @@
|
|
|
5639
5361
|
}
|
|
5640
5362
|
|
|
5641
5363
|
.aksel-table--zebra-stripes .aksel-table__row--selected + .aksel-table__expanded-row:nth-child(4n) {
|
|
5642
|
-
background-color: var(--ax-bg-
|
|
5364
|
+
background-color: var(--ax-bg-softA);
|
|
5643
5365
|
}
|
|
5644
5366
|
|
|
5645
5367
|
.aksel-table__header-cell, .aksel-table__data-cell {
|
|
@@ -5695,7 +5417,7 @@
|
|
|
5695
5417
|
|
|
5696
5418
|
.aksel-table__sort-button {
|
|
5697
5419
|
appearance: none;
|
|
5698
|
-
color: var(--ax-text-
|
|
5420
|
+
color: var(--ax-text-subtle);
|
|
5699
5421
|
cursor: pointer;
|
|
5700
5422
|
padding: var(--ax-space-16) var(--ax-space-12);
|
|
5701
5423
|
gap: var(--ax-space-4);
|
|
@@ -5723,8 +5445,8 @@
|
|
|
5723
5445
|
}
|
|
5724
5446
|
|
|
5725
5447
|
.aksel-table__header-cell[aria-sort="ascending"] .aksel-table__sort-button, .aksel-table__header-cell[aria-sort="descending"] .aksel-table__sort-button {
|
|
5726
|
-
background-color: var(--ax-bg-
|
|
5727
|
-
color: var(--ax-text-
|
|
5448
|
+
background-color: var(--ax-bg-moderate-pressedA);
|
|
5449
|
+
color: var(--ax-text-default);
|
|
5728
5450
|
}
|
|
5729
5451
|
|
|
5730
5452
|
.aksel-table__header-cell--align-right .aksel-table__sort-button {
|
|
@@ -5771,7 +5493,7 @@
|
|
|
5771
5493
|
|
|
5772
5494
|
.aksel-table__toggle-expand-button {
|
|
5773
5495
|
cursor: pointer;
|
|
5774
|
-
border-radius: var(--ax-
|
|
5496
|
+
border-radius: var(--ax-radius-4);
|
|
5775
5497
|
background: none;
|
|
5776
5498
|
border: none;
|
|
5777
5499
|
place-content: center;
|
|
@@ -5796,7 +5518,7 @@
|
|
|
5796
5518
|
}
|
|
5797
5519
|
|
|
5798
5520
|
.aksel-table__row--selected :is(:scope .aksel-table__toggle-expand-button:hover, :scope .aksel-table__toggle-expand-cell:hover > .aksel-table__toggle-expand-button, :scope .aksel-table__expandable-row--clickable:hover .aksel-table__toggle-expand-button) {
|
|
5799
|
-
background-color: var(--ax-bg-
|
|
5521
|
+
background-color: var(--ax-bg-moderate-hoverA);
|
|
5800
5522
|
}
|
|
5801
5523
|
|
|
5802
5524
|
.aksel-table__toggle-expand-cell--open > :where(.aksel-table__toggle-expand-button) :where(.aksel-table__expandable-icon) {
|
|
@@ -5909,7 +5631,7 @@
|
|
|
5909
5631
|
|
|
5910
5632
|
.aksel-tabs__tab[data-state="active"] {
|
|
5911
5633
|
--__axc-tabs-line-width: -4px;
|
|
5912
|
-
--__axc-tabs-line-color: var(--ax-border-
|
|
5634
|
+
--__axc-tabs-line-color: var(--ax-border-strong);
|
|
5913
5635
|
}
|
|
5914
5636
|
|
|
5915
5637
|
.aksel-tabs__tab:focus-visible {
|
|
@@ -5945,7 +5667,7 @@
|
|
|
5945
5667
|
padding: var(--ax-space-4) var(--ax-space-16);
|
|
5946
5668
|
}
|
|
5947
5669
|
|
|
5948
|
-
|
|
5670
|
+
.aksel-tabs__tab svg, .aksel-tabs__tab--small.aksel-tabs__tab--icon-only svg, .aksel-tabs__tab--small.aksel-tabs__tab-icon--top svg {
|
|
5949
5671
|
font-size: 1.25rem;
|
|
5950
5672
|
}
|
|
5951
5673
|
|
|
@@ -6015,28 +5737,14 @@
|
|
|
6015
5737
|
display: flex;
|
|
6016
5738
|
}
|
|
6017
5739
|
|
|
6018
|
-
:
|
|
6019
|
-
|
|
6020
|
-
|
|
6021
|
-
|
|
6022
|
-
_::-webkit-full-page-media {
|
|
6023
|
-
padding-left: 2.1rem;
|
|
6024
|
-
}
|
|
6025
|
-
|
|
6026
|
-
_:future {
|
|
6027
|
-
padding-left: 2.1rem;
|
|
6028
|
-
}
|
|
6029
|
-
|
|
6030
|
-
:root .aksel-list ol .aksel-list__item {
|
|
6031
|
-
padding-left: 0;
|
|
6032
|
-
}
|
|
6033
|
-
|
|
6034
|
-
_::-webkit-full-page-media {
|
|
6035
|
-
padding-left: 0;
|
|
6036
|
-
}
|
|
5740
|
+
@supports (hanging-punctuation: first) and (font: -apple-system-body) and (appearance: none) {
|
|
5741
|
+
.aksel-list ol {
|
|
5742
|
+
padding-left: 2.1rem;
|
|
5743
|
+
}
|
|
6037
5744
|
|
|
6038
|
-
|
|
6039
|
-
|
|
5745
|
+
.aksel-list ol .aksel-list__item {
|
|
5746
|
+
padding-left: 0;
|
|
5747
|
+
}
|
|
6040
5748
|
}
|
|
6041
5749
|
|
|
6042
5750
|
.aksel-list__item {
|
|
@@ -6867,15 +6575,15 @@
|
|
|
6867
6575
|
border-width: var(--__axc-box-border-width, 0);
|
|
6868
6576
|
}
|
|
6869
6577
|
|
|
6870
|
-
.aksel-box-
|
|
6871
|
-
--__axc-box-
|
|
6872
|
-
--__axc-box-
|
|
6873
|
-
--__axc-box-
|
|
6874
|
-
--__axc-box-
|
|
6875
|
-
--__axc-box-
|
|
6876
|
-
--__axc-box-
|
|
6877
|
-
--__axc-box-
|
|
6878
|
-
border-radius: var(--__axc-box-
|
|
6578
|
+
.aksel-box-radius {
|
|
6579
|
+
--__axc-box-radius-xs: initial;
|
|
6580
|
+
--__axc-box-radius-sm: var(--__axc-box-radius-xs);
|
|
6581
|
+
--__axc-box-radius-md: var(--__axc-box-radius-sm);
|
|
6582
|
+
--__axc-box-radius-lg: var(--__axc-box-radius-md);
|
|
6583
|
+
--__axc-box-radius-xl: var(--__axc-box-radius-lg);
|
|
6584
|
+
--__axc-box-radius-2xl: var(--__axc-box-radius-xl);
|
|
6585
|
+
--__axc-box-radius: var(--__axc-box-radius-xs);
|
|
6586
|
+
border-radius: var(--__axc-box-radius);
|
|
6879
6587
|
}
|
|
6880
6588
|
|
|
6881
6589
|
.aksel-box-shadow {
|
|
@@ -6884,32 +6592,32 @@
|
|
|
6884
6592
|
}
|
|
6885
6593
|
|
|
6886
6594
|
@media (min-width: 480px) {
|
|
6887
|
-
.aksel-box-
|
|
6888
|
-
--__axc-box-
|
|
6595
|
+
.aksel-box-radius {
|
|
6596
|
+
--__axc-box-radius: var(--__axc-box-radius-sm);
|
|
6889
6597
|
}
|
|
6890
6598
|
}
|
|
6891
6599
|
|
|
6892
6600
|
@media (min-width: 768px) {
|
|
6893
|
-
.aksel-box-
|
|
6894
|
-
--__axc-box-
|
|
6601
|
+
.aksel-box-radius {
|
|
6602
|
+
--__axc-box-radius: var(--__axc-box-radius-md);
|
|
6895
6603
|
}
|
|
6896
6604
|
}
|
|
6897
6605
|
|
|
6898
6606
|
@media (min-width: 1024px) {
|
|
6899
|
-
.aksel-box-
|
|
6900
|
-
--__axc-box-
|
|
6607
|
+
.aksel-box-radius {
|
|
6608
|
+
--__axc-box-radius: var(--__axc-box-radius-lg);
|
|
6901
6609
|
}
|
|
6902
6610
|
}
|
|
6903
6611
|
|
|
6904
6612
|
@media (min-width: 1280px) {
|
|
6905
|
-
.aksel-box-
|
|
6906
|
-
--__axc-box-
|
|
6613
|
+
.aksel-box-radius {
|
|
6614
|
+
--__axc-box-radius: var(--__axc-box-radius-xl);
|
|
6907
6615
|
}
|
|
6908
6616
|
}
|
|
6909
6617
|
|
|
6910
6618
|
@media (min-width: 1440px) {
|
|
6911
|
-
.aksel-box-
|
|
6912
|
-
--__axc-box-
|
|
6619
|
+
.aksel-box-radius {
|
|
6620
|
+
--__axc-box-radius: var(--__axc-box-radius-2xl);
|
|
6913
6621
|
}
|
|
6914
6622
|
}
|
|
6915
6623
|
|