2025-01-16 16:09:28 -05:00
|
|
|
@import url('playful/color.css');
|
2025-01-07 15:41:57 -05:00
|
|
|
@import url('default/space.css');
|
|
|
|
|
@import url('default/outlines.css');
|
2025-01-16 16:09:28 -05:00
|
|
|
@import url('playful/typography.css');
|
2025-01-07 15:41:57 -05:00
|
|
|
@import url('default/rounding.css');
|
|
|
|
|
@import url('default/shadows.css');
|
|
|
|
|
@import url('default/transitions.css');
|
|
|
|
|
@import url('default/groups.css');
|
2025-05-09 18:47:31 -04:00
|
|
|
@import url('playful/dimension.css');
|
2025-01-16 16:09:28 -05:00
|
|
|
@import url('playful/overrides.css');
|
2023-09-27 14:16:25 -04:00
|
|
|
|
2025-01-09 01:52:08 -05:00
|
|
|
:where(:root),
|
2023-09-27 14:16:25 -04:00
|
|
|
:host,
|
2025-01-08 12:50:29 -05:00
|
|
|
.wa-theme-playful,
|
2025-01-16 16:09:28 -05:00
|
|
|
.wa-dark,
|
2025-01-14 10:04:27 -05:00
|
|
|
.wa-light,
|
2025-01-16 16:09:28 -05:00
|
|
|
.wa-invert {
|
2024-01-16 13:42:32 -06:00
|
|
|
/**
|
|
|
|
|
* Borders
|
|
|
|
|
*/
|
2025-01-15 17:13:48 -05:00
|
|
|
--wa-border-width-scale: 3;
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Focus
|
|
|
|
|
*/
|
|
|
|
|
--wa-focus-ring-width: 0.25rem;
|
2023-09-27 14:16:25 -04:00
|
|
|
|
|
|
|
|
/**
|
2025-01-07 15:41:57 -05:00
|
|
|
* Rounding
|
2023-09-27 14:16:25 -04:00
|
|
|
*/
|
2025-01-07 15:41:57 -05:00
|
|
|
--wa-border-radius-scale: 2;
|
2023-09-27 14:16:25 -04:00
|
|
|
|
2024-01-16 10:02:49 -06:00
|
|
|
/**
|
2025-01-07 15:41:57 -05:00
|
|
|
* Shadows
|
2024-01-16 10:02:49 -06:00
|
|
|
*/
|
2025-01-07 15:41:57 -05:00
|
|
|
--wa-shadow-blur-scale: 3;
|
|
|
|
|
--wa-shadow-offset-y-scale: 2;
|
2024-01-16 10:02:49 -06:00
|
|
|
|
2023-09-27 14:16:25 -04:00
|
|
|
/**
|
2025-01-07 15:41:57 -05:00
|
|
|
* Component Groups
|
2023-09-27 14:16:25 -04:00
|
|
|
*/
|
2025-01-07 15:41:57 -05:00
|
|
|
--wa-form-control-border-color: var(--wa-color-neutral-border-normal);
|
2025-01-15 17:13:48 -05:00
|
|
|
--wa-form-control-border-radius: min(var(--wa-border-radius-pill), calc(var(--wa-form-control-height) * 0.6));
|
2023-09-28 22:47:25 -04:00
|
|
|
}
|