@dialpad/dialtone 9.127.1 → 9.127.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/tokens/doc.json +11518 -11518
- package/dist/vue2/localization/en-US.cjs +1 -1
- package/dist/vue2/localization/en-US.cjs.map +1 -1
- package/dist/vue2/localization/en-US.js +1 -1
- package/dist/vue2/localization/en-US.js.map +1 -1
- package/dist/vue3/localization/en-US.cjs +1 -1
- package/dist/vue3/localization/en-US.cjs.map +1 -1
- package/dist/vue3/localization/en-US.js +1 -1
- package/dist/vue3/localization/en-US.js.map +1 -1
- package/package.json +5 -6
- package/dist/css/fonts/SeasonMix-Bold.woff2 +0 -0
- package/dist/css/fonts/SeasonMix-Regular.woff2 +0 -0
- package/dist/css/fonts/SeasonMix-SemiBold.woff2 +0 -0
- package/dist/css/js/dialtone_health_check/deprecated_icons.cjs +0 -105
- package/dist/css/js/dialtone_health_check/index.cjs +0 -82
- package/dist/css/js/dialtone_health_check/non_dialtone_properties.cjs +0 -44
- package/dist/css/js/dialtone_migration_helper/configs/box-shadows.mjs +0 -19
- package/dist/css/js/dialtone_migration_helper/configs/colors.mjs +0 -69
- package/dist/css/js/dialtone_migration_helper/configs/fonts.mjs +0 -49
- package/dist/css/js/dialtone_migration_helper/configs/size-and-space.mjs +0 -124
- package/dist/css/js/dialtone_migration_helper/helpers.mjs +0 -212
- package/dist/css/js/dialtone_migration_helper/index.mjs +0 -135
- package/dist/css/svg/spot/blank-space.svg +0 -1
- package/dist/css/svg/spot/browser-list-callout.svg +0 -1
- package/dist/css/svg/spot/browser-table-graph.svg +0 -1
- package/dist/css/svg/spot/female-laptop-typing.svg +0 -1
- package/dist/css/svg/spot/file-upload.svg +0 -1
- package/dist/css/svg/spot/male-laptop-typing.svg +0 -1
- package/dist/css/svg/spot/mind.svg +0 -1
- package/dist/css/svg/spot/playlist.svg +0 -1
- package/dist/css/svg/spot/publish.svg +0 -1
- package/dist/css/svg/spot/vector-vortex.svg +0 -1
- package/dist/css/svg/spot/wireless-screenshare.svg +0 -1
- package/dist/css/tokens/tokens-base-dark.css +0 -1802
- package/dist/css/tokens/tokens-base-deca-dark.css +0 -1802
- package/dist/css/tokens/tokens-base-deca-light.css +0 -1562
- package/dist/css/tokens/tokens-base-light.css +0 -1562
- package/dist/css/tokens/tokens-debug-base.css +0 -1562
- package/dist/css/tokens/tokens-debug-dp.css +0 -2496
- package/dist/css/tokens/tokens-deca-dark.css +0 -2496
- package/dist/css/tokens/tokens-deca-light.css +0 -2496
- package/dist/css/tokens/tokens-dp-dark.css +0 -2496
- package/dist/css/tokens/tokens-dp-light.css +0 -2496
- package/dist/css/tokens/tokens-expressive-dark.css +0 -2457
- package/dist/css/tokens/tokens-expressive-light.css +0 -2457
- package/dist/css/tokens/tokens-expressive-sm-dark.css +0 -2457
- package/dist/css/tokens/tokens-expressive-sm-light.css +0 -2457
- package/dist/css/tokens/tokens-tmo-dark.css +0 -2496
- package/dist/css/tokens/tokens-tmo-light.css +0 -2496
- package/dist/tokens/less/tokens-base-dark.less +0 -604
- package/dist/tokens/less/tokens-base-deca-dark.less +0 -604
- package/dist/tokens/less/tokens-base-deca-light.less +0 -484
- package/dist/tokens/less/tokens-base-light.less +0 -484
- package/dist/tokens/less/tokens-deca-dark.less +0 -574
- package/dist/tokens/less/tokens-deca-light.less +0 -574
- package/dist/tokens/less/tokens-dp-dark.less +0 -574
- package/dist/tokens/less/tokens-dp-light.less +0 -574
- package/dist/tokens/less/tokens-expressive-dark.less +0 -540
- package/dist/tokens/less/tokens-expressive-light.less +0 -540
- package/dist/tokens/less/tokens-expressive-sm-dark.less +0 -540
- package/dist/tokens/less/tokens-expressive-sm-light.less +0 -540
- package/dist/tokens/less/tokens-tmo-dark.less +0 -574
- package/dist/tokens/less/tokens-tmo-light.less +0 -574
|
@@ -1,540 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
// Do not edit directly, this file was auto-generated.
|
|
3
|
-
|
|
4
|
-
@dt-font-size-100: 16px; // small
|
|
5
|
-
@dt-font-size-200: 20px; // medium / base
|
|
6
|
-
@dt-font-size-300: 28px; // large
|
|
7
|
-
@dt-font-size-400: 41px; // extra large / xl
|
|
8
|
-
@dt-font-size-500: 65px; // extra large / xxl
|
|
9
|
-
@dt-font-size-600: 105px;
|
|
10
|
-
@dt-size-border-focus: 0.3rem;
|
|
11
|
-
@dt-color-foreground-primary: #E6E6E6; // Default text color throughout the UI.
|
|
12
|
-
@dt-color-foreground-secondary: #c7c7c7; // Example uses include introduction paragraphs, labels, and descriptions paired with form elements.
|
|
13
|
-
@dt-color-foreground-tertiary: #B0B0B0; // Used to imply visual hierarchy relative to primary and secondary text colors, e.g. headlines and labels.
|
|
14
|
-
@dt-color-foreground-muted: hsl(0 0% 83.1% / 0.65);
|
|
15
|
-
@dt-color-foreground-placeholder: #B0B0B0;
|
|
16
|
-
@dt-color-foreground-disabled: #B0B0B0;
|
|
17
|
-
@dt-color-foreground-critical: #FF716F;
|
|
18
|
-
@dt-color-foreground-critical-strong: #FFABA4;
|
|
19
|
-
@dt-color-foreground-success: #AEFB3C;
|
|
20
|
-
@dt-color-foreground-success-strong: #DBFFA9;
|
|
21
|
-
@dt-color-foreground-warning: #FFBD48;
|
|
22
|
-
@dt-color-foreground-primary-inverted: #000000;
|
|
23
|
-
@dt-color-foreground-secondary-inverted: #3d3d3d;
|
|
24
|
-
@dt-color-foreground-tertiary-inverted: #555555;
|
|
25
|
-
@dt-color-foreground-muted-inverted: hsl(0 0% 9.02% / 0.65); // Muted text color that sits on high-contrast surfaces or backgrounds.
|
|
26
|
-
@dt-color-foreground-placeholder-inverted: #555555; // Placeholder text color that sits on high-contrast surfaces or backgrounds.
|
|
27
|
-
@dt-color-foreground-disabled-inverted: #555555; // Disabled text color that sits on high-contrast surfaces or backgrounds.
|
|
28
|
-
@dt-color-foreground-critical-inverted: #FF1356;
|
|
29
|
-
@dt-color-foreground-critical-strong-inverted: #640823; // Critical strong text that sits on high-contrast surfaces or backgrounds
|
|
30
|
-
@dt-color-foreground-success-inverted: #008E52;
|
|
31
|
-
@dt-color-foreground-success-strong-inverted: #004F2E;
|
|
32
|
-
@dt-color-foreground-warning-inverted: #815008;
|
|
33
|
-
@dt-color-link-primary: #BBA6FC;
|
|
34
|
-
@dt-color-link-primary-hover: #D3BCFF;
|
|
35
|
-
@dt-color-link-critical: #FF716F;
|
|
36
|
-
@dt-color-link-critical-hover: #FFABA4;
|
|
37
|
-
@dt-color-link-success: #AEFB3C; // positive
|
|
38
|
-
@dt-color-link-success-hover: #DBFFA9;
|
|
39
|
-
@dt-color-link-warning: #FFBD48;
|
|
40
|
-
@dt-color-link-warning-hover: #FFE89C;
|
|
41
|
-
@dt-color-link-muted: #c7c7c7;
|
|
42
|
-
@dt-color-link-muted-hover: #E6E6E6;
|
|
43
|
-
@dt-color-link-disabled: #B0B0B0;
|
|
44
|
-
@dt-color-link-disabled-hover: #B0B0B0;
|
|
45
|
-
@dt-color-link-primary-inverted: #7C52FF;
|
|
46
|
-
@dt-color-link-primary-inverted-hover: #5023DD;
|
|
47
|
-
@dt-color-link-critical-inverted: #FF1356;
|
|
48
|
-
@dt-color-link-critical-inverted-hover: #640823;
|
|
49
|
-
@dt-color-link-success-inverted: #008E52;
|
|
50
|
-
@dt-color-link-success-inverted-hover: #004F2E;
|
|
51
|
-
@dt-color-link-warning-inverted: #815008;
|
|
52
|
-
@dt-color-link-warning-inverted-hover: #533204;
|
|
53
|
-
@dt-color-link-muted-inverted: #3d3d3d;
|
|
54
|
-
@dt-color-link-muted-inverted-hover: #171717;
|
|
55
|
-
@dt-color-link-disabled-inverted: #555555;
|
|
56
|
-
@dt-color-link-disabled-inverted-hover: #555555;
|
|
57
|
-
@dt-color-surface-primary: #171717;
|
|
58
|
-
@dt-color-surface-secondary: #1f1f1f;
|
|
59
|
-
@dt-color-surface-moderate: #3d3d3d;
|
|
60
|
-
@dt-color-surface-bold: #555555;
|
|
61
|
-
@dt-color-surface-strong: #B0B0B0;
|
|
62
|
-
@dt-color-surface-contrast: #ffffff;
|
|
63
|
-
@dt-color-surface-critical: #380010; // Background surface color containing error, danger, or otherwise critical messaging or elements.
|
|
64
|
-
@dt-color-surface-warning: #533204;
|
|
65
|
-
@dt-color-surface-success: #012717; // Background surface color containing messaging or elements expressing a positive or successful state.
|
|
66
|
-
@dt-color-surface-info: #001429; // Background surface color containing messaging or elements communicated as generally informational.
|
|
67
|
-
@dt-color-surface-brand: #1D0155; // Background surface color containing messaging or elements communicated as generally informational.
|
|
68
|
-
@dt-color-surface-critical-subtle: hsl(343 100% 5.49%);
|
|
69
|
-
@dt-color-surface-warning-subtle: #2C1B02;
|
|
70
|
-
@dt-color-surface-success-subtle: hsl(155 95% 3.92%);
|
|
71
|
-
@dt-color-surface-info-subtle: hsl(211 100% 4.82%);
|
|
72
|
-
@dt-color-surface-brand-subtle: #10022C; // A softer version of the default informational surface.
|
|
73
|
-
@dt-color-surface-critical-strong: #FF716F;
|
|
74
|
-
@dt-color-surface-warning-strong: #FFDB80;
|
|
75
|
-
@dt-color-surface-success-strong: #AEFB3C;
|
|
76
|
-
@dt-color-surface-info-strong: #4AA9EA;
|
|
77
|
-
@dt-color-surface-brand-strong: #BBA6FC;
|
|
78
|
-
@dt-color-surface-primary-opaque: hsl(0 0% 9.02% / 0.9);
|
|
79
|
-
@dt-color-surface-secondary-opaque: hsl(0 0% 90.2% / 0.03);
|
|
80
|
-
@dt-color-surface-moderate-opaque: hsl(0 0% 90.2% / 0.18);
|
|
81
|
-
@dt-color-surface-bold-opaque: hsl(0 0% 90.2% / 0.3);
|
|
82
|
-
@dt-color-surface-strong-opaque: hsl(0 0% 90.2% / 0.74);
|
|
83
|
-
@dt-color-surface-contrast-opaque: hsl(0 0% 100% / 0.97);
|
|
84
|
-
@dt-color-surface-critical-opaque: hsl(343 72.9% 33.3% / 0.2);
|
|
85
|
-
@dt-color-surface-warning-opaque: hsl(35.7 88.3% 26.9% / 0.55);
|
|
86
|
-
@dt-color-surface-success-opaque: hsl(155 100% 15.5% / 0.28);
|
|
87
|
-
@dt-color-surface-info-opaque: hsl(211 100% 8.04% / 0.4);
|
|
88
|
-
@dt-color-surface-brand-opaque: hsl(260 97.7% 16.9% / 0.7);
|
|
89
|
-
@dt-color-surface-critical-subtle-opaque: hsl(344 93.1% 5.69% / 0.6);
|
|
90
|
-
@dt-color-surface-warning-subtle-opaque: hsl(35.7 91.3% 9.02% / 0.7);
|
|
91
|
-
@dt-color-surface-success-subtle-opaque: hsl(157 100% 4.12% / 0.6);
|
|
92
|
-
@dt-color-surface-info-subtle-opaque: hsl(211 91.3% 4.51% / 0.7);
|
|
93
|
-
@dt-color-surface-brand-subtle-opaque: hsl(260 91.3% 9.02% / 0.65);
|
|
94
|
-
@dt-color-surface-primary-inverted: #ffffff; // An inverted surface for lightened content and elements, most likely paired with inverted foreground colors.
|
|
95
|
-
@dt-color-surface-secondary-inverted: #F9F9F9;
|
|
96
|
-
@dt-color-surface-moderate-inverted: #E6E6E6;
|
|
97
|
-
@dt-color-surface-bold-inverted: #D4D4D4;
|
|
98
|
-
@dt-color-surface-strong-inverted: #555555; // Use sparingly to draw the eye to a relatively important region.
|
|
99
|
-
@dt-color-surface-contrast-inverted: #171717; // An inverted surface for lightened content and elements, most likely paired with inverted foreground colors.
|
|
100
|
-
@dt-color-surface-critical-inverted: #FFE5E6; // Background surface color containing error, danger, or otherwise critical messaging or elements.
|
|
101
|
-
@dt-color-surface-warning-inverted: #FFF4CC; // Background surface color highlighting messaging or elements that may require user's attention.
|
|
102
|
-
@dt-color-surface-success-inverted: #EDF9EB; // Background surface color containing messaging or elements expressing a positive or successful state.
|
|
103
|
-
@dt-color-surface-info-inverted: #EAF2FA; // Background surface color containing messaging or elements communicated as generally informational.
|
|
104
|
-
@dt-color-surface-brand-inverted: #F5F0FF; // Background surface color containing messaging or elements communicated as generally informational.
|
|
105
|
-
@dt-color-surface-critical-subtle-inverted: #FFF2F3; // A softer version of the Critical surface.
|
|
106
|
-
@dt-color-surface-warning-subtle-inverted: #fffae5; // A softer version of the default warning surface.
|
|
107
|
-
@dt-color-surface-success-subtle-inverted: #f6fcf5; // A softer version of the default success surface.
|
|
108
|
-
@dt-color-surface-info-subtle-inverted: #f5f9fd; // A softer version of the default informational surface.
|
|
109
|
-
@dt-color-surface-brand-subtle-inverted: #f9f6ff; // A softer version of the default informational surface.
|
|
110
|
-
@dt-color-surface-critical-strong-inverted: #D90A45;
|
|
111
|
-
@dt-color-surface-warning-strong-inverted: #FFBD48;
|
|
112
|
-
@dt-color-surface-success-strong-inverted: #31B237; // A contrasting positive state surface, most likely paired with inverted foreground colors.
|
|
113
|
-
@dt-color-surface-info-strong-inverted: #1768C6;
|
|
114
|
-
@dt-color-surface-brand-strong-inverted: #7C52FF;
|
|
115
|
-
@dt-color-surface-primary-opaque-inverted: hsl(0 0% 100% / 0.85); // Secondary surface as opaque background color.
|
|
116
|
-
@dt-color-surface-secondary-opaque-inverted: hsl(0 0% 0% / 0.04);
|
|
117
|
-
@dt-color-surface-moderate-opaque-inverted: hsl(0 0% 0% / 0.11);
|
|
118
|
-
@dt-color-surface-bold-opaque-inverted: hsl(0 0% 0% / 0.18);
|
|
119
|
-
@dt-color-surface-strong-opaque-inverted: hsl(0 0% 0% / 0.67); // Strong surface as opaque background color.
|
|
120
|
-
@dt-color-surface-contrast-opaque-inverted: hsl(0 0% 0% / 0.97); // Contrast surface as opaque background color.
|
|
121
|
-
@dt-color-surface-critical-opaque-inverted: hsl(4.62 100% 82.2% / 0.5);
|
|
122
|
-
@dt-color-surface-warning-opaque-inverted: hsl(46.1 100% 80.6% / 0.5);
|
|
123
|
-
@dt-color-surface-success-opaque-inverted: hsl(85.1 100% 83.1% / 0.3); // Success surface as opaque background color.
|
|
124
|
-
@dt-color-surface-info-opaque-inverted: hsl(210 61.5% 94.9% / 0.6); // Info surface as opaque background color.
|
|
125
|
-
@dt-color-surface-brand-opaque-inverted: hsl(260 100% 97.1% / 0.8); // Info surface as opaque background color.
|
|
126
|
-
@dt-color-surface-critical-subtle-opaque-inverted: hsl(358 100% 94.9% / 0.8);
|
|
127
|
-
@dt-color-surface-warning-subtle-opaque-inverted: hsl(48.5 100% 94.9% / 0.7); // Warning subtle surface as opaque background color
|
|
128
|
-
@dt-color-surface-success-subtle-opaque-inverted: hsl(111 53.8% 97.5% / 0.66); // Success subtle surface as opaque background color.
|
|
129
|
-
@dt-color-surface-info-subtle-opaque-inverted: hsl(210 66.7% 97.6% / 0.66); // Info surface as opaque background color.
|
|
130
|
-
@dt-color-surface-brand-subtle-opaque-inverted: hsl(260 100% 98.2% / 0.66); // Info surface as opaque background color.
|
|
131
|
-
@dt-color-surface-backdrop: hsl(0 0% 0% / 0.65); // Background color for a modal-like backdrop.
|
|
132
|
-
@dt-color-surface-ai: linear-gradient(135deg, #471571 0%, #551B84 3.08%, #7C229E 14.48%, #9024A4 23.67%, #B02290 35.5%, #D32B86 48.3%, #E92F6F 60.29%, #F6484F 74%, #FB7328 93%, #F3960F 98%, #F3960F 100%);
|
|
133
|
-
@dt-color-border-subtle: hsl(0 0% 100% / 0.14);
|
|
134
|
-
@dt-color-border-default: hsl(0 0% 100% / 0.22);
|
|
135
|
-
@dt-color-border-moderate: hsl(0 0% 100% / 0.36);
|
|
136
|
-
@dt-color-border-bold: hsl(0 0% 100% / 0.5);
|
|
137
|
-
@dt-color-border-critical: #FF716F;
|
|
138
|
-
@dt-color-border-success: #D1FF76;
|
|
139
|
-
@dt-color-border-warning: #FFDB80;
|
|
140
|
-
@dt-color-border-brand: #BBA6FC;
|
|
141
|
-
@dt-color-border-critical-subtle: #93173A;
|
|
142
|
-
@dt-color-border-success-subtle: #52C926;
|
|
143
|
-
@dt-color-border-warning-subtle: #FF9E0E;
|
|
144
|
-
@dt-color-border-brand-subtle: #7C52FF;
|
|
145
|
-
@dt-color-border-critical-strong: #FFABA4;
|
|
146
|
-
@dt-color-border-success-strong: #AEFB3C;
|
|
147
|
-
@dt-color-border-warning-strong: #FFE89C;
|
|
148
|
-
@dt-color-border-brand-strong: #D3BCFF;
|
|
149
|
-
@dt-color-border-subtle-inverted: hsl(0 0% 0% / 0.1);
|
|
150
|
-
@dt-color-border-default-inverted: hsl(0 0% 0% / 0.18);
|
|
151
|
-
@dt-color-border-moderate-inverted: hsl(0 0% 0% / 0.34);
|
|
152
|
-
@dt-color-border-bold-inverted: hsl(0 0% 0% / 0.5);
|
|
153
|
-
@dt-color-border-critical-inverted: #FF1356;
|
|
154
|
-
@dt-color-border-success-inverted: #31B237;
|
|
155
|
-
@dt-color-border-warning-inverted: #FF9E0E;
|
|
156
|
-
@dt-color-border-brand-inverted: #7C52FF;
|
|
157
|
-
@dt-color-border-critical-subtle-inverted: #FF716F;
|
|
158
|
-
@dt-color-border-success-subtle-inverted: #D1FF76;
|
|
159
|
-
@dt-color-border-warning-subtle-inverted: #FFDB80;
|
|
160
|
-
@dt-color-border-brand-subtle-inverted: #BBA6FC;
|
|
161
|
-
@dt-color-border-critical-strong-inverted: #93173A;
|
|
162
|
-
@dt-color-border-success-strong-inverted: #004F2E;
|
|
163
|
-
@dt-color-border-warning-strong-inverted: #D57F00;
|
|
164
|
-
@dt-color-border-brand-strong-inverted: #5023DD;
|
|
165
|
-
@dt-color-border-focus: #3B96DF;
|
|
166
|
-
@dt-color-border-ai: linear-gradient(135deg, #471571 0%, #551B84 3.08%, #7C229E 14.48%, #9024A4 23.67%, #B02290 35.5%, #D32B86 48.3%, #E92F6F 60.29%, #F6484F 74%, #FB7328 93%, #F3960F 98%, #F3960F 100%);
|
|
167
|
-
@dt-color-border-accent: #FF1BA4;
|
|
168
|
-
@dt-typography-body-md-font-family: "Season Mix", -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; // Base default medium text style for main content.
|
|
169
|
-
@dt-typography-body-md-font-weight: 400; // Base default medium text style for main content.
|
|
170
|
-
@dt-typography-body-md-line-height: 1.6; // Base default medium text style for main content.
|
|
171
|
-
@dt-typography-body-md-font-size: 20px; // Base default medium text style for main content.
|
|
172
|
-
@dt-typography-body-md-text-case: none; // Base default medium text style for main content.
|
|
173
|
-
@dt-typography-body-md-compact-font-family: "Season Mix", -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; // A tighter-spaced version of medium body style.
|
|
174
|
-
@dt-typography-body-md-compact-font-weight: 400; // A tighter-spaced version of medium body style.
|
|
175
|
-
@dt-typography-body-md-compact-line-height: 1.4; // A tighter-spaced version of medium body style.
|
|
176
|
-
@dt-typography-body-md-compact-font-size: 20px; // A tighter-spaced version of medium body style.
|
|
177
|
-
@dt-typography-body-md-compact-text-case: none; // A tighter-spaced version of medium body style.
|
|
178
|
-
@dt-typography-body-sm-font-family: "Season Mix", -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; // Reduced small text style for less prominent or adjacent content.
|
|
179
|
-
@dt-typography-body-sm-font-weight: 400; // Reduced small text style for less prominent or adjacent content.
|
|
180
|
-
@dt-typography-body-sm-line-height: 1.4; // Reduced small text style for less prominent or adjacent content.
|
|
181
|
-
@dt-typography-body-sm-font-size: 16px; // Reduced small text style for less prominent or adjacent content.
|
|
182
|
-
@dt-typography-body-sm-text-case: none; // Reduced small text style for less prominent or adjacent content.
|
|
183
|
-
@dt-typography-body-sm-compact-font-family: "Season Mix", -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; // A tighter-spaced version of small body style.
|
|
184
|
-
@dt-typography-body-sm-compact-font-weight: 400; // A tighter-spaced version of small body style.
|
|
185
|
-
@dt-typography-body-sm-compact-line-height: 1.2; // A tighter-spaced version of small body style.
|
|
186
|
-
@dt-typography-body-sm-compact-font-size: 16px; // A tighter-spaced version of small body style.
|
|
187
|
-
@dt-typography-body-sm-compact-text-case: none; // A tighter-spaced version of small body style.
|
|
188
|
-
@dt-typography-headline-eyebrow-font-family: "Season Mix", -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; // Visually concise and uppercase title text used above a paired headline. Also known as a kicker or overline.
|
|
189
|
-
@dt-typography-headline-eyebrow-font-weight: 400; // Visually concise and uppercase title text used above a paired headline. Also known as a kicker or overline.
|
|
190
|
-
@dt-typography-headline-eyebrow-line-height: 1.4; // Visually concise and uppercase title text used above a paired headline. Also known as a kicker or overline.
|
|
191
|
-
@dt-typography-headline-eyebrow-font-size: 16px; // Visually concise and uppercase title text used above a paired headline. Also known as a kicker or overline.
|
|
192
|
-
@dt-typography-headline-eyebrow-text-case: uppercase; // Visually concise and uppercase title text used above a paired headline. Also known as a kicker or overline.
|
|
193
|
-
@dt-typography-headline-sm-font-family: "Season Mix", -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; // Smaller text size for secondary information or subheadings.
|
|
194
|
-
@dt-typography-headline-sm-font-weight: 700; // Smaller text size for secondary information or subheadings.
|
|
195
|
-
@dt-typography-headline-sm-line-height: 1.4; // Smaller text size for secondary information or subheadings.
|
|
196
|
-
@dt-typography-headline-sm-font-size: 20px; // Smaller text size for secondary information or subheadings.
|
|
197
|
-
@dt-typography-headline-sm-text-case: none; // Smaller text size for secondary information or subheadings.
|
|
198
|
-
@dt-typography-headline-sm-compact-font-family: "Season Mix", -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; // A tighter-spaced version of small headline style.
|
|
199
|
-
@dt-typography-headline-sm-compact-font-weight: 700; // A tighter-spaced version of small headline style.
|
|
200
|
-
@dt-typography-headline-sm-compact-line-height: 1.2; // A tighter-spaced version of small headline style.
|
|
201
|
-
@dt-typography-headline-sm-compact-font-size: 20px; // A tighter-spaced version of small headline style.
|
|
202
|
-
@dt-typography-headline-sm-compact-text-case: none; // A tighter-spaced version of small headline style.
|
|
203
|
-
@dt-typography-headline-sm-soft-font-family: "Season Mix", -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; // A softer font weight version of small headline style.
|
|
204
|
-
@dt-typography-headline-sm-soft-font-weight: 500; // A softer font weight version of small headline style.
|
|
205
|
-
@dt-typography-headline-sm-soft-line-height: 1.4; // A softer font weight version of small headline style.
|
|
206
|
-
@dt-typography-headline-sm-soft-font-size: 20px; // A softer font weight version of small headline style.
|
|
207
|
-
@dt-typography-headline-sm-soft-text-case: none; // A softer font weight version of small headline style.
|
|
208
|
-
@dt-typography-headline-sm-soft-compact-font-family: "Season Mix", -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; // A softer font weight, tighter-spaced version of small headline style.
|
|
209
|
-
@dt-typography-headline-sm-soft-compact-font-weight: 500; // A softer font weight, tighter-spaced version of small headline style.
|
|
210
|
-
@dt-typography-headline-sm-soft-compact-line-height: 1.2; // A softer font weight, tighter-spaced version of small headline style.
|
|
211
|
-
@dt-typography-headline-sm-soft-compact-font-size: 20px; // A softer font weight, tighter-spaced version of small headline style.
|
|
212
|
-
@dt-typography-headline-sm-soft-compact-text-case: none; // A softer font weight, tighter-spaced version of small headline style.
|
|
213
|
-
@dt-typography-headline-md-font-family: "Season Mix", -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; // Medium-sized base text style for headlines.
|
|
214
|
-
@dt-typography-headline-md-font-weight: 700; // Medium-sized base text style for headlines.
|
|
215
|
-
@dt-typography-headline-md-line-height: 1.6; // Medium-sized base text style for headlines.
|
|
216
|
-
@dt-typography-headline-md-font-size: 28px; // Medium-sized base text style for headlines.
|
|
217
|
-
@dt-typography-headline-md-text-case: none; // Medium-sized base text style for headlines.
|
|
218
|
-
@dt-typography-headline-md-compact-font-family: "Season Mix", -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; // A tighter-spaced version of medium headline style.
|
|
219
|
-
@dt-typography-headline-md-compact-font-weight: 700; // A tighter-spaced version of medium headline style.
|
|
220
|
-
@dt-typography-headline-md-compact-line-height: 1.4; // A tighter-spaced version of medium headline style.
|
|
221
|
-
@dt-typography-headline-md-compact-font-size: 28px; // A tighter-spaced version of medium headline style.
|
|
222
|
-
@dt-typography-headline-md-compact-text-case: none; // A tighter-spaced version of medium headline style.
|
|
223
|
-
@dt-typography-headline-lg-font-family: "Season Mix", -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; // Large text style for headlines to attract attention.
|
|
224
|
-
@dt-typography-headline-lg-font-weight: 700; // Large text style for headlines to attract attention.
|
|
225
|
-
@dt-typography-headline-lg-line-height: 1.6; // Large text style for headlines to attract attention.
|
|
226
|
-
@dt-typography-headline-lg-font-size: 41px; // Large text style for headlines to attract attention.
|
|
227
|
-
@dt-typography-headline-lg-text-case: none; // Large text style for headlines to attract attention.
|
|
228
|
-
@dt-typography-headline-lg-soft-font-family: "Season Mix", -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; // A softer font weight version of large headline style.
|
|
229
|
-
@dt-typography-headline-lg-soft-font-weight: 500; // A softer font weight version of large headline style.
|
|
230
|
-
@dt-typography-headline-lg-soft-line-height: 1.6; // A softer font weight version of large headline style.
|
|
231
|
-
@dt-typography-headline-lg-soft-font-size: 41px; // A softer font weight version of large headline style.
|
|
232
|
-
@dt-typography-headline-lg-soft-text-case: none; // A softer font weight version of large headline style.
|
|
233
|
-
@dt-typography-headline-lg-compact-font-family: "Season Mix", -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; // A tighter-spaced version of large body style.
|
|
234
|
-
@dt-typography-headline-lg-compact-font-weight: 700; // A tighter-spaced version of large body style.
|
|
235
|
-
@dt-typography-headline-lg-compact-line-height: 1.4; // A tighter-spaced version of large body style.
|
|
236
|
-
@dt-typography-headline-lg-compact-font-size: 41px; // A tighter-spaced version of large body style.
|
|
237
|
-
@dt-typography-headline-lg-compact-text-case: none; // A tighter-spaced version of large body style.
|
|
238
|
-
@dt-typography-headline-lg-soft-compact-font-family: "Season Mix", -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; // A softer font weight, tighter spaced version of large headline style.
|
|
239
|
-
@dt-typography-headline-lg-soft-compact-font-weight: 500; // A softer font weight, tighter spaced version of large headline style.
|
|
240
|
-
@dt-typography-headline-lg-soft-compact-line-height: 1.4; // A softer font weight, tighter spaced version of large headline style.
|
|
241
|
-
@dt-typography-headline-lg-soft-compact-font-size: 41px; // A softer font weight, tighter spaced version of large headline style.
|
|
242
|
-
@dt-typography-headline-lg-soft-compact-text-case: none; // A softer font weight, tighter spaced version of large headline style.
|
|
243
|
-
@dt-typography-headline-xl-font-family: "Season Mix", -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; // Extra large text style for high importance headlines.
|
|
244
|
-
@dt-typography-headline-xl-font-weight: 500; // Extra large text style for high importance headlines.
|
|
245
|
-
@dt-typography-headline-xl-line-height: 1.2; // Extra large text style for high importance headlines.
|
|
246
|
-
@dt-typography-headline-xl-font-size: 65px; // Extra large text style for high importance headlines.
|
|
247
|
-
@dt-typography-headline-xl-text-case: none; // Extra large text style for high importance headlines.
|
|
248
|
-
@dt-typography-headline-xl-compact-font-family: "Season Mix", -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; // A tighter-spaced version of extra large headline style.
|
|
249
|
-
@dt-typography-headline-xl-compact-font-weight: 500; // A tighter-spaced version of extra large headline style.
|
|
250
|
-
@dt-typography-headline-xl-compact-line-height: 1; // A tighter-spaced version of extra large headline style.
|
|
251
|
-
@dt-typography-headline-xl-compact-font-size: 65px; // A tighter-spaced version of extra large headline style.
|
|
252
|
-
@dt-typography-headline-xl-compact-text-case: none; // A tighter-spaced version of extra large headline style.
|
|
253
|
-
@dt-typography-headline-xxl-font-family: "Season Mix", -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; // Largest text style for extra extra large content.
|
|
254
|
-
@dt-typography-headline-xxl-font-weight: 500; // Largest text style for extra extra large content.
|
|
255
|
-
@dt-typography-headline-xxl-line-height: 1.2; // Largest text style for extra extra large content.
|
|
256
|
-
@dt-typography-headline-xxl-font-size: 105px; // Largest text style for extra extra large content.
|
|
257
|
-
@dt-typography-headline-xxl-text-case: none; // Largest text style for extra extra large content.
|
|
258
|
-
@dt-typography-headline-xxl-compact-font-family: "Season Mix", -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; // A tighter-spaced version of extra extra large headline style.
|
|
259
|
-
@dt-typography-headline-xxl-compact-font-weight: 500; // A tighter-spaced version of extra extra large headline style.
|
|
260
|
-
@dt-typography-headline-xxl-compact-line-height: 1; // A tighter-spaced version of extra extra large headline style.
|
|
261
|
-
@dt-typography-headline-xxl-compact-font-size: 105px; // A tighter-spaced version of extra extra large headline style.
|
|
262
|
-
@dt-typography-headline-xxl-compact-text-case: none; // A tighter-spaced version of extra extra large headline style.
|
|
263
|
-
@dt-typography-label-md-font-family: "Season Mix", -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; // Base default medium-sized text style for labels, providing clear identification and categorization.
|
|
264
|
-
@dt-typography-label-md-font-weight: 600; // Base default medium-sized text style for labels, providing clear identification and categorization.
|
|
265
|
-
@dt-typography-label-md-line-height: 1.6; // Base default medium-sized text style for labels, providing clear identification and categorization.
|
|
266
|
-
@dt-typography-label-md-font-size: 20px; // Base default medium-sized text style for labels, providing clear identification and categorization.
|
|
267
|
-
@dt-typography-label-md-text-case: none; // Base default medium-sized text style for labels, providing clear identification and categorization.
|
|
268
|
-
@dt-typography-label-md-compact-font-family: "Season Mix", -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; // A tighter-spaced version of medium label style.
|
|
269
|
-
@dt-typography-label-md-compact-font-weight: 600; // A tighter-spaced version of medium label style.
|
|
270
|
-
@dt-typography-label-md-compact-line-height: 1.4; // A tighter-spaced version of medium label style.
|
|
271
|
-
@dt-typography-label-md-compact-font-size: 20px; // A tighter-spaced version of medium label style.
|
|
272
|
-
@dt-typography-label-md-compact-text-case: none; // A tighter-spaced version of medium label style.
|
|
273
|
-
@dt-typography-label-md-plain-font-family: "Season Mix", -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; // A non-bold version of medium label style.
|
|
274
|
-
@dt-typography-label-md-plain-font-weight: 400; // A non-bold version of medium label style.
|
|
275
|
-
@dt-typography-label-md-plain-line-height: 1.6; // A non-bold version of medium label style.
|
|
276
|
-
@dt-typography-label-md-plain-font-size: 20px; // A non-bold version of medium label style.
|
|
277
|
-
@dt-typography-label-md-plain-text-case: none; // A non-bold version of medium label style.
|
|
278
|
-
@dt-typography-label-md-plain-compact-font-family: "Season Mix", -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; // A non-bolded, tighter-spaced version of medium label style.
|
|
279
|
-
@dt-typography-label-md-plain-compact-font-weight: 400; // A non-bolded, tighter-spaced version of medium label style.
|
|
280
|
-
@dt-typography-label-md-plain-compact-line-height: 1.4; // A non-bolded, tighter-spaced version of medium label style.
|
|
281
|
-
@dt-typography-label-md-plain-compact-font-size: 20px; // A non-bolded, tighter-spaced version of medium label style.
|
|
282
|
-
@dt-typography-label-md-plain-compact-text-case: none; // A non-bolded, tighter-spaced version of medium label style.
|
|
283
|
-
@dt-typography-label-sm-font-family: "Season Mix", -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; // Smaller text style for labels when space is limited or for secondary information or to convey a slightly lower hierachy.
|
|
284
|
-
@dt-typography-label-sm-font-weight: 600; // Smaller text style for labels when space is limited or for secondary information or to convey a slightly lower hierachy.
|
|
285
|
-
@dt-typography-label-sm-line-height: 1.4; // Smaller text style for labels when space is limited or for secondary information or to convey a slightly lower hierachy.
|
|
286
|
-
@dt-typography-label-sm-font-size: 16px; // Smaller text style for labels when space is limited or for secondary information or to convey a slightly lower hierachy.
|
|
287
|
-
@dt-typography-label-sm-text-case: none; // Smaller text style for labels when space is limited or for secondary information or to convey a slightly lower hierachy.
|
|
288
|
-
@dt-typography-label-sm-compact-font-family: "Season Mix", -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; // A tighter-spaced version of small label style.
|
|
289
|
-
@dt-typography-label-sm-compact-font-weight: 600; // A tighter-spaced version of small label style.
|
|
290
|
-
@dt-typography-label-sm-compact-line-height: 1.2; // A tighter-spaced version of small label style.
|
|
291
|
-
@dt-typography-label-sm-compact-font-size: 16px; // A tighter-spaced version of small label style.
|
|
292
|
-
@dt-typography-label-sm-compact-text-case: none; // A tighter-spaced version of small label style.
|
|
293
|
-
@dt-typography-label-sm-plain-font-family: "Season Mix", -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; // A non-bold version of small label style.
|
|
294
|
-
@dt-typography-label-sm-plain-font-weight: 400; // A non-bold version of small label style.
|
|
295
|
-
@dt-typography-label-sm-plain-line-height: 1.4; // A non-bold version of small label style.
|
|
296
|
-
@dt-typography-label-sm-plain-font-size: 16px; // A non-bold version of small label style.
|
|
297
|
-
@dt-typography-label-sm-plain-text-case: none; // A non-bold version of small label style.
|
|
298
|
-
@dt-typography-label-sm-plain-compact-font-family: "Season Mix", -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; // A non-bolded, tighter-spaced version of small label style.
|
|
299
|
-
@dt-typography-label-sm-plain-compact-font-weight: 400; // A non-bolded, tighter-spaced version of small label style.
|
|
300
|
-
@dt-typography-label-sm-plain-compact-line-height: 1.2; // A non-bolded, tighter-spaced version of small label style.
|
|
301
|
-
@dt-typography-label-sm-plain-compact-font-size: 16px; // A non-bolded, tighter-spaced version of small label style.
|
|
302
|
-
@dt-typography-label-sm-plain-compact-text-case: none; // A non-bolded, tighter-spaced version of small label style.
|
|
303
|
-
@dt-typography-helper-md-font-family: "Season Mix", -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; // Base default medium-sized text style for supplementary contextual information.
|
|
304
|
-
@dt-typography-helper-md-font-weight: 400; // Base default medium-sized text style for supplementary contextual information.
|
|
305
|
-
@dt-typography-helper-md-line-height: 1.4; // Base default medium-sized text style for supplementary contextual information.
|
|
306
|
-
@dt-typography-helper-md-font-size: 20px; // Base default medium-sized text style for supplementary contextual information.
|
|
307
|
-
@dt-typography-helper-md-text-case: none; // Base default medium-sized text style for supplementary contextual information.
|
|
308
|
-
@dt-typography-helper-sm-font-family: "Season Mix", -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; // Smaller text size for subtle guidance or additional context, minimizing visual disruption.
|
|
309
|
-
@dt-typography-helper-sm-font-weight: 400; // Smaller text size for subtle guidance or additional context, minimizing visual disruption.
|
|
310
|
-
@dt-typography-helper-sm-line-height: 1.2; // Smaller text size for subtle guidance or additional context, minimizing visual disruption.
|
|
311
|
-
@dt-typography-helper-sm-font-size: 16px; // Smaller text size for subtle guidance or additional context, minimizing visual disruption.
|
|
312
|
-
@dt-typography-helper-sm-text-case: none; // Smaller text size for subtle guidance or additional context, minimizing visual disruption.
|
|
313
|
-
@dt-typography-code-md-font-family: SFMono-Regular, "SF Mono", Consolas, "Liberation Mono", Menlo, Courier, monospace; // Base default medium-sized text style for monospace code snippets of technical content.
|
|
314
|
-
@dt-typography-code-md-font-weight: 400; // Base default medium-sized text style for monospace code snippets of technical content.
|
|
315
|
-
@dt-typography-code-md-line-height: 1.2; // Base default medium-sized text style for monospace code snippets of technical content.
|
|
316
|
-
@dt-typography-code-md-font-size: 20px; // Base default medium-sized text style for monospace code snippets of technical content.
|
|
317
|
-
@dt-typography-code-md-text-case: none; // Base default medium-sized text style for monospace code snippets of technical content.
|
|
318
|
-
@dt-typography-code-sm-font-family: SFMono-Regular, "SF Mono", Consolas, "Liberation Mono", Menlo, Courier, monospace; // Smaller text size for monospace code, suitable for inline references or less prominent code examples.
|
|
319
|
-
@dt-typography-code-sm-font-weight: 400; // Smaller text size for monospace code, suitable for inline references or less prominent code examples.
|
|
320
|
-
@dt-typography-code-sm-line-height: 1.2; // Smaller text size for monospace code, suitable for inline references or less prominent code examples.
|
|
321
|
-
@dt-typography-code-sm-font-size: 16px; // Smaller text size for monospace code, suitable for inline references or less prominent code examples.
|
|
322
|
-
@dt-typography-code-sm-text-case: none; // Smaller text size for monospace code, suitable for inline references or less prominent code examples.
|
|
323
|
-
@dt-typography-inputs-xs-font-family: -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; // Text style for extra small inputs (e.g. input and textarea)
|
|
324
|
-
@dt-typography-inputs-xs-font-weight: 400; // Text style for extra small inputs (e.g. input and textarea)
|
|
325
|
-
@dt-typography-inputs-xs-font-size: 16px; // Text style for extra small inputs (e.g. input and textarea)
|
|
326
|
-
@dt-typography-inputs-xs-line-height: 1.2; // Text style for extra small inputs (e.g. input and textarea)
|
|
327
|
-
@dt-typography-inputs-sm-font-family: -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; // Text style for small inputs (e.g. input and textarea)
|
|
328
|
-
@dt-typography-inputs-sm-font-weight: 400; // Text style for small inputs (e.g. input and textarea)
|
|
329
|
-
@dt-typography-inputs-sm-font-size: 16px; // Text style for small inputs (e.g. input and textarea)
|
|
330
|
-
@dt-typography-inputs-sm-line-height: 1.2; // Text style for small inputs (e.g. input and textarea)
|
|
331
|
-
@dt-typography-inputs-md-font-family: -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; // Text style for medium inputs (e.g. input and textarea)
|
|
332
|
-
@dt-typography-inputs-md-font-weight: 400; // Text style for medium inputs (e.g. input and textarea)
|
|
333
|
-
@dt-typography-inputs-md-font-size: 20px; // Text style for medium inputs (e.g. input and textarea)
|
|
334
|
-
@dt-typography-inputs-md-line-height: 1.2; // Text style for medium inputs (e.g. input and textarea)
|
|
335
|
-
@dt-typography-inputs-lg-font-family: -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; // Text style for large inputs (e.g. input and textarea)
|
|
336
|
-
@dt-typography-inputs-lg-font-weight: 400; // Text style for large inputs (e.g. input and textarea)
|
|
337
|
-
@dt-typography-inputs-lg-font-size: 28px; // Text style for large inputs (e.g. input and textarea)
|
|
338
|
-
@dt-typography-inputs-lg-line-height: 1.2; // Text style for large inputs (e.g. input and textarea)
|
|
339
|
-
@dt-typography-inputs-xl-font-family: -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; // Text style for extra large inputs (e.g. input and textarea)
|
|
340
|
-
@dt-typography-inputs-xl-font-weight: 400; // Text style for extra large inputs (e.g. input and textarea)
|
|
341
|
-
@dt-typography-inputs-xl-font-size: 16px; // Text style for extra large inputs (e.g. input and textarea)
|
|
342
|
-
@dt-typography-inputs-xl-line-height: 1.2; // Text style for extra large inputs (e.g. input and textarea)
|
|
343
|
-
@dt-inputs-size-border-default: 0.15rem;
|
|
344
|
-
@dt-inputs-size-border-status: 0.2rem;
|
|
345
|
-
@dt-inputs-size-radius-xs: 0.4rem;
|
|
346
|
-
@dt-inputs-size-radius-sm: 0.8rem;
|
|
347
|
-
@dt-inputs-size-radius-md: 0.8rem;
|
|
348
|
-
@dt-inputs-size-radius-lg: 1.2rem;
|
|
349
|
-
@dt-inputs-size-radius-xl: 1.6rem;
|
|
350
|
-
@dt-inputs-line-height-xs: 1.2; // Line height for extra small inputs (e.g. input and textarea)
|
|
351
|
-
@dt-inputs-line-height-sm: 1.2; // Line height for small inputs (e.g. input and textarea)
|
|
352
|
-
@dt-inputs-line-height-md: 1.2; // Line height for medium inputs (e.g. input and textarea)
|
|
353
|
-
@dt-inputs-line-height-lg: 1.2; // Line height for large inputs (e.g. input and textarea)
|
|
354
|
-
@dt-inputs-line-height-xl: 1.2; // Line height for extra large inputs (e.g. input and textarea)
|
|
355
|
-
@dt-inputs-font-size-xs: 16px; // Font size for extra small inputs (e.g. input and textarea)
|
|
356
|
-
@dt-inputs-font-size-sm: 16px; // Font size for small inputs (e.g. input and textarea)
|
|
357
|
-
@dt-inputs-font-size-md: 20px; // Font size for medium inputs (e.g. input and textarea)
|
|
358
|
-
@dt-inputs-font-size-lg: 28px; // Font size for large inputs (e.g. input and textarea)
|
|
359
|
-
@dt-inputs-font-size-xl: 16px;
|
|
360
|
-
@dt-inputs-font-weight-xs: 400; // Font weight for extra small inputs (e.g. input and textarea)
|
|
361
|
-
@dt-inputs-font-weight-sm: 400; // Font weight for small inputs (e.g. input and textarea)
|
|
362
|
-
@dt-inputs-font-weight-md: 400; // Font weight for medium inputs (e.g. input and textarea)
|
|
363
|
-
@dt-inputs-font-weight-lg: 400; // Font weight for large inputs (e.g. input and textarea)
|
|
364
|
-
@dt-inputs-font-weight-xl: 400; // Font weight for extra large inputs (e.g. input and textarea)
|
|
365
|
-
@dt-inputs-color-foreground-default: #E6E6E6;
|
|
366
|
-
@dt-inputs-color-foreground-placeholder: #B0B0B0;
|
|
367
|
-
@dt-inputs-color-foreground-disabled: #B0B0B0;
|
|
368
|
-
@dt-inputs-color-border-default: hsl(0 0% 100% / 0.22);
|
|
369
|
-
@dt-inputs-color-border-hover: hsl(0 0% 100% / 0.36);
|
|
370
|
-
@dt-inputs-color-border-focus: #3B96DF;
|
|
371
|
-
@dt-inputs-color-border-critical: #FF716F;
|
|
372
|
-
@dt-inputs-color-border-success: #D1FF76;
|
|
373
|
-
@dt-inputs-color-border-warning: #FFDB80;
|
|
374
|
-
@dt-inputs-color-border-disabled: transparent;
|
|
375
|
-
@dt-inputs-color-background-default: hsl(0 0% 90.2% / 0.03);
|
|
376
|
-
@dt-inputs-color-background-focus: #171717;
|
|
377
|
-
@dt-inputs-color-background-disabled: hsl(0 0% 90.2% / 0.18);
|
|
378
|
-
@dt-action-color-foreground-base-default: #BBA6FC;
|
|
379
|
-
@dt-action-color-foreground-base-hover: #D3BCFF;
|
|
380
|
-
@dt-action-color-foreground-base-active: #D3BCFF;
|
|
381
|
-
@dt-action-color-foreground-base-primary-default: #000000;
|
|
382
|
-
@dt-action-color-foreground-critical-default: #FF716F;
|
|
383
|
-
@dt-action-color-foreground-critical-hover: #FFABA4;
|
|
384
|
-
@dt-action-color-foreground-critical-active: #FFABA4;
|
|
385
|
-
@dt-action-color-foreground-critical-primary-default: #000000;
|
|
386
|
-
@dt-action-color-foreground-inverted-default: #000000;
|
|
387
|
-
@dt-action-color-foreground-inverted-hover: #000000;
|
|
388
|
-
@dt-action-color-foreground-inverted-active: #000000;
|
|
389
|
-
@dt-action-color-foreground-inverted-primary-default: #BBA6FC;
|
|
390
|
-
@dt-action-color-foreground-inverted-primary-hover: #D3BCFF;
|
|
391
|
-
@dt-action-color-foreground-inverted-primary-active: #D3BCFF;
|
|
392
|
-
@dt-action-color-foreground-muted-default: #c7c7c7;
|
|
393
|
-
@dt-action-color-foreground-muted-hover: #E6E6E6;
|
|
394
|
-
@dt-action-color-foreground-muted-active: #E6E6E6;
|
|
395
|
-
@dt-action-color-foreground-disabled-default: #B0B0B0;
|
|
396
|
-
@dt-action-color-foreground-positive-default: #AEFB3C;
|
|
397
|
-
@dt-action-color-foreground-positive-hover: #DBFFA9;
|
|
398
|
-
@dt-action-color-foreground-positive-active: #DBFFA9;
|
|
399
|
-
@dt-action-color-foreground-positive-primary-default: #000000;
|
|
400
|
-
@dt-action-color-background-base-default: transparent;
|
|
401
|
-
@dt-action-color-background-base-hover: hsl(253 95.9% 71.6% / 0.2);
|
|
402
|
-
@dt-action-color-background-base-active: hsl(253 95.9% 71.6% / 0.3);
|
|
403
|
-
@dt-action-color-background-base-primary-default: #BBA6FC;
|
|
404
|
-
@dt-action-color-background-base-primary-hover: #D3BCFF;
|
|
405
|
-
@dt-action-color-background-base-primary-active: #BBA6FC;
|
|
406
|
-
@dt-action-color-background-critical-default: transparent;
|
|
407
|
-
@dt-action-color-background-critical-hover: hsl(343 72.9% 33.3% / 0.2);
|
|
408
|
-
@dt-action-color-background-critical-active: hsl(343 72.9% 50% / 0.2);
|
|
409
|
-
@dt-action-color-background-critical-primary-default: #FF716F;
|
|
410
|
-
@dt-action-color-background-critical-primary-hover: #FFABA4;
|
|
411
|
-
@dt-action-color-background-critical-primary-active: #FF716F;
|
|
412
|
-
@dt-action-color-background-inverted-default: transparent;
|
|
413
|
-
@dt-action-color-background-inverted-hover: hsl(0 0% 0% / 0.11);
|
|
414
|
-
@dt-action-color-background-inverted-active: hsl(0 0% 0% / 0.18);
|
|
415
|
-
@dt-action-color-background-inverted-primary-default: #171717;
|
|
416
|
-
@dt-action-color-background-inverted-primary-hover: #1D0155;
|
|
417
|
-
@dt-action-color-background-inverted-primary-active: #3A1D95;
|
|
418
|
-
@dt-action-color-background-muted-default: transparent;
|
|
419
|
-
@dt-action-color-background-muted-hover: hsl(0 0% 90.2% / 0.18);
|
|
420
|
-
@dt-action-color-background-muted-active: hsl(0 0% 90.2% / 0.3);
|
|
421
|
-
@dt-action-color-background-disabled-default: hsl(0 0% 90.2% / 0.3);
|
|
422
|
-
@dt-action-color-background-positive-default: transparent;
|
|
423
|
-
@dt-action-color-background-positive-hover: hsl(155 100% 15.5% / 0.28);
|
|
424
|
-
@dt-action-color-background-positive-active: hsl(155 100% 36.6% / 0.28);
|
|
425
|
-
@dt-action-color-background-positive-primary-default: #AEFB3C; // Postive, accepting, or success actions.
|
|
426
|
-
@dt-action-color-background-positive-primary-hover: #D1FF76;
|
|
427
|
-
@dt-action-color-background-positive-primary-active: #AEFB3C;
|
|
428
|
-
@dt-action-color-border-base-outlined-default: #BBA6FC;
|
|
429
|
-
@dt-action-color-border-critical-outlined-default: #FF716F;
|
|
430
|
-
@dt-action-color-border-inverted-outlined-default: hsl(0 0% 0% / 0.18);
|
|
431
|
-
@dt-action-color-border-muted-outlined-default: hsl(0 0% 100% / 0.22);
|
|
432
|
-
@dt-action-color-border-positive-outlined-default: #D1FF76;
|
|
433
|
-
@dt-theme-color-base: #E6E6E6;
|
|
434
|
-
@dt-theme-topbar-color-foreground: hsl(0 0% 90.2% / 0.8);
|
|
435
|
-
@dt-theme-topbar-color-background: #1f1f1f;
|
|
436
|
-
@dt-theme-topbar-field-color-foreground: hsl(0 0% 90.2% / 0.5);
|
|
437
|
-
@dt-theme-topbar-field-color-foreground-hover: hsl(0 0% 90.2% / 0.75);
|
|
438
|
-
@dt-theme-topbar-field-color-background: hsl(0 0% 90.2% / 0.05);
|
|
439
|
-
@dt-theme-topbar-field-color-background-hover: hsl(0 0% 8.27%);
|
|
440
|
-
@dt-theme-topbar-field-color-border: hsl(0 0% 90.2% / 0);
|
|
441
|
-
@dt-theme-topbar-field-color-border-hover: hsl(0 0% 90.2% / 0.1);
|
|
442
|
-
@dt-theme-topbar-field-color-border-active: hsl(0 0% 90.2% / 0.2);
|
|
443
|
-
@dt-theme-topbar-button-color-foreground: hsl(0 0% 90.2% / 0.65);
|
|
444
|
-
@dt-theme-topbar-button-color-foreground-hover: #E6E6E6;
|
|
445
|
-
@dt-theme-topbar-button-color-background: hsl(0 0% 90.2% / 0);
|
|
446
|
-
@dt-theme-topbar-button-color-background-hover: hsl(0 0% 90.2% / 0.15);
|
|
447
|
-
@dt-theme-topbar-button-color-background-active: hsl(0 0% 90.2% / 0.1);
|
|
448
|
-
@dt-theme-topbar-profile-color-foreground: hsl(0 0% 90.2% / 0.8);
|
|
449
|
-
@dt-theme-topbar-profile-color-foreground-inverted: hsl(0 0% 0% / 0.75);
|
|
450
|
-
@dt-theme-topbar-profile-color-background: hsl(0 0% 90.2% / 0.05);
|
|
451
|
-
@dt-theme-topbar-profile-color-background-inverted: hsl(0 0% 90.2% / 0.75);
|
|
452
|
-
@dt-theme-topbar-profile-color-background-hover: hsl(0 0% 90.2% / 0.1);
|
|
453
|
-
@dt-theme-topbar-profile-color-background-active: hsl(0 0% 90.2% / 0.14);
|
|
454
|
-
@dt-theme-sidebar-color-foreground: #c7c7c7;
|
|
455
|
-
@dt-theme-sidebar-color-foreground-unread: #E6E6E6;
|
|
456
|
-
@dt-theme-sidebar-color-background: #1f1f1f;
|
|
457
|
-
@dt-theme-sidebar-icon-color-foreground: #c7c7c7;
|
|
458
|
-
@dt-theme-sidebar-status-color-foreground: #B0B0B0;
|
|
459
|
-
@dt-theme-sidebar-row-color-background: hsl(0 0% 90.2% / 0);
|
|
460
|
-
@dt-theme-sidebar-row-color-background-hover: hsl(0 0% 90.2% / 0.1);
|
|
461
|
-
@dt-theme-sidebar-row-color-background-active: hsl(0 0% 90.2% / 0.15);
|
|
462
|
-
@dt-theme-sidebar-selected-row-color-foreground: #E6E6E6;
|
|
463
|
-
@dt-theme-sidebar-selected-row-color-background: hsl(0 0% 90.2% / 0.12);
|
|
464
|
-
@dt-theme-sidebar-section-color-foreground: #B0B0B0;
|
|
465
|
-
@dt-theme-presence-color-background-available: #84EE0B;
|
|
466
|
-
@dt-theme-presence-color-background-busy-unavailable: #FF415B;
|
|
467
|
-
@dt-theme-presence-color-background-busy: #FFBD48;
|
|
468
|
-
@dt-theme-presence-color-background-offline: #ffffff;
|
|
469
|
-
@dt-theme-mention-color-foreground: #000000;
|
|
470
|
-
@dt-theme-mention-color-foreground-strong: #000000;
|
|
471
|
-
@dt-theme-mention-color-background: #BBA6FC;
|
|
472
|
-
@dt-theme-mention-color-background-strong: #F5F0FF;
|
|
473
|
-
@dt-avatar-color-foreground: #000000;
|
|
474
|
-
@dt-avatar-color-background-100: #1aa340;
|
|
475
|
-
@dt-avatar-color-background-200: #aaff83;
|
|
476
|
-
@dt-avatar-color-background-300: #adea88;
|
|
477
|
-
@dt-avatar-color-background-400: #77eca6;
|
|
478
|
-
@dt-avatar-color-background-500: #7aedbd;
|
|
479
|
-
@dt-avatar-color-background-600: #77deec;
|
|
480
|
-
@dt-avatar-color-background-700: #5ed8ff;
|
|
481
|
-
@dt-avatar-color-background-800: #99e7ff;
|
|
482
|
-
@dt-avatar-color-background-900: #51a0fe;
|
|
483
|
-
@dt-avatar-color-background-1000: #b6cfff;
|
|
484
|
-
@dt-avatar-color-background-1100: #f1b7e8;
|
|
485
|
-
@dt-avatar-color-background-1200: #ec77bd;
|
|
486
|
-
@dt-avatar-color-background-1300: #ff67be;
|
|
487
|
-
@dt-avatar-color-background-1400: #f87e7e;
|
|
488
|
-
@dt-avatar-color-background-1500: #eca877;
|
|
489
|
-
@dt-avatar-color-background-1600: #ffbe41;
|
|
490
|
-
@dt-avatar-color-background-1700: #ffd646;
|
|
491
|
-
@dt-avatar-color-background-1800: #f1dab7;
|
|
492
|
-
@dt-avatar-color-background-000: #e0e0e0;
|
|
493
|
-
@dt-badge-color-background-default: hsl(0 0% 90.2% / 0.18);
|
|
494
|
-
@dt-badge-color-background-info: #003165;
|
|
495
|
-
@dt-badge-color-background-success: #004F2E;
|
|
496
|
-
@dt-badge-color-background-warning: #533204;
|
|
497
|
-
@dt-badge-color-background-critical: #640823;
|
|
498
|
-
@dt-badge-color-background-bulletin: #BBA6FC;
|
|
499
|
-
@dt-badge-color-background-bulletin-subtle: #3A1D95;
|
|
500
|
-
@dt-badge-color-background-ai: linear-gradient(135deg, #471571 0%, #551B84 3.08%, #7C229E 14.48%, #9024A4 23.67%, #B02290 35.5%, #D32B86 48.3%, #E92F6F 60.29%, #F6484F 74%, #FB7328 93%, #F3960F 98%, #F3960F 100%);
|
|
501
|
-
@dt-badge-color-foreground-default: #ffffff;
|
|
502
|
-
@dt-badge-color-foreground-bulletin: #000000;
|
|
503
|
-
@dt-badge-color-foreground-bulletin-subtle: #D3BCFF;
|
|
504
|
-
@dt-badge-color-foreground-ai: #ffffff;
|
|
505
|
-
@dt-badge-color-border-default: hsl(0 0% 100% / 0.14);
|
|
506
|
-
@dt-badge-color-border-bulletin-subtle: hsl(255 100% 66.1% / 0.5);
|
|
507
|
-
@dt-checkbox-size-width: 1.6rem;
|
|
508
|
-
@dt-checkbox-size-height: 1.6rem;
|
|
509
|
-
@dt-checkbox-size-radius: 0.4rem;
|
|
510
|
-
@dt-checkbox-color-border-unchecked: hsl(0 0% 100% / 0.36);
|
|
511
|
-
@dt-checkbox-color-border-unchecked-hover: hsl(0 0% 100% / 0.5);
|
|
512
|
-
@dt-checkbox-color-border-checked: #BBA6FC;
|
|
513
|
-
@dt-checkbox-color-background-checked: #BBA6FC;
|
|
514
|
-
@dt-checkbox-color-foreground-default: transparent;
|
|
515
|
-
@dt-checkbox-color-foreground-checked: #000000;
|
|
516
|
-
@dt-icon-size-100: 12px;
|
|
517
|
-
@dt-icon-size-200: 14px;
|
|
518
|
-
@dt-icon-size-300: 18px;
|
|
519
|
-
@dt-icon-size-400: 20px;
|
|
520
|
-
@dt-icon-size-500: 24px;
|
|
521
|
-
@dt-icon-size-600: 32px;
|
|
522
|
-
@dt-icon-size-700: 38px;
|
|
523
|
-
@dt-icon-size-800: 48px;
|
|
524
|
-
@dt-icon-size-border-100: 0.1rem;
|
|
525
|
-
@dt-icon-size-border-200: 0.125rem;
|
|
526
|
-
@dt-icon-size-border-300: 0.15rem;
|
|
527
|
-
@dt-icon-size-border-400: 0.175rem;
|
|
528
|
-
@dt-icon-size-border-500: 0.175rem;
|
|
529
|
-
@dt-icon-size-border-600: 0.25rem;
|
|
530
|
-
@dt-icon-size-border-700: 0.275rem;
|
|
531
|
-
@dt-icon-size-border-800: 0.35rem;
|
|
532
|
-
@dt-radio-size-width: 1.6rem;
|
|
533
|
-
@dt-radio-size-height: 1.6rem;
|
|
534
|
-
@dt-radio-size-radius: 50%;
|
|
535
|
-
@dt-radio-color-border-unchecked: hsl(0 0% 100% / 0.36);
|
|
536
|
-
@dt-radio-color-border-unchecked-hover: hsl(0 0% 100% / 0.5);
|
|
537
|
-
@dt-radio-color-border-checked: #BBA6FC;
|
|
538
|
-
@dt-radio-color-background-checked: #BBA6FC;
|
|
539
|
-
@dt-radio-color-foreground-default: transparent;
|
|
540
|
-
@dt-radio-color-foreground-checked: #000000;
|