@nationaldesignstudio/react 0.0.8 → 0.0.10
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/components/atoms/button/button.d.ts +1 -1
- package/dist/components/atoms/button/icon-button.d.ts +20 -0
- package/dist/components/organisms/navbar/navbar.d.ts +1 -0
- package/dist/index.js +4659 -1876
- package/dist/index.js.map +1 -1
- package/dist/tailwind.css +1 -15
- package/dist/tokens.css +73 -1389
- package/package.json +5 -6
- package/src/components/atoms/accordion/accordion.stories.tsx +1 -1
- package/src/components/atoms/button/button.stories.tsx +0 -9
- package/src/components/atoms/button/button.tsx +1 -1
- package/src/components/atoms/button/icon-button.stories.tsx +0 -9
- package/src/components/atoms/button/icon-button.tsx +35 -0
- package/src/components/atoms/pager-control/pager-control.stories.tsx +0 -3
- package/src/components/organisms/navbar/navbar.tsx +31 -79
- package/src/components/sections/banner/banner.tsx +3 -5
- package/src/components/sections/faq-section/faq-section.tsx +2 -1
- package/src/components/sections/hero/hero.tsx +1 -0
- package/src/components/sections/tout/tout.tsx +1 -0
- package/src/components/sections/two-column-section/two-column-section.tsx +8 -11
- package/src/stories/TokenShowcase.stories.tsx +3 -3
package/dist/tokens.css
CHANGED
|
@@ -1,8 +1,14 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Design Tokens for Tailwind CSS v4
|
|
3
|
-
*
|
|
4
|
-
*
|
|
2
|
+
* Design Tokens for Tailwind CSS v4 - @nationaldesignstudio/react
|
|
3
|
+
*
|
|
4
|
+
* Usage in your app's CSS:
|
|
5
|
+
* @import "tailwindcss";
|
|
6
|
+
* @import "@nationaldesignstudio/react/tokens.css";
|
|
5
7
|
*/
|
|
8
|
+
|
|
9
|
+
/* Scan component source files for Tailwind class usage */
|
|
10
|
+
@source "../src/components/**/*.tsx";
|
|
11
|
+
|
|
6
12
|
:root {
|
|
7
13
|
--breakpoint-lg: 90rem;
|
|
8
14
|
--breakpoint-md: 48rem;
|
|
@@ -370,18 +376,12 @@
|
|
|
370
376
|
--spacing-96: 96px;
|
|
371
377
|
--spacing-brand-large-component-button-gap-button-group: 16px;
|
|
372
378
|
--spacing-brand-large-component-button-gap-icon-text: 12px;
|
|
373
|
-
--spacing-brand-large-component-button-height-large: 56px;
|
|
374
|
-
--spacing-brand-large-component-button-height-medium: 40px;
|
|
375
|
-
--spacing-brand-large-component-button-height-small: 32px;
|
|
376
379
|
--spacing-brand-large-component-button-padding-x-large: 32px;
|
|
377
380
|
--spacing-brand-large-component-button-padding-x-medium: 24px;
|
|
378
381
|
--spacing-brand-large-component-button-padding-x-small: 16px;
|
|
379
382
|
--spacing-brand-large-component-button-padding-y-large: 20px;
|
|
380
383
|
--spacing-brand-large-component-button-padding-y-medium: 16px;
|
|
381
384
|
--spacing-brand-large-component-button-padding-y-small: 12px;
|
|
382
|
-
--spacing-brand-large-component-button-radius-large: 10px;
|
|
383
|
-
--spacing-brand-large-component-button-radius-medium: 8px;
|
|
384
|
-
--spacing-brand-large-component-button-radius-small: 6px;
|
|
385
385
|
--spacing-brand-large-component-card-gap-internal: 24px;
|
|
386
386
|
--spacing-brand-large-component-card-padding-large: 40px;
|
|
387
387
|
--spacing-brand-large-component-card-padding-medium: 32px;
|
|
@@ -425,18 +425,12 @@
|
|
|
425
425
|
--spacing-brand-large-layout-section-padding-y-small: 64px;
|
|
426
426
|
--spacing-brand-medium-component-button-gap-button-group: 12px;
|
|
427
427
|
--spacing-brand-medium-component-button-gap-icon-text: 12px;
|
|
428
|
-
--spacing-brand-medium-component-button-height-large: 48px;
|
|
429
|
-
--spacing-brand-medium-component-button-height-medium: 40px;
|
|
430
|
-
--spacing-brand-medium-component-button-height-small: 32px;
|
|
431
428
|
--spacing-brand-medium-component-button-padding-x-large: 24px;
|
|
432
429
|
--spacing-brand-medium-component-button-padding-x-medium: 20px;
|
|
433
430
|
--spacing-brand-medium-component-button-padding-x-small: 16px;
|
|
434
431
|
--spacing-brand-medium-component-button-padding-y-large: 16px;
|
|
435
432
|
--spacing-brand-medium-component-button-padding-y-medium: 12px;
|
|
436
433
|
--spacing-brand-medium-component-button-padding-y-small: 8px;
|
|
437
|
-
--spacing-brand-medium-component-button-radius-large: 8px;
|
|
438
|
-
--spacing-brand-medium-component-button-radius-medium: 6px;
|
|
439
|
-
--spacing-brand-medium-component-button-radius-small: 4px;
|
|
440
434
|
--spacing-brand-medium-component-card-gap-internal: 20px;
|
|
441
435
|
--spacing-brand-medium-component-card-padding-large: 32px;
|
|
442
436
|
--spacing-brand-medium-component-card-padding-medium: 24px;
|
|
@@ -480,18 +474,12 @@
|
|
|
480
474
|
--spacing-brand-medium-layout-section-padding-y-small: 48px;
|
|
481
475
|
--spacing-brand-small-component-button-gap-button-group: 12px;
|
|
482
476
|
--spacing-brand-small-component-button-gap-icon-text: 8px;
|
|
483
|
-
--spacing-brand-small-component-button-height-large: 40px;
|
|
484
|
-
--spacing-brand-small-component-button-height-medium: 36px;
|
|
485
|
-
--spacing-brand-small-component-button-height-small: 28px;
|
|
486
477
|
--spacing-brand-small-component-button-padding-x-large: 20px;
|
|
487
478
|
--spacing-brand-small-component-button-padding-x-medium: 16px;
|
|
488
479
|
--spacing-brand-small-component-button-padding-x-small: 12px;
|
|
489
480
|
--spacing-brand-small-component-button-padding-y-large: 12px;
|
|
490
481
|
--spacing-brand-small-component-button-padding-y-medium: 10px;
|
|
491
482
|
--spacing-brand-small-component-button-padding-y-small: 8px;
|
|
492
|
-
--spacing-brand-small-component-button-radius-large: 6px;
|
|
493
|
-
--spacing-brand-small-component-button-radius-medium: 4px;
|
|
494
|
-
--spacing-brand-small-component-button-radius-small: 4px;
|
|
495
483
|
--spacing-brand-small-component-card-gap-internal: 16px;
|
|
496
484
|
--spacing-brand-small-component-card-padding-large: 24px;
|
|
497
485
|
--spacing-brand-small-component-card-padding-medium: 20px;
|
|
@@ -959,18 +947,12 @@
|
|
|
959
947
|
--spacing-96: var(--spacing-96);
|
|
960
948
|
--spacing-brand-large-component-button-gap-button-group: var(--spacing-brand-large-component-button-gap-button-group);
|
|
961
949
|
--spacing-brand-large-component-button-gap-icon-text: var(--spacing-brand-large-component-button-gap-icon-text);
|
|
962
|
-
--spacing-brand-large-component-button-height-large: var(--spacing-brand-large-component-button-height-large);
|
|
963
|
-
--spacing-brand-large-component-button-height-medium: var(--spacing-brand-large-component-button-height-medium);
|
|
964
|
-
--spacing-brand-large-component-button-height-small: var(--spacing-brand-large-component-button-height-small);
|
|
965
950
|
--spacing-brand-large-component-button-padding-x-large: var(--spacing-brand-large-component-button-padding-x-large);
|
|
966
951
|
--spacing-brand-large-component-button-padding-x-medium: var(--spacing-brand-large-component-button-padding-x-medium);
|
|
967
952
|
--spacing-brand-large-component-button-padding-x-small: var(--spacing-brand-large-component-button-padding-x-small);
|
|
968
953
|
--spacing-brand-large-component-button-padding-y-large: var(--spacing-brand-large-component-button-padding-y-large);
|
|
969
954
|
--spacing-brand-large-component-button-padding-y-medium: var(--spacing-brand-large-component-button-padding-y-medium);
|
|
970
955
|
--spacing-brand-large-component-button-padding-y-small: var(--spacing-brand-large-component-button-padding-y-small);
|
|
971
|
-
--spacing-brand-large-component-button-radius-large: var(--spacing-brand-large-component-button-radius-large);
|
|
972
|
-
--spacing-brand-large-component-button-radius-medium: var(--spacing-brand-large-component-button-radius-medium);
|
|
973
|
-
--spacing-brand-large-component-button-radius-small: var(--spacing-brand-large-component-button-radius-small);
|
|
974
956
|
--spacing-brand-large-component-card-gap-internal: var(--spacing-brand-large-component-card-gap-internal);
|
|
975
957
|
--spacing-brand-large-component-card-padding-large: var(--spacing-brand-large-component-card-padding-large);
|
|
976
958
|
--spacing-brand-large-component-card-padding-medium: var(--spacing-brand-large-component-card-padding-medium);
|
|
@@ -1014,18 +996,12 @@
|
|
|
1014
996
|
--spacing-brand-large-layout-section-padding-y-small: var(--spacing-brand-large-layout-section-padding-y-small);
|
|
1015
997
|
--spacing-brand-medium-component-button-gap-button-group: var(--spacing-brand-medium-component-button-gap-button-group);
|
|
1016
998
|
--spacing-brand-medium-component-button-gap-icon-text: var(--spacing-brand-medium-component-button-gap-icon-text);
|
|
1017
|
-
--spacing-brand-medium-component-button-height-large: var(--spacing-brand-medium-component-button-height-large);
|
|
1018
|
-
--spacing-brand-medium-component-button-height-medium: var(--spacing-brand-medium-component-button-height-medium);
|
|
1019
|
-
--spacing-brand-medium-component-button-height-small: var(--spacing-brand-medium-component-button-height-small);
|
|
1020
999
|
--spacing-brand-medium-component-button-padding-x-large: var(--spacing-brand-medium-component-button-padding-x-large);
|
|
1021
1000
|
--spacing-brand-medium-component-button-padding-x-medium: var(--spacing-brand-medium-component-button-padding-x-medium);
|
|
1022
1001
|
--spacing-brand-medium-component-button-padding-x-small: var(--spacing-brand-medium-component-button-padding-x-small);
|
|
1023
1002
|
--spacing-brand-medium-component-button-padding-y-large: var(--spacing-brand-medium-component-button-padding-y-large);
|
|
1024
1003
|
--spacing-brand-medium-component-button-padding-y-medium: var(--spacing-brand-medium-component-button-padding-y-medium);
|
|
1025
1004
|
--spacing-brand-medium-component-button-padding-y-small: var(--spacing-brand-medium-component-button-padding-y-small);
|
|
1026
|
-
--spacing-brand-medium-component-button-radius-large: var(--spacing-brand-medium-component-button-radius-large);
|
|
1027
|
-
--spacing-brand-medium-component-button-radius-medium: var(--spacing-brand-medium-component-button-radius-medium);
|
|
1028
|
-
--spacing-brand-medium-component-button-radius-small: var(--spacing-brand-medium-component-button-radius-small);
|
|
1029
1005
|
--spacing-brand-medium-component-card-gap-internal: var(--spacing-brand-medium-component-card-gap-internal);
|
|
1030
1006
|
--spacing-brand-medium-component-card-padding-large: var(--spacing-brand-medium-component-card-padding-large);
|
|
1031
1007
|
--spacing-brand-medium-component-card-padding-medium: var(--spacing-brand-medium-component-card-padding-medium);
|
|
@@ -1069,18 +1045,12 @@
|
|
|
1069
1045
|
--spacing-brand-medium-layout-section-padding-y-small: var(--spacing-brand-medium-layout-section-padding-y-small);
|
|
1070
1046
|
--spacing-brand-small-component-button-gap-button-group: var(--spacing-brand-small-component-button-gap-button-group);
|
|
1071
1047
|
--spacing-brand-small-component-button-gap-icon-text: var(--spacing-brand-small-component-button-gap-icon-text);
|
|
1072
|
-
--spacing-brand-small-component-button-height-large: var(--spacing-brand-small-component-button-height-large);
|
|
1073
|
-
--spacing-brand-small-component-button-height-medium: var(--spacing-brand-small-component-button-height-medium);
|
|
1074
|
-
--spacing-brand-small-component-button-height-small: var(--spacing-brand-small-component-button-height-small);
|
|
1075
1048
|
--spacing-brand-small-component-button-padding-x-large: var(--spacing-brand-small-component-button-padding-x-large);
|
|
1076
1049
|
--spacing-brand-small-component-button-padding-x-medium: var(--spacing-brand-small-component-button-padding-x-medium);
|
|
1077
1050
|
--spacing-brand-small-component-button-padding-x-small: var(--spacing-brand-small-component-button-padding-x-small);
|
|
1078
1051
|
--spacing-brand-small-component-button-padding-y-large: var(--spacing-brand-small-component-button-padding-y-large);
|
|
1079
1052
|
--spacing-brand-small-component-button-padding-y-medium: var(--spacing-brand-small-component-button-padding-y-medium);
|
|
1080
1053
|
--spacing-brand-small-component-button-padding-y-small: var(--spacing-brand-small-component-button-padding-y-small);
|
|
1081
|
-
--spacing-brand-small-component-button-radius-large: var(--spacing-brand-small-component-button-radius-large);
|
|
1082
|
-
--spacing-brand-small-component-button-radius-medium: var(--spacing-brand-small-component-button-radius-medium);
|
|
1083
|
-
--spacing-brand-small-component-button-radius-small: var(--spacing-brand-small-component-button-radius-small);
|
|
1084
1054
|
--spacing-brand-small-component-card-gap-internal: var(--spacing-brand-small-component-card-gap-internal);
|
|
1085
1055
|
--spacing-brand-small-component-card-padding-large: var(--spacing-brand-small-component-card-padding-large);
|
|
1086
1056
|
--spacing-brand-small-component-card-padding-medium: var(--spacing-brand-small-component-card-padding-medium);
|
|
@@ -6139,222 +6109,6 @@
|
|
|
6139
6109
|
margin-left: var(--spacing-brand-large-component-button-gap-icon-text);
|
|
6140
6110
|
}
|
|
6141
6111
|
|
|
6142
|
-
@utility w-spacing-brand-large-component-button-height-large {
|
|
6143
|
-
width: var(--spacing-brand-large-component-button-height-large);
|
|
6144
|
-
}
|
|
6145
|
-
|
|
6146
|
-
@utility h-spacing-brand-large-component-button-height-large {
|
|
6147
|
-
height: var(--spacing-brand-large-component-button-height-large);
|
|
6148
|
-
}
|
|
6149
|
-
|
|
6150
|
-
@utility gap-spacing-brand-large-component-button-height-large {
|
|
6151
|
-
gap: var(--spacing-brand-large-component-button-height-large);
|
|
6152
|
-
}
|
|
6153
|
-
|
|
6154
|
-
@utility p-spacing-brand-large-component-button-height-large {
|
|
6155
|
-
padding: var(--spacing-brand-large-component-button-height-large);
|
|
6156
|
-
}
|
|
6157
|
-
|
|
6158
|
-
@utility px-spacing-brand-large-component-button-height-large {
|
|
6159
|
-
padding-left: var(--spacing-brand-large-component-button-height-large);
|
|
6160
|
-
padding-right: var(--spacing-brand-large-component-button-height-large);
|
|
6161
|
-
}
|
|
6162
|
-
|
|
6163
|
-
@utility py-spacing-brand-large-component-button-height-large {
|
|
6164
|
-
padding-top: var(--spacing-brand-large-component-button-height-large);
|
|
6165
|
-
padding-bottom: var(--spacing-brand-large-component-button-height-large);
|
|
6166
|
-
}
|
|
6167
|
-
|
|
6168
|
-
@utility pt-spacing-brand-large-component-button-height-large {
|
|
6169
|
-
padding-top: var(--spacing-brand-large-component-button-height-large);
|
|
6170
|
-
}
|
|
6171
|
-
|
|
6172
|
-
@utility pr-spacing-brand-large-component-button-height-large {
|
|
6173
|
-
padding-right: var(--spacing-brand-large-component-button-height-large);
|
|
6174
|
-
}
|
|
6175
|
-
|
|
6176
|
-
@utility pb-spacing-brand-large-component-button-height-large {
|
|
6177
|
-
padding-bottom: var(--spacing-brand-large-component-button-height-large);
|
|
6178
|
-
}
|
|
6179
|
-
|
|
6180
|
-
@utility pl-spacing-brand-large-component-button-height-large {
|
|
6181
|
-
padding-left: var(--spacing-brand-large-component-button-height-large);
|
|
6182
|
-
}
|
|
6183
|
-
|
|
6184
|
-
@utility m-spacing-brand-large-component-button-height-large {
|
|
6185
|
-
margin: var(--spacing-brand-large-component-button-height-large);
|
|
6186
|
-
}
|
|
6187
|
-
|
|
6188
|
-
@utility mx-spacing-brand-large-component-button-height-large {
|
|
6189
|
-
margin-left: var(--spacing-brand-large-component-button-height-large);
|
|
6190
|
-
margin-right: var(--spacing-brand-large-component-button-height-large);
|
|
6191
|
-
}
|
|
6192
|
-
|
|
6193
|
-
@utility my-spacing-brand-large-component-button-height-large {
|
|
6194
|
-
margin-top: var(--spacing-brand-large-component-button-height-large);
|
|
6195
|
-
margin-bottom: var(--spacing-brand-large-component-button-height-large);
|
|
6196
|
-
}
|
|
6197
|
-
|
|
6198
|
-
@utility mt-spacing-brand-large-component-button-height-large {
|
|
6199
|
-
margin-top: var(--spacing-brand-large-component-button-height-large);
|
|
6200
|
-
}
|
|
6201
|
-
|
|
6202
|
-
@utility mr-spacing-brand-large-component-button-height-large {
|
|
6203
|
-
margin-right: var(--spacing-brand-large-component-button-height-large);
|
|
6204
|
-
}
|
|
6205
|
-
|
|
6206
|
-
@utility mb-spacing-brand-large-component-button-height-large {
|
|
6207
|
-
margin-bottom: var(--spacing-brand-large-component-button-height-large);
|
|
6208
|
-
}
|
|
6209
|
-
|
|
6210
|
-
@utility ml-spacing-brand-large-component-button-height-large {
|
|
6211
|
-
margin-left: var(--spacing-brand-large-component-button-height-large);
|
|
6212
|
-
}
|
|
6213
|
-
|
|
6214
|
-
@utility w-spacing-brand-large-component-button-height-medium {
|
|
6215
|
-
width: var(--spacing-brand-large-component-button-height-medium);
|
|
6216
|
-
}
|
|
6217
|
-
|
|
6218
|
-
@utility h-spacing-brand-large-component-button-height-medium {
|
|
6219
|
-
height: var(--spacing-brand-large-component-button-height-medium);
|
|
6220
|
-
}
|
|
6221
|
-
|
|
6222
|
-
@utility gap-spacing-brand-large-component-button-height-medium {
|
|
6223
|
-
gap: var(--spacing-brand-large-component-button-height-medium);
|
|
6224
|
-
}
|
|
6225
|
-
|
|
6226
|
-
@utility p-spacing-brand-large-component-button-height-medium {
|
|
6227
|
-
padding: var(--spacing-brand-large-component-button-height-medium);
|
|
6228
|
-
}
|
|
6229
|
-
|
|
6230
|
-
@utility px-spacing-brand-large-component-button-height-medium {
|
|
6231
|
-
padding-left: var(--spacing-brand-large-component-button-height-medium);
|
|
6232
|
-
padding-right: var(--spacing-brand-large-component-button-height-medium);
|
|
6233
|
-
}
|
|
6234
|
-
|
|
6235
|
-
@utility py-spacing-brand-large-component-button-height-medium {
|
|
6236
|
-
padding-top: var(--spacing-brand-large-component-button-height-medium);
|
|
6237
|
-
padding-bottom: var(--spacing-brand-large-component-button-height-medium);
|
|
6238
|
-
}
|
|
6239
|
-
|
|
6240
|
-
@utility pt-spacing-brand-large-component-button-height-medium {
|
|
6241
|
-
padding-top: var(--spacing-brand-large-component-button-height-medium);
|
|
6242
|
-
}
|
|
6243
|
-
|
|
6244
|
-
@utility pr-spacing-brand-large-component-button-height-medium {
|
|
6245
|
-
padding-right: var(--spacing-brand-large-component-button-height-medium);
|
|
6246
|
-
}
|
|
6247
|
-
|
|
6248
|
-
@utility pb-spacing-brand-large-component-button-height-medium {
|
|
6249
|
-
padding-bottom: var(--spacing-brand-large-component-button-height-medium);
|
|
6250
|
-
}
|
|
6251
|
-
|
|
6252
|
-
@utility pl-spacing-brand-large-component-button-height-medium {
|
|
6253
|
-
padding-left: var(--spacing-brand-large-component-button-height-medium);
|
|
6254
|
-
}
|
|
6255
|
-
|
|
6256
|
-
@utility m-spacing-brand-large-component-button-height-medium {
|
|
6257
|
-
margin: var(--spacing-brand-large-component-button-height-medium);
|
|
6258
|
-
}
|
|
6259
|
-
|
|
6260
|
-
@utility mx-spacing-brand-large-component-button-height-medium {
|
|
6261
|
-
margin-left: var(--spacing-brand-large-component-button-height-medium);
|
|
6262
|
-
margin-right: var(--spacing-brand-large-component-button-height-medium);
|
|
6263
|
-
}
|
|
6264
|
-
|
|
6265
|
-
@utility my-spacing-brand-large-component-button-height-medium {
|
|
6266
|
-
margin-top: var(--spacing-brand-large-component-button-height-medium);
|
|
6267
|
-
margin-bottom: var(--spacing-brand-large-component-button-height-medium);
|
|
6268
|
-
}
|
|
6269
|
-
|
|
6270
|
-
@utility mt-spacing-brand-large-component-button-height-medium {
|
|
6271
|
-
margin-top: var(--spacing-brand-large-component-button-height-medium);
|
|
6272
|
-
}
|
|
6273
|
-
|
|
6274
|
-
@utility mr-spacing-brand-large-component-button-height-medium {
|
|
6275
|
-
margin-right: var(--spacing-brand-large-component-button-height-medium);
|
|
6276
|
-
}
|
|
6277
|
-
|
|
6278
|
-
@utility mb-spacing-brand-large-component-button-height-medium {
|
|
6279
|
-
margin-bottom: var(--spacing-brand-large-component-button-height-medium);
|
|
6280
|
-
}
|
|
6281
|
-
|
|
6282
|
-
@utility ml-spacing-brand-large-component-button-height-medium {
|
|
6283
|
-
margin-left: var(--spacing-brand-large-component-button-height-medium);
|
|
6284
|
-
}
|
|
6285
|
-
|
|
6286
|
-
@utility w-spacing-brand-large-component-button-height-small {
|
|
6287
|
-
width: var(--spacing-brand-large-component-button-height-small);
|
|
6288
|
-
}
|
|
6289
|
-
|
|
6290
|
-
@utility h-spacing-brand-large-component-button-height-small {
|
|
6291
|
-
height: var(--spacing-brand-large-component-button-height-small);
|
|
6292
|
-
}
|
|
6293
|
-
|
|
6294
|
-
@utility gap-spacing-brand-large-component-button-height-small {
|
|
6295
|
-
gap: var(--spacing-brand-large-component-button-height-small);
|
|
6296
|
-
}
|
|
6297
|
-
|
|
6298
|
-
@utility p-spacing-brand-large-component-button-height-small {
|
|
6299
|
-
padding: var(--spacing-brand-large-component-button-height-small);
|
|
6300
|
-
}
|
|
6301
|
-
|
|
6302
|
-
@utility px-spacing-brand-large-component-button-height-small {
|
|
6303
|
-
padding-left: var(--spacing-brand-large-component-button-height-small);
|
|
6304
|
-
padding-right: var(--spacing-brand-large-component-button-height-small);
|
|
6305
|
-
}
|
|
6306
|
-
|
|
6307
|
-
@utility py-spacing-brand-large-component-button-height-small {
|
|
6308
|
-
padding-top: var(--spacing-brand-large-component-button-height-small);
|
|
6309
|
-
padding-bottom: var(--spacing-brand-large-component-button-height-small);
|
|
6310
|
-
}
|
|
6311
|
-
|
|
6312
|
-
@utility pt-spacing-brand-large-component-button-height-small {
|
|
6313
|
-
padding-top: var(--spacing-brand-large-component-button-height-small);
|
|
6314
|
-
}
|
|
6315
|
-
|
|
6316
|
-
@utility pr-spacing-brand-large-component-button-height-small {
|
|
6317
|
-
padding-right: var(--spacing-brand-large-component-button-height-small);
|
|
6318
|
-
}
|
|
6319
|
-
|
|
6320
|
-
@utility pb-spacing-brand-large-component-button-height-small {
|
|
6321
|
-
padding-bottom: var(--spacing-brand-large-component-button-height-small);
|
|
6322
|
-
}
|
|
6323
|
-
|
|
6324
|
-
@utility pl-spacing-brand-large-component-button-height-small {
|
|
6325
|
-
padding-left: var(--spacing-brand-large-component-button-height-small);
|
|
6326
|
-
}
|
|
6327
|
-
|
|
6328
|
-
@utility m-spacing-brand-large-component-button-height-small {
|
|
6329
|
-
margin: var(--spacing-brand-large-component-button-height-small);
|
|
6330
|
-
}
|
|
6331
|
-
|
|
6332
|
-
@utility mx-spacing-brand-large-component-button-height-small {
|
|
6333
|
-
margin-left: var(--spacing-brand-large-component-button-height-small);
|
|
6334
|
-
margin-right: var(--spacing-brand-large-component-button-height-small);
|
|
6335
|
-
}
|
|
6336
|
-
|
|
6337
|
-
@utility my-spacing-brand-large-component-button-height-small {
|
|
6338
|
-
margin-top: var(--spacing-brand-large-component-button-height-small);
|
|
6339
|
-
margin-bottom: var(--spacing-brand-large-component-button-height-small);
|
|
6340
|
-
}
|
|
6341
|
-
|
|
6342
|
-
@utility mt-spacing-brand-large-component-button-height-small {
|
|
6343
|
-
margin-top: var(--spacing-brand-large-component-button-height-small);
|
|
6344
|
-
}
|
|
6345
|
-
|
|
6346
|
-
@utility mr-spacing-brand-large-component-button-height-small {
|
|
6347
|
-
margin-right: var(--spacing-brand-large-component-button-height-small);
|
|
6348
|
-
}
|
|
6349
|
-
|
|
6350
|
-
@utility mb-spacing-brand-large-component-button-height-small {
|
|
6351
|
-
margin-bottom: var(--spacing-brand-large-component-button-height-small);
|
|
6352
|
-
}
|
|
6353
|
-
|
|
6354
|
-
@utility ml-spacing-brand-large-component-button-height-small {
|
|
6355
|
-
margin-left: var(--spacing-brand-large-component-button-height-small);
|
|
6356
|
-
}
|
|
6357
|
-
|
|
6358
6112
|
@utility w-spacing-brand-large-component-button-padding-x-large {
|
|
6359
6113
|
width: var(--spacing-brand-large-component-button-padding-x-large);
|
|
6360
6114
|
}
|
|
@@ -6787,222 +6541,6 @@
|
|
|
6787
6541
|
margin-left: var(--spacing-brand-large-component-button-padding-y-small);
|
|
6788
6542
|
}
|
|
6789
6543
|
|
|
6790
|
-
@utility w-spacing-brand-large-component-button-radius-large {
|
|
6791
|
-
width: var(--spacing-brand-large-component-button-radius-large);
|
|
6792
|
-
}
|
|
6793
|
-
|
|
6794
|
-
@utility h-spacing-brand-large-component-button-radius-large {
|
|
6795
|
-
height: var(--spacing-brand-large-component-button-radius-large);
|
|
6796
|
-
}
|
|
6797
|
-
|
|
6798
|
-
@utility gap-spacing-brand-large-component-button-radius-large {
|
|
6799
|
-
gap: var(--spacing-brand-large-component-button-radius-large);
|
|
6800
|
-
}
|
|
6801
|
-
|
|
6802
|
-
@utility p-spacing-brand-large-component-button-radius-large {
|
|
6803
|
-
padding: var(--spacing-brand-large-component-button-radius-large);
|
|
6804
|
-
}
|
|
6805
|
-
|
|
6806
|
-
@utility px-spacing-brand-large-component-button-radius-large {
|
|
6807
|
-
padding-left: var(--spacing-brand-large-component-button-radius-large);
|
|
6808
|
-
padding-right: var(--spacing-brand-large-component-button-radius-large);
|
|
6809
|
-
}
|
|
6810
|
-
|
|
6811
|
-
@utility py-spacing-brand-large-component-button-radius-large {
|
|
6812
|
-
padding-top: var(--spacing-brand-large-component-button-radius-large);
|
|
6813
|
-
padding-bottom: var(--spacing-brand-large-component-button-radius-large);
|
|
6814
|
-
}
|
|
6815
|
-
|
|
6816
|
-
@utility pt-spacing-brand-large-component-button-radius-large {
|
|
6817
|
-
padding-top: var(--spacing-brand-large-component-button-radius-large);
|
|
6818
|
-
}
|
|
6819
|
-
|
|
6820
|
-
@utility pr-spacing-brand-large-component-button-radius-large {
|
|
6821
|
-
padding-right: var(--spacing-brand-large-component-button-radius-large);
|
|
6822
|
-
}
|
|
6823
|
-
|
|
6824
|
-
@utility pb-spacing-brand-large-component-button-radius-large {
|
|
6825
|
-
padding-bottom: var(--spacing-brand-large-component-button-radius-large);
|
|
6826
|
-
}
|
|
6827
|
-
|
|
6828
|
-
@utility pl-spacing-brand-large-component-button-radius-large {
|
|
6829
|
-
padding-left: var(--spacing-brand-large-component-button-radius-large);
|
|
6830
|
-
}
|
|
6831
|
-
|
|
6832
|
-
@utility m-spacing-brand-large-component-button-radius-large {
|
|
6833
|
-
margin: var(--spacing-brand-large-component-button-radius-large);
|
|
6834
|
-
}
|
|
6835
|
-
|
|
6836
|
-
@utility mx-spacing-brand-large-component-button-radius-large {
|
|
6837
|
-
margin-left: var(--spacing-brand-large-component-button-radius-large);
|
|
6838
|
-
margin-right: var(--spacing-brand-large-component-button-radius-large);
|
|
6839
|
-
}
|
|
6840
|
-
|
|
6841
|
-
@utility my-spacing-brand-large-component-button-radius-large {
|
|
6842
|
-
margin-top: var(--spacing-brand-large-component-button-radius-large);
|
|
6843
|
-
margin-bottom: var(--spacing-brand-large-component-button-radius-large);
|
|
6844
|
-
}
|
|
6845
|
-
|
|
6846
|
-
@utility mt-spacing-brand-large-component-button-radius-large {
|
|
6847
|
-
margin-top: var(--spacing-brand-large-component-button-radius-large);
|
|
6848
|
-
}
|
|
6849
|
-
|
|
6850
|
-
@utility mr-spacing-brand-large-component-button-radius-large {
|
|
6851
|
-
margin-right: var(--spacing-brand-large-component-button-radius-large);
|
|
6852
|
-
}
|
|
6853
|
-
|
|
6854
|
-
@utility mb-spacing-brand-large-component-button-radius-large {
|
|
6855
|
-
margin-bottom: var(--spacing-brand-large-component-button-radius-large);
|
|
6856
|
-
}
|
|
6857
|
-
|
|
6858
|
-
@utility ml-spacing-brand-large-component-button-radius-large {
|
|
6859
|
-
margin-left: var(--spacing-brand-large-component-button-radius-large);
|
|
6860
|
-
}
|
|
6861
|
-
|
|
6862
|
-
@utility w-spacing-brand-large-component-button-radius-medium {
|
|
6863
|
-
width: var(--spacing-brand-large-component-button-radius-medium);
|
|
6864
|
-
}
|
|
6865
|
-
|
|
6866
|
-
@utility h-spacing-brand-large-component-button-radius-medium {
|
|
6867
|
-
height: var(--spacing-brand-large-component-button-radius-medium);
|
|
6868
|
-
}
|
|
6869
|
-
|
|
6870
|
-
@utility gap-spacing-brand-large-component-button-radius-medium {
|
|
6871
|
-
gap: var(--spacing-brand-large-component-button-radius-medium);
|
|
6872
|
-
}
|
|
6873
|
-
|
|
6874
|
-
@utility p-spacing-brand-large-component-button-radius-medium {
|
|
6875
|
-
padding: var(--spacing-brand-large-component-button-radius-medium);
|
|
6876
|
-
}
|
|
6877
|
-
|
|
6878
|
-
@utility px-spacing-brand-large-component-button-radius-medium {
|
|
6879
|
-
padding-left: var(--spacing-brand-large-component-button-radius-medium);
|
|
6880
|
-
padding-right: var(--spacing-brand-large-component-button-radius-medium);
|
|
6881
|
-
}
|
|
6882
|
-
|
|
6883
|
-
@utility py-spacing-brand-large-component-button-radius-medium {
|
|
6884
|
-
padding-top: var(--spacing-brand-large-component-button-radius-medium);
|
|
6885
|
-
padding-bottom: var(--spacing-brand-large-component-button-radius-medium);
|
|
6886
|
-
}
|
|
6887
|
-
|
|
6888
|
-
@utility pt-spacing-brand-large-component-button-radius-medium {
|
|
6889
|
-
padding-top: var(--spacing-brand-large-component-button-radius-medium);
|
|
6890
|
-
}
|
|
6891
|
-
|
|
6892
|
-
@utility pr-spacing-brand-large-component-button-radius-medium {
|
|
6893
|
-
padding-right: var(--spacing-brand-large-component-button-radius-medium);
|
|
6894
|
-
}
|
|
6895
|
-
|
|
6896
|
-
@utility pb-spacing-brand-large-component-button-radius-medium {
|
|
6897
|
-
padding-bottom: var(--spacing-brand-large-component-button-radius-medium);
|
|
6898
|
-
}
|
|
6899
|
-
|
|
6900
|
-
@utility pl-spacing-brand-large-component-button-radius-medium {
|
|
6901
|
-
padding-left: var(--spacing-brand-large-component-button-radius-medium);
|
|
6902
|
-
}
|
|
6903
|
-
|
|
6904
|
-
@utility m-spacing-brand-large-component-button-radius-medium {
|
|
6905
|
-
margin: var(--spacing-brand-large-component-button-radius-medium);
|
|
6906
|
-
}
|
|
6907
|
-
|
|
6908
|
-
@utility mx-spacing-brand-large-component-button-radius-medium {
|
|
6909
|
-
margin-left: var(--spacing-brand-large-component-button-radius-medium);
|
|
6910
|
-
margin-right: var(--spacing-brand-large-component-button-radius-medium);
|
|
6911
|
-
}
|
|
6912
|
-
|
|
6913
|
-
@utility my-spacing-brand-large-component-button-radius-medium {
|
|
6914
|
-
margin-top: var(--spacing-brand-large-component-button-radius-medium);
|
|
6915
|
-
margin-bottom: var(--spacing-brand-large-component-button-radius-medium);
|
|
6916
|
-
}
|
|
6917
|
-
|
|
6918
|
-
@utility mt-spacing-brand-large-component-button-radius-medium {
|
|
6919
|
-
margin-top: var(--spacing-brand-large-component-button-radius-medium);
|
|
6920
|
-
}
|
|
6921
|
-
|
|
6922
|
-
@utility mr-spacing-brand-large-component-button-radius-medium {
|
|
6923
|
-
margin-right: var(--spacing-brand-large-component-button-radius-medium);
|
|
6924
|
-
}
|
|
6925
|
-
|
|
6926
|
-
@utility mb-spacing-brand-large-component-button-radius-medium {
|
|
6927
|
-
margin-bottom: var(--spacing-brand-large-component-button-radius-medium);
|
|
6928
|
-
}
|
|
6929
|
-
|
|
6930
|
-
@utility ml-spacing-brand-large-component-button-radius-medium {
|
|
6931
|
-
margin-left: var(--spacing-brand-large-component-button-radius-medium);
|
|
6932
|
-
}
|
|
6933
|
-
|
|
6934
|
-
@utility w-spacing-brand-large-component-button-radius-small {
|
|
6935
|
-
width: var(--spacing-brand-large-component-button-radius-small);
|
|
6936
|
-
}
|
|
6937
|
-
|
|
6938
|
-
@utility h-spacing-brand-large-component-button-radius-small {
|
|
6939
|
-
height: var(--spacing-brand-large-component-button-radius-small);
|
|
6940
|
-
}
|
|
6941
|
-
|
|
6942
|
-
@utility gap-spacing-brand-large-component-button-radius-small {
|
|
6943
|
-
gap: var(--spacing-brand-large-component-button-radius-small);
|
|
6944
|
-
}
|
|
6945
|
-
|
|
6946
|
-
@utility p-spacing-brand-large-component-button-radius-small {
|
|
6947
|
-
padding: var(--spacing-brand-large-component-button-radius-small);
|
|
6948
|
-
}
|
|
6949
|
-
|
|
6950
|
-
@utility px-spacing-brand-large-component-button-radius-small {
|
|
6951
|
-
padding-left: var(--spacing-brand-large-component-button-radius-small);
|
|
6952
|
-
padding-right: var(--spacing-brand-large-component-button-radius-small);
|
|
6953
|
-
}
|
|
6954
|
-
|
|
6955
|
-
@utility py-spacing-brand-large-component-button-radius-small {
|
|
6956
|
-
padding-top: var(--spacing-brand-large-component-button-radius-small);
|
|
6957
|
-
padding-bottom: var(--spacing-brand-large-component-button-radius-small);
|
|
6958
|
-
}
|
|
6959
|
-
|
|
6960
|
-
@utility pt-spacing-brand-large-component-button-radius-small {
|
|
6961
|
-
padding-top: var(--spacing-brand-large-component-button-radius-small);
|
|
6962
|
-
}
|
|
6963
|
-
|
|
6964
|
-
@utility pr-spacing-brand-large-component-button-radius-small {
|
|
6965
|
-
padding-right: var(--spacing-brand-large-component-button-radius-small);
|
|
6966
|
-
}
|
|
6967
|
-
|
|
6968
|
-
@utility pb-spacing-brand-large-component-button-radius-small {
|
|
6969
|
-
padding-bottom: var(--spacing-brand-large-component-button-radius-small);
|
|
6970
|
-
}
|
|
6971
|
-
|
|
6972
|
-
@utility pl-spacing-brand-large-component-button-radius-small {
|
|
6973
|
-
padding-left: var(--spacing-brand-large-component-button-radius-small);
|
|
6974
|
-
}
|
|
6975
|
-
|
|
6976
|
-
@utility m-spacing-brand-large-component-button-radius-small {
|
|
6977
|
-
margin: var(--spacing-brand-large-component-button-radius-small);
|
|
6978
|
-
}
|
|
6979
|
-
|
|
6980
|
-
@utility mx-spacing-brand-large-component-button-radius-small {
|
|
6981
|
-
margin-left: var(--spacing-brand-large-component-button-radius-small);
|
|
6982
|
-
margin-right: var(--spacing-brand-large-component-button-radius-small);
|
|
6983
|
-
}
|
|
6984
|
-
|
|
6985
|
-
@utility my-spacing-brand-large-component-button-radius-small {
|
|
6986
|
-
margin-top: var(--spacing-brand-large-component-button-radius-small);
|
|
6987
|
-
margin-bottom: var(--spacing-brand-large-component-button-radius-small);
|
|
6988
|
-
}
|
|
6989
|
-
|
|
6990
|
-
@utility mt-spacing-brand-large-component-button-radius-small {
|
|
6991
|
-
margin-top: var(--spacing-brand-large-component-button-radius-small);
|
|
6992
|
-
}
|
|
6993
|
-
|
|
6994
|
-
@utility mr-spacing-brand-large-component-button-radius-small {
|
|
6995
|
-
margin-right: var(--spacing-brand-large-component-button-radius-small);
|
|
6996
|
-
}
|
|
6997
|
-
|
|
6998
|
-
@utility mb-spacing-brand-large-component-button-radius-small {
|
|
6999
|
-
margin-bottom: var(--spacing-brand-large-component-button-radius-small);
|
|
7000
|
-
}
|
|
7001
|
-
|
|
7002
|
-
@utility ml-spacing-brand-large-component-button-radius-small {
|
|
7003
|
-
margin-left: var(--spacing-brand-large-component-button-radius-small);
|
|
7004
|
-
}
|
|
7005
|
-
|
|
7006
6544
|
@utility w-spacing-brand-large-component-card-gap-internal {
|
|
7007
6545
|
width: var(--spacing-brand-large-component-card-gap-internal);
|
|
7008
6546
|
}
|
|
@@ -10099,313 +9637,97 @@
|
|
|
10099
9637
|
margin-left: var(--spacing-brand-medium-component-button-gap-icon-text);
|
|
10100
9638
|
}
|
|
10101
9639
|
|
|
10102
|
-
@utility w-spacing-brand-medium-component-button-
|
|
10103
|
-
width: var(--spacing-brand-medium-component-button-
|
|
9640
|
+
@utility w-spacing-brand-medium-component-button-padding-x-large {
|
|
9641
|
+
width: var(--spacing-brand-medium-component-button-padding-x-large);
|
|
10104
9642
|
}
|
|
10105
9643
|
|
|
10106
|
-
@utility h-spacing-brand-medium-component-button-
|
|
10107
|
-
height: var(--spacing-brand-medium-component-button-
|
|
9644
|
+
@utility h-spacing-brand-medium-component-button-padding-x-large {
|
|
9645
|
+
height: var(--spacing-brand-medium-component-button-padding-x-large);
|
|
10108
9646
|
}
|
|
10109
9647
|
|
|
10110
|
-
@utility gap-spacing-brand-medium-component-button-
|
|
10111
|
-
gap: var(--spacing-brand-medium-component-button-
|
|
9648
|
+
@utility gap-spacing-brand-medium-component-button-padding-x-large {
|
|
9649
|
+
gap: var(--spacing-brand-medium-component-button-padding-x-large);
|
|
10112
9650
|
}
|
|
10113
9651
|
|
|
10114
|
-
@utility p-spacing-brand-medium-component-button-
|
|
10115
|
-
padding: var(--spacing-brand-medium-component-button-
|
|
9652
|
+
@utility p-spacing-brand-medium-component-button-padding-x-large {
|
|
9653
|
+
padding: var(--spacing-brand-medium-component-button-padding-x-large);
|
|
10116
9654
|
}
|
|
10117
9655
|
|
|
10118
|
-
@utility px-spacing-brand-medium-component-button-
|
|
10119
|
-
padding-left: var(--spacing-brand-medium-component-button-
|
|
10120
|
-
padding-right: var(--spacing-brand-medium-component-button-
|
|
9656
|
+
@utility px-spacing-brand-medium-component-button-padding-x-large {
|
|
9657
|
+
padding-left: var(--spacing-brand-medium-component-button-padding-x-large);
|
|
9658
|
+
padding-right: var(--spacing-brand-medium-component-button-padding-x-large);
|
|
10121
9659
|
}
|
|
10122
9660
|
|
|
10123
|
-
@utility py-spacing-brand-medium-component-button-
|
|
10124
|
-
padding-top: var(--spacing-brand-medium-component-button-
|
|
10125
|
-
padding-bottom: var(--spacing-brand-medium-component-button-
|
|
9661
|
+
@utility py-spacing-brand-medium-component-button-padding-x-large {
|
|
9662
|
+
padding-top: var(--spacing-brand-medium-component-button-padding-x-large);
|
|
9663
|
+
padding-bottom: var(--spacing-brand-medium-component-button-padding-x-large);
|
|
10126
9664
|
}
|
|
10127
9665
|
|
|
10128
|
-
@utility pt-spacing-brand-medium-component-button-
|
|
10129
|
-
padding-top: var(--spacing-brand-medium-component-button-
|
|
9666
|
+
@utility pt-spacing-brand-medium-component-button-padding-x-large {
|
|
9667
|
+
padding-top: var(--spacing-brand-medium-component-button-padding-x-large);
|
|
10130
9668
|
}
|
|
10131
9669
|
|
|
10132
|
-
@utility pr-spacing-brand-medium-component-button-
|
|
10133
|
-
padding-right: var(--spacing-brand-medium-component-button-
|
|
9670
|
+
@utility pr-spacing-brand-medium-component-button-padding-x-large {
|
|
9671
|
+
padding-right: var(--spacing-brand-medium-component-button-padding-x-large);
|
|
10134
9672
|
}
|
|
10135
9673
|
|
|
10136
|
-
@utility pb-spacing-brand-medium-component-button-
|
|
10137
|
-
padding-bottom: var(--spacing-brand-medium-component-button-
|
|
9674
|
+
@utility pb-spacing-brand-medium-component-button-padding-x-large {
|
|
9675
|
+
padding-bottom: var(--spacing-brand-medium-component-button-padding-x-large);
|
|
10138
9676
|
}
|
|
10139
9677
|
|
|
10140
|
-
@utility pl-spacing-brand-medium-component-button-
|
|
10141
|
-
padding-left: var(--spacing-brand-medium-component-button-
|
|
9678
|
+
@utility pl-spacing-brand-medium-component-button-padding-x-large {
|
|
9679
|
+
padding-left: var(--spacing-brand-medium-component-button-padding-x-large);
|
|
10142
9680
|
}
|
|
10143
9681
|
|
|
10144
|
-
@utility m-spacing-brand-medium-component-button-
|
|
10145
|
-
margin: var(--spacing-brand-medium-component-button-
|
|
9682
|
+
@utility m-spacing-brand-medium-component-button-padding-x-large {
|
|
9683
|
+
margin: var(--spacing-brand-medium-component-button-padding-x-large);
|
|
10146
9684
|
}
|
|
10147
9685
|
|
|
10148
|
-
@utility mx-spacing-brand-medium-component-button-
|
|
10149
|
-
margin-left: var(--spacing-brand-medium-component-button-
|
|
10150
|
-
margin-right: var(--spacing-brand-medium-component-button-
|
|
9686
|
+
@utility mx-spacing-brand-medium-component-button-padding-x-large {
|
|
9687
|
+
margin-left: var(--spacing-brand-medium-component-button-padding-x-large);
|
|
9688
|
+
margin-right: var(--spacing-brand-medium-component-button-padding-x-large);
|
|
10151
9689
|
}
|
|
10152
9690
|
|
|
10153
|
-
@utility my-spacing-brand-medium-component-button-
|
|
10154
|
-
margin-top: var(--spacing-brand-medium-component-button-
|
|
10155
|
-
margin-bottom: var(--spacing-brand-medium-component-button-
|
|
9691
|
+
@utility my-spacing-brand-medium-component-button-padding-x-large {
|
|
9692
|
+
margin-top: var(--spacing-brand-medium-component-button-padding-x-large);
|
|
9693
|
+
margin-bottom: var(--spacing-brand-medium-component-button-padding-x-large);
|
|
10156
9694
|
}
|
|
10157
9695
|
|
|
10158
|
-
@utility mt-spacing-brand-medium-component-button-
|
|
10159
|
-
margin-top: var(--spacing-brand-medium-component-button-
|
|
9696
|
+
@utility mt-spacing-brand-medium-component-button-padding-x-large {
|
|
9697
|
+
margin-top: var(--spacing-brand-medium-component-button-padding-x-large);
|
|
10160
9698
|
}
|
|
10161
9699
|
|
|
10162
|
-
@utility mr-spacing-brand-medium-component-button-
|
|
10163
|
-
margin-right: var(--spacing-brand-medium-component-button-
|
|
9700
|
+
@utility mr-spacing-brand-medium-component-button-padding-x-large {
|
|
9701
|
+
margin-right: var(--spacing-brand-medium-component-button-padding-x-large);
|
|
10164
9702
|
}
|
|
10165
9703
|
|
|
10166
|
-
@utility mb-spacing-brand-medium-component-button-
|
|
10167
|
-
margin-bottom: var(--spacing-brand-medium-component-button-
|
|
9704
|
+
@utility mb-spacing-brand-medium-component-button-padding-x-large {
|
|
9705
|
+
margin-bottom: var(--spacing-brand-medium-component-button-padding-x-large);
|
|
10168
9706
|
}
|
|
10169
9707
|
|
|
10170
|
-
@utility ml-spacing-brand-medium-component-button-
|
|
10171
|
-
margin-left: var(--spacing-brand-medium-component-button-
|
|
9708
|
+
@utility ml-spacing-brand-medium-component-button-padding-x-large {
|
|
9709
|
+
margin-left: var(--spacing-brand-medium-component-button-padding-x-large);
|
|
10172
9710
|
}
|
|
10173
9711
|
|
|
10174
|
-
@utility w-spacing-brand-medium-component-button-
|
|
10175
|
-
width: var(--spacing-brand-medium-component-button-
|
|
9712
|
+
@utility w-spacing-brand-medium-component-button-padding-x-medium {
|
|
9713
|
+
width: var(--spacing-brand-medium-component-button-padding-x-medium);
|
|
10176
9714
|
}
|
|
10177
9715
|
|
|
10178
|
-
@utility h-spacing-brand-medium-component-button-
|
|
10179
|
-
height: var(--spacing-brand-medium-component-button-
|
|
9716
|
+
@utility h-spacing-brand-medium-component-button-padding-x-medium {
|
|
9717
|
+
height: var(--spacing-brand-medium-component-button-padding-x-medium);
|
|
10180
9718
|
}
|
|
10181
9719
|
|
|
10182
|
-
@utility gap-spacing-brand-medium-component-button-
|
|
10183
|
-
gap: var(--spacing-brand-medium-component-button-
|
|
9720
|
+
@utility gap-spacing-brand-medium-component-button-padding-x-medium {
|
|
9721
|
+
gap: var(--spacing-brand-medium-component-button-padding-x-medium);
|
|
10184
9722
|
}
|
|
10185
9723
|
|
|
10186
|
-
@utility p-spacing-brand-medium-component-button-
|
|
10187
|
-
padding: var(--spacing-brand-medium-component-button-
|
|
9724
|
+
@utility p-spacing-brand-medium-component-button-padding-x-medium {
|
|
9725
|
+
padding: var(--spacing-brand-medium-component-button-padding-x-medium);
|
|
10188
9726
|
}
|
|
10189
9727
|
|
|
10190
|
-
@utility px-spacing-brand-medium-component-button-
|
|
10191
|
-
padding-left: var(--spacing-brand-medium-component-button-
|
|
10192
|
-
padding-right: var(--spacing-brand-medium-component-button-
|
|
10193
|
-
}
|
|
10194
|
-
|
|
10195
|
-
@utility py-spacing-brand-medium-component-button-height-medium {
|
|
10196
|
-
padding-top: var(--spacing-brand-medium-component-button-height-medium);
|
|
10197
|
-
padding-bottom: var(--spacing-brand-medium-component-button-height-medium);
|
|
10198
|
-
}
|
|
10199
|
-
|
|
10200
|
-
@utility pt-spacing-brand-medium-component-button-height-medium {
|
|
10201
|
-
padding-top: var(--spacing-brand-medium-component-button-height-medium);
|
|
10202
|
-
}
|
|
10203
|
-
|
|
10204
|
-
@utility pr-spacing-brand-medium-component-button-height-medium {
|
|
10205
|
-
padding-right: var(--spacing-brand-medium-component-button-height-medium);
|
|
10206
|
-
}
|
|
10207
|
-
|
|
10208
|
-
@utility pb-spacing-brand-medium-component-button-height-medium {
|
|
10209
|
-
padding-bottom: var(--spacing-brand-medium-component-button-height-medium);
|
|
10210
|
-
}
|
|
10211
|
-
|
|
10212
|
-
@utility pl-spacing-brand-medium-component-button-height-medium {
|
|
10213
|
-
padding-left: var(--spacing-brand-medium-component-button-height-medium);
|
|
10214
|
-
}
|
|
10215
|
-
|
|
10216
|
-
@utility m-spacing-brand-medium-component-button-height-medium {
|
|
10217
|
-
margin: var(--spacing-brand-medium-component-button-height-medium);
|
|
10218
|
-
}
|
|
10219
|
-
|
|
10220
|
-
@utility mx-spacing-brand-medium-component-button-height-medium {
|
|
10221
|
-
margin-left: var(--spacing-brand-medium-component-button-height-medium);
|
|
10222
|
-
margin-right: var(--spacing-brand-medium-component-button-height-medium);
|
|
10223
|
-
}
|
|
10224
|
-
|
|
10225
|
-
@utility my-spacing-brand-medium-component-button-height-medium {
|
|
10226
|
-
margin-top: var(--spacing-brand-medium-component-button-height-medium);
|
|
10227
|
-
margin-bottom: var(--spacing-brand-medium-component-button-height-medium);
|
|
10228
|
-
}
|
|
10229
|
-
|
|
10230
|
-
@utility mt-spacing-brand-medium-component-button-height-medium {
|
|
10231
|
-
margin-top: var(--spacing-brand-medium-component-button-height-medium);
|
|
10232
|
-
}
|
|
10233
|
-
|
|
10234
|
-
@utility mr-spacing-brand-medium-component-button-height-medium {
|
|
10235
|
-
margin-right: var(--spacing-brand-medium-component-button-height-medium);
|
|
10236
|
-
}
|
|
10237
|
-
|
|
10238
|
-
@utility mb-spacing-brand-medium-component-button-height-medium {
|
|
10239
|
-
margin-bottom: var(--spacing-brand-medium-component-button-height-medium);
|
|
10240
|
-
}
|
|
10241
|
-
|
|
10242
|
-
@utility ml-spacing-brand-medium-component-button-height-medium {
|
|
10243
|
-
margin-left: var(--spacing-brand-medium-component-button-height-medium);
|
|
10244
|
-
}
|
|
10245
|
-
|
|
10246
|
-
@utility w-spacing-brand-medium-component-button-height-small {
|
|
10247
|
-
width: var(--spacing-brand-medium-component-button-height-small);
|
|
10248
|
-
}
|
|
10249
|
-
|
|
10250
|
-
@utility h-spacing-brand-medium-component-button-height-small {
|
|
10251
|
-
height: var(--spacing-brand-medium-component-button-height-small);
|
|
10252
|
-
}
|
|
10253
|
-
|
|
10254
|
-
@utility gap-spacing-brand-medium-component-button-height-small {
|
|
10255
|
-
gap: var(--spacing-brand-medium-component-button-height-small);
|
|
10256
|
-
}
|
|
10257
|
-
|
|
10258
|
-
@utility p-spacing-brand-medium-component-button-height-small {
|
|
10259
|
-
padding: var(--spacing-brand-medium-component-button-height-small);
|
|
10260
|
-
}
|
|
10261
|
-
|
|
10262
|
-
@utility px-spacing-brand-medium-component-button-height-small {
|
|
10263
|
-
padding-left: var(--spacing-brand-medium-component-button-height-small);
|
|
10264
|
-
padding-right: var(--spacing-brand-medium-component-button-height-small);
|
|
10265
|
-
}
|
|
10266
|
-
|
|
10267
|
-
@utility py-spacing-brand-medium-component-button-height-small {
|
|
10268
|
-
padding-top: var(--spacing-brand-medium-component-button-height-small);
|
|
10269
|
-
padding-bottom: var(--spacing-brand-medium-component-button-height-small);
|
|
10270
|
-
}
|
|
10271
|
-
|
|
10272
|
-
@utility pt-spacing-brand-medium-component-button-height-small {
|
|
10273
|
-
padding-top: var(--spacing-brand-medium-component-button-height-small);
|
|
10274
|
-
}
|
|
10275
|
-
|
|
10276
|
-
@utility pr-spacing-brand-medium-component-button-height-small {
|
|
10277
|
-
padding-right: var(--spacing-brand-medium-component-button-height-small);
|
|
10278
|
-
}
|
|
10279
|
-
|
|
10280
|
-
@utility pb-spacing-brand-medium-component-button-height-small {
|
|
10281
|
-
padding-bottom: var(--spacing-brand-medium-component-button-height-small);
|
|
10282
|
-
}
|
|
10283
|
-
|
|
10284
|
-
@utility pl-spacing-brand-medium-component-button-height-small {
|
|
10285
|
-
padding-left: var(--spacing-brand-medium-component-button-height-small);
|
|
10286
|
-
}
|
|
10287
|
-
|
|
10288
|
-
@utility m-spacing-brand-medium-component-button-height-small {
|
|
10289
|
-
margin: var(--spacing-brand-medium-component-button-height-small);
|
|
10290
|
-
}
|
|
10291
|
-
|
|
10292
|
-
@utility mx-spacing-brand-medium-component-button-height-small {
|
|
10293
|
-
margin-left: var(--spacing-brand-medium-component-button-height-small);
|
|
10294
|
-
margin-right: var(--spacing-brand-medium-component-button-height-small);
|
|
10295
|
-
}
|
|
10296
|
-
|
|
10297
|
-
@utility my-spacing-brand-medium-component-button-height-small {
|
|
10298
|
-
margin-top: var(--spacing-brand-medium-component-button-height-small);
|
|
10299
|
-
margin-bottom: var(--spacing-brand-medium-component-button-height-small);
|
|
10300
|
-
}
|
|
10301
|
-
|
|
10302
|
-
@utility mt-spacing-brand-medium-component-button-height-small {
|
|
10303
|
-
margin-top: var(--spacing-brand-medium-component-button-height-small);
|
|
10304
|
-
}
|
|
10305
|
-
|
|
10306
|
-
@utility mr-spacing-brand-medium-component-button-height-small {
|
|
10307
|
-
margin-right: var(--spacing-brand-medium-component-button-height-small);
|
|
10308
|
-
}
|
|
10309
|
-
|
|
10310
|
-
@utility mb-spacing-brand-medium-component-button-height-small {
|
|
10311
|
-
margin-bottom: var(--spacing-brand-medium-component-button-height-small);
|
|
10312
|
-
}
|
|
10313
|
-
|
|
10314
|
-
@utility ml-spacing-brand-medium-component-button-height-small {
|
|
10315
|
-
margin-left: var(--spacing-brand-medium-component-button-height-small);
|
|
10316
|
-
}
|
|
10317
|
-
|
|
10318
|
-
@utility w-spacing-brand-medium-component-button-padding-x-large {
|
|
10319
|
-
width: var(--spacing-brand-medium-component-button-padding-x-large);
|
|
10320
|
-
}
|
|
10321
|
-
|
|
10322
|
-
@utility h-spacing-brand-medium-component-button-padding-x-large {
|
|
10323
|
-
height: var(--spacing-brand-medium-component-button-padding-x-large);
|
|
10324
|
-
}
|
|
10325
|
-
|
|
10326
|
-
@utility gap-spacing-brand-medium-component-button-padding-x-large {
|
|
10327
|
-
gap: var(--spacing-brand-medium-component-button-padding-x-large);
|
|
10328
|
-
}
|
|
10329
|
-
|
|
10330
|
-
@utility p-spacing-brand-medium-component-button-padding-x-large {
|
|
10331
|
-
padding: var(--spacing-brand-medium-component-button-padding-x-large);
|
|
10332
|
-
}
|
|
10333
|
-
|
|
10334
|
-
@utility px-spacing-brand-medium-component-button-padding-x-large {
|
|
10335
|
-
padding-left: var(--spacing-brand-medium-component-button-padding-x-large);
|
|
10336
|
-
padding-right: var(--spacing-brand-medium-component-button-padding-x-large);
|
|
10337
|
-
}
|
|
10338
|
-
|
|
10339
|
-
@utility py-spacing-brand-medium-component-button-padding-x-large {
|
|
10340
|
-
padding-top: var(--spacing-brand-medium-component-button-padding-x-large);
|
|
10341
|
-
padding-bottom: var(--spacing-brand-medium-component-button-padding-x-large);
|
|
10342
|
-
}
|
|
10343
|
-
|
|
10344
|
-
@utility pt-spacing-brand-medium-component-button-padding-x-large {
|
|
10345
|
-
padding-top: var(--spacing-brand-medium-component-button-padding-x-large);
|
|
10346
|
-
}
|
|
10347
|
-
|
|
10348
|
-
@utility pr-spacing-brand-medium-component-button-padding-x-large {
|
|
10349
|
-
padding-right: var(--spacing-brand-medium-component-button-padding-x-large);
|
|
10350
|
-
}
|
|
10351
|
-
|
|
10352
|
-
@utility pb-spacing-brand-medium-component-button-padding-x-large {
|
|
10353
|
-
padding-bottom: var(--spacing-brand-medium-component-button-padding-x-large);
|
|
10354
|
-
}
|
|
10355
|
-
|
|
10356
|
-
@utility pl-spacing-brand-medium-component-button-padding-x-large {
|
|
10357
|
-
padding-left: var(--spacing-brand-medium-component-button-padding-x-large);
|
|
10358
|
-
}
|
|
10359
|
-
|
|
10360
|
-
@utility m-spacing-brand-medium-component-button-padding-x-large {
|
|
10361
|
-
margin: var(--spacing-brand-medium-component-button-padding-x-large);
|
|
10362
|
-
}
|
|
10363
|
-
|
|
10364
|
-
@utility mx-spacing-brand-medium-component-button-padding-x-large {
|
|
10365
|
-
margin-left: var(--spacing-brand-medium-component-button-padding-x-large);
|
|
10366
|
-
margin-right: var(--spacing-brand-medium-component-button-padding-x-large);
|
|
10367
|
-
}
|
|
10368
|
-
|
|
10369
|
-
@utility my-spacing-brand-medium-component-button-padding-x-large {
|
|
10370
|
-
margin-top: var(--spacing-brand-medium-component-button-padding-x-large);
|
|
10371
|
-
margin-bottom: var(--spacing-brand-medium-component-button-padding-x-large);
|
|
10372
|
-
}
|
|
10373
|
-
|
|
10374
|
-
@utility mt-spacing-brand-medium-component-button-padding-x-large {
|
|
10375
|
-
margin-top: var(--spacing-brand-medium-component-button-padding-x-large);
|
|
10376
|
-
}
|
|
10377
|
-
|
|
10378
|
-
@utility mr-spacing-brand-medium-component-button-padding-x-large {
|
|
10379
|
-
margin-right: var(--spacing-brand-medium-component-button-padding-x-large);
|
|
10380
|
-
}
|
|
10381
|
-
|
|
10382
|
-
@utility mb-spacing-brand-medium-component-button-padding-x-large {
|
|
10383
|
-
margin-bottom: var(--spacing-brand-medium-component-button-padding-x-large);
|
|
10384
|
-
}
|
|
10385
|
-
|
|
10386
|
-
@utility ml-spacing-brand-medium-component-button-padding-x-large {
|
|
10387
|
-
margin-left: var(--spacing-brand-medium-component-button-padding-x-large);
|
|
10388
|
-
}
|
|
10389
|
-
|
|
10390
|
-
@utility w-spacing-brand-medium-component-button-padding-x-medium {
|
|
10391
|
-
width: var(--spacing-brand-medium-component-button-padding-x-medium);
|
|
10392
|
-
}
|
|
10393
|
-
|
|
10394
|
-
@utility h-spacing-brand-medium-component-button-padding-x-medium {
|
|
10395
|
-
height: var(--spacing-brand-medium-component-button-padding-x-medium);
|
|
10396
|
-
}
|
|
10397
|
-
|
|
10398
|
-
@utility gap-spacing-brand-medium-component-button-padding-x-medium {
|
|
10399
|
-
gap: var(--spacing-brand-medium-component-button-padding-x-medium);
|
|
10400
|
-
}
|
|
10401
|
-
|
|
10402
|
-
@utility p-spacing-brand-medium-component-button-padding-x-medium {
|
|
10403
|
-
padding: var(--spacing-brand-medium-component-button-padding-x-medium);
|
|
10404
|
-
}
|
|
10405
|
-
|
|
10406
|
-
@utility px-spacing-brand-medium-component-button-padding-x-medium {
|
|
10407
|
-
padding-left: var(--spacing-brand-medium-component-button-padding-x-medium);
|
|
10408
|
-
padding-right: var(--spacing-brand-medium-component-button-padding-x-medium);
|
|
9728
|
+
@utility px-spacing-brand-medium-component-button-padding-x-medium {
|
|
9729
|
+
padding-left: var(--spacing-brand-medium-component-button-padding-x-medium);
|
|
9730
|
+
padding-right: var(--spacing-brand-medium-component-button-padding-x-medium);
|
|
10409
9731
|
}
|
|
10410
9732
|
|
|
10411
9733
|
@utility py-spacing-brand-medium-component-button-padding-x-medium {
|
|
@@ -10747,222 +10069,6 @@
|
|
|
10747
10069
|
margin-left: var(--spacing-brand-medium-component-button-padding-y-small);
|
|
10748
10070
|
}
|
|
10749
10071
|
|
|
10750
|
-
@utility w-spacing-brand-medium-component-button-radius-large {
|
|
10751
|
-
width: var(--spacing-brand-medium-component-button-radius-large);
|
|
10752
|
-
}
|
|
10753
|
-
|
|
10754
|
-
@utility h-spacing-brand-medium-component-button-radius-large {
|
|
10755
|
-
height: var(--spacing-brand-medium-component-button-radius-large);
|
|
10756
|
-
}
|
|
10757
|
-
|
|
10758
|
-
@utility gap-spacing-brand-medium-component-button-radius-large {
|
|
10759
|
-
gap: var(--spacing-brand-medium-component-button-radius-large);
|
|
10760
|
-
}
|
|
10761
|
-
|
|
10762
|
-
@utility p-spacing-brand-medium-component-button-radius-large {
|
|
10763
|
-
padding: var(--spacing-brand-medium-component-button-radius-large);
|
|
10764
|
-
}
|
|
10765
|
-
|
|
10766
|
-
@utility px-spacing-brand-medium-component-button-radius-large {
|
|
10767
|
-
padding-left: var(--spacing-brand-medium-component-button-radius-large);
|
|
10768
|
-
padding-right: var(--spacing-brand-medium-component-button-radius-large);
|
|
10769
|
-
}
|
|
10770
|
-
|
|
10771
|
-
@utility py-spacing-brand-medium-component-button-radius-large {
|
|
10772
|
-
padding-top: var(--spacing-brand-medium-component-button-radius-large);
|
|
10773
|
-
padding-bottom: var(--spacing-brand-medium-component-button-radius-large);
|
|
10774
|
-
}
|
|
10775
|
-
|
|
10776
|
-
@utility pt-spacing-brand-medium-component-button-radius-large {
|
|
10777
|
-
padding-top: var(--spacing-brand-medium-component-button-radius-large);
|
|
10778
|
-
}
|
|
10779
|
-
|
|
10780
|
-
@utility pr-spacing-brand-medium-component-button-radius-large {
|
|
10781
|
-
padding-right: var(--spacing-brand-medium-component-button-radius-large);
|
|
10782
|
-
}
|
|
10783
|
-
|
|
10784
|
-
@utility pb-spacing-brand-medium-component-button-radius-large {
|
|
10785
|
-
padding-bottom: var(--spacing-brand-medium-component-button-radius-large);
|
|
10786
|
-
}
|
|
10787
|
-
|
|
10788
|
-
@utility pl-spacing-brand-medium-component-button-radius-large {
|
|
10789
|
-
padding-left: var(--spacing-brand-medium-component-button-radius-large);
|
|
10790
|
-
}
|
|
10791
|
-
|
|
10792
|
-
@utility m-spacing-brand-medium-component-button-radius-large {
|
|
10793
|
-
margin: var(--spacing-brand-medium-component-button-radius-large);
|
|
10794
|
-
}
|
|
10795
|
-
|
|
10796
|
-
@utility mx-spacing-brand-medium-component-button-radius-large {
|
|
10797
|
-
margin-left: var(--spacing-brand-medium-component-button-radius-large);
|
|
10798
|
-
margin-right: var(--spacing-brand-medium-component-button-radius-large);
|
|
10799
|
-
}
|
|
10800
|
-
|
|
10801
|
-
@utility my-spacing-brand-medium-component-button-radius-large {
|
|
10802
|
-
margin-top: var(--spacing-brand-medium-component-button-radius-large);
|
|
10803
|
-
margin-bottom: var(--spacing-brand-medium-component-button-radius-large);
|
|
10804
|
-
}
|
|
10805
|
-
|
|
10806
|
-
@utility mt-spacing-brand-medium-component-button-radius-large {
|
|
10807
|
-
margin-top: var(--spacing-brand-medium-component-button-radius-large);
|
|
10808
|
-
}
|
|
10809
|
-
|
|
10810
|
-
@utility mr-spacing-brand-medium-component-button-radius-large {
|
|
10811
|
-
margin-right: var(--spacing-brand-medium-component-button-radius-large);
|
|
10812
|
-
}
|
|
10813
|
-
|
|
10814
|
-
@utility mb-spacing-brand-medium-component-button-radius-large {
|
|
10815
|
-
margin-bottom: var(--spacing-brand-medium-component-button-radius-large);
|
|
10816
|
-
}
|
|
10817
|
-
|
|
10818
|
-
@utility ml-spacing-brand-medium-component-button-radius-large {
|
|
10819
|
-
margin-left: var(--spacing-brand-medium-component-button-radius-large);
|
|
10820
|
-
}
|
|
10821
|
-
|
|
10822
|
-
@utility w-spacing-brand-medium-component-button-radius-medium {
|
|
10823
|
-
width: var(--spacing-brand-medium-component-button-radius-medium);
|
|
10824
|
-
}
|
|
10825
|
-
|
|
10826
|
-
@utility h-spacing-brand-medium-component-button-radius-medium {
|
|
10827
|
-
height: var(--spacing-brand-medium-component-button-radius-medium);
|
|
10828
|
-
}
|
|
10829
|
-
|
|
10830
|
-
@utility gap-spacing-brand-medium-component-button-radius-medium {
|
|
10831
|
-
gap: var(--spacing-brand-medium-component-button-radius-medium);
|
|
10832
|
-
}
|
|
10833
|
-
|
|
10834
|
-
@utility p-spacing-brand-medium-component-button-radius-medium {
|
|
10835
|
-
padding: var(--spacing-brand-medium-component-button-radius-medium);
|
|
10836
|
-
}
|
|
10837
|
-
|
|
10838
|
-
@utility px-spacing-brand-medium-component-button-radius-medium {
|
|
10839
|
-
padding-left: var(--spacing-brand-medium-component-button-radius-medium);
|
|
10840
|
-
padding-right: var(--spacing-brand-medium-component-button-radius-medium);
|
|
10841
|
-
}
|
|
10842
|
-
|
|
10843
|
-
@utility py-spacing-brand-medium-component-button-radius-medium {
|
|
10844
|
-
padding-top: var(--spacing-brand-medium-component-button-radius-medium);
|
|
10845
|
-
padding-bottom: var(--spacing-brand-medium-component-button-radius-medium);
|
|
10846
|
-
}
|
|
10847
|
-
|
|
10848
|
-
@utility pt-spacing-brand-medium-component-button-radius-medium {
|
|
10849
|
-
padding-top: var(--spacing-brand-medium-component-button-radius-medium);
|
|
10850
|
-
}
|
|
10851
|
-
|
|
10852
|
-
@utility pr-spacing-brand-medium-component-button-radius-medium {
|
|
10853
|
-
padding-right: var(--spacing-brand-medium-component-button-radius-medium);
|
|
10854
|
-
}
|
|
10855
|
-
|
|
10856
|
-
@utility pb-spacing-brand-medium-component-button-radius-medium {
|
|
10857
|
-
padding-bottom: var(--spacing-brand-medium-component-button-radius-medium);
|
|
10858
|
-
}
|
|
10859
|
-
|
|
10860
|
-
@utility pl-spacing-brand-medium-component-button-radius-medium {
|
|
10861
|
-
padding-left: var(--spacing-brand-medium-component-button-radius-medium);
|
|
10862
|
-
}
|
|
10863
|
-
|
|
10864
|
-
@utility m-spacing-brand-medium-component-button-radius-medium {
|
|
10865
|
-
margin: var(--spacing-brand-medium-component-button-radius-medium);
|
|
10866
|
-
}
|
|
10867
|
-
|
|
10868
|
-
@utility mx-spacing-brand-medium-component-button-radius-medium {
|
|
10869
|
-
margin-left: var(--spacing-brand-medium-component-button-radius-medium);
|
|
10870
|
-
margin-right: var(--spacing-brand-medium-component-button-radius-medium);
|
|
10871
|
-
}
|
|
10872
|
-
|
|
10873
|
-
@utility my-spacing-brand-medium-component-button-radius-medium {
|
|
10874
|
-
margin-top: var(--spacing-brand-medium-component-button-radius-medium);
|
|
10875
|
-
margin-bottom: var(--spacing-brand-medium-component-button-radius-medium);
|
|
10876
|
-
}
|
|
10877
|
-
|
|
10878
|
-
@utility mt-spacing-brand-medium-component-button-radius-medium {
|
|
10879
|
-
margin-top: var(--spacing-brand-medium-component-button-radius-medium);
|
|
10880
|
-
}
|
|
10881
|
-
|
|
10882
|
-
@utility mr-spacing-brand-medium-component-button-radius-medium {
|
|
10883
|
-
margin-right: var(--spacing-brand-medium-component-button-radius-medium);
|
|
10884
|
-
}
|
|
10885
|
-
|
|
10886
|
-
@utility mb-spacing-brand-medium-component-button-radius-medium {
|
|
10887
|
-
margin-bottom: var(--spacing-brand-medium-component-button-radius-medium);
|
|
10888
|
-
}
|
|
10889
|
-
|
|
10890
|
-
@utility ml-spacing-brand-medium-component-button-radius-medium {
|
|
10891
|
-
margin-left: var(--spacing-brand-medium-component-button-radius-medium);
|
|
10892
|
-
}
|
|
10893
|
-
|
|
10894
|
-
@utility w-spacing-brand-medium-component-button-radius-small {
|
|
10895
|
-
width: var(--spacing-brand-medium-component-button-radius-small);
|
|
10896
|
-
}
|
|
10897
|
-
|
|
10898
|
-
@utility h-spacing-brand-medium-component-button-radius-small {
|
|
10899
|
-
height: var(--spacing-brand-medium-component-button-radius-small);
|
|
10900
|
-
}
|
|
10901
|
-
|
|
10902
|
-
@utility gap-spacing-brand-medium-component-button-radius-small {
|
|
10903
|
-
gap: var(--spacing-brand-medium-component-button-radius-small);
|
|
10904
|
-
}
|
|
10905
|
-
|
|
10906
|
-
@utility p-spacing-brand-medium-component-button-radius-small {
|
|
10907
|
-
padding: var(--spacing-brand-medium-component-button-radius-small);
|
|
10908
|
-
}
|
|
10909
|
-
|
|
10910
|
-
@utility px-spacing-brand-medium-component-button-radius-small {
|
|
10911
|
-
padding-left: var(--spacing-brand-medium-component-button-radius-small);
|
|
10912
|
-
padding-right: var(--spacing-brand-medium-component-button-radius-small);
|
|
10913
|
-
}
|
|
10914
|
-
|
|
10915
|
-
@utility py-spacing-brand-medium-component-button-radius-small {
|
|
10916
|
-
padding-top: var(--spacing-brand-medium-component-button-radius-small);
|
|
10917
|
-
padding-bottom: var(--spacing-brand-medium-component-button-radius-small);
|
|
10918
|
-
}
|
|
10919
|
-
|
|
10920
|
-
@utility pt-spacing-brand-medium-component-button-radius-small {
|
|
10921
|
-
padding-top: var(--spacing-brand-medium-component-button-radius-small);
|
|
10922
|
-
}
|
|
10923
|
-
|
|
10924
|
-
@utility pr-spacing-brand-medium-component-button-radius-small {
|
|
10925
|
-
padding-right: var(--spacing-brand-medium-component-button-radius-small);
|
|
10926
|
-
}
|
|
10927
|
-
|
|
10928
|
-
@utility pb-spacing-brand-medium-component-button-radius-small {
|
|
10929
|
-
padding-bottom: var(--spacing-brand-medium-component-button-radius-small);
|
|
10930
|
-
}
|
|
10931
|
-
|
|
10932
|
-
@utility pl-spacing-brand-medium-component-button-radius-small {
|
|
10933
|
-
padding-left: var(--spacing-brand-medium-component-button-radius-small);
|
|
10934
|
-
}
|
|
10935
|
-
|
|
10936
|
-
@utility m-spacing-brand-medium-component-button-radius-small {
|
|
10937
|
-
margin: var(--spacing-brand-medium-component-button-radius-small);
|
|
10938
|
-
}
|
|
10939
|
-
|
|
10940
|
-
@utility mx-spacing-brand-medium-component-button-radius-small {
|
|
10941
|
-
margin-left: var(--spacing-brand-medium-component-button-radius-small);
|
|
10942
|
-
margin-right: var(--spacing-brand-medium-component-button-radius-small);
|
|
10943
|
-
}
|
|
10944
|
-
|
|
10945
|
-
@utility my-spacing-brand-medium-component-button-radius-small {
|
|
10946
|
-
margin-top: var(--spacing-brand-medium-component-button-radius-small);
|
|
10947
|
-
margin-bottom: var(--spacing-brand-medium-component-button-radius-small);
|
|
10948
|
-
}
|
|
10949
|
-
|
|
10950
|
-
@utility mt-spacing-brand-medium-component-button-radius-small {
|
|
10951
|
-
margin-top: var(--spacing-brand-medium-component-button-radius-small);
|
|
10952
|
-
}
|
|
10953
|
-
|
|
10954
|
-
@utility mr-spacing-brand-medium-component-button-radius-small {
|
|
10955
|
-
margin-right: var(--spacing-brand-medium-component-button-radius-small);
|
|
10956
|
-
}
|
|
10957
|
-
|
|
10958
|
-
@utility mb-spacing-brand-medium-component-button-radius-small {
|
|
10959
|
-
margin-bottom: var(--spacing-brand-medium-component-button-radius-small);
|
|
10960
|
-
}
|
|
10961
|
-
|
|
10962
|
-
@utility ml-spacing-brand-medium-component-button-radius-small {
|
|
10963
|
-
margin-left: var(--spacing-brand-medium-component-button-radius-small);
|
|
10964
|
-
}
|
|
10965
|
-
|
|
10966
10072
|
@utility w-spacing-brand-medium-component-card-gap-internal {
|
|
10967
10073
|
width: var(--spacing-brand-medium-component-card-gap-internal);
|
|
10968
10074
|
}
|
|
@@ -14059,222 +13165,6 @@
|
|
|
14059
13165
|
margin-left: var(--spacing-brand-small-component-button-gap-icon-text);
|
|
14060
13166
|
}
|
|
14061
13167
|
|
|
14062
|
-
@utility w-spacing-brand-small-component-button-height-large {
|
|
14063
|
-
width: var(--spacing-brand-small-component-button-height-large);
|
|
14064
|
-
}
|
|
14065
|
-
|
|
14066
|
-
@utility h-spacing-brand-small-component-button-height-large {
|
|
14067
|
-
height: var(--spacing-brand-small-component-button-height-large);
|
|
14068
|
-
}
|
|
14069
|
-
|
|
14070
|
-
@utility gap-spacing-brand-small-component-button-height-large {
|
|
14071
|
-
gap: var(--spacing-brand-small-component-button-height-large);
|
|
14072
|
-
}
|
|
14073
|
-
|
|
14074
|
-
@utility p-spacing-brand-small-component-button-height-large {
|
|
14075
|
-
padding: var(--spacing-brand-small-component-button-height-large);
|
|
14076
|
-
}
|
|
14077
|
-
|
|
14078
|
-
@utility px-spacing-brand-small-component-button-height-large {
|
|
14079
|
-
padding-left: var(--spacing-brand-small-component-button-height-large);
|
|
14080
|
-
padding-right: var(--spacing-brand-small-component-button-height-large);
|
|
14081
|
-
}
|
|
14082
|
-
|
|
14083
|
-
@utility py-spacing-brand-small-component-button-height-large {
|
|
14084
|
-
padding-top: var(--spacing-brand-small-component-button-height-large);
|
|
14085
|
-
padding-bottom: var(--spacing-brand-small-component-button-height-large);
|
|
14086
|
-
}
|
|
14087
|
-
|
|
14088
|
-
@utility pt-spacing-brand-small-component-button-height-large {
|
|
14089
|
-
padding-top: var(--spacing-brand-small-component-button-height-large);
|
|
14090
|
-
}
|
|
14091
|
-
|
|
14092
|
-
@utility pr-spacing-brand-small-component-button-height-large {
|
|
14093
|
-
padding-right: var(--spacing-brand-small-component-button-height-large);
|
|
14094
|
-
}
|
|
14095
|
-
|
|
14096
|
-
@utility pb-spacing-brand-small-component-button-height-large {
|
|
14097
|
-
padding-bottom: var(--spacing-brand-small-component-button-height-large);
|
|
14098
|
-
}
|
|
14099
|
-
|
|
14100
|
-
@utility pl-spacing-brand-small-component-button-height-large {
|
|
14101
|
-
padding-left: var(--spacing-brand-small-component-button-height-large);
|
|
14102
|
-
}
|
|
14103
|
-
|
|
14104
|
-
@utility m-spacing-brand-small-component-button-height-large {
|
|
14105
|
-
margin: var(--spacing-brand-small-component-button-height-large);
|
|
14106
|
-
}
|
|
14107
|
-
|
|
14108
|
-
@utility mx-spacing-brand-small-component-button-height-large {
|
|
14109
|
-
margin-left: var(--spacing-brand-small-component-button-height-large);
|
|
14110
|
-
margin-right: var(--spacing-brand-small-component-button-height-large);
|
|
14111
|
-
}
|
|
14112
|
-
|
|
14113
|
-
@utility my-spacing-brand-small-component-button-height-large {
|
|
14114
|
-
margin-top: var(--spacing-brand-small-component-button-height-large);
|
|
14115
|
-
margin-bottom: var(--spacing-brand-small-component-button-height-large);
|
|
14116
|
-
}
|
|
14117
|
-
|
|
14118
|
-
@utility mt-spacing-brand-small-component-button-height-large {
|
|
14119
|
-
margin-top: var(--spacing-brand-small-component-button-height-large);
|
|
14120
|
-
}
|
|
14121
|
-
|
|
14122
|
-
@utility mr-spacing-brand-small-component-button-height-large {
|
|
14123
|
-
margin-right: var(--spacing-brand-small-component-button-height-large);
|
|
14124
|
-
}
|
|
14125
|
-
|
|
14126
|
-
@utility mb-spacing-brand-small-component-button-height-large {
|
|
14127
|
-
margin-bottom: var(--spacing-brand-small-component-button-height-large);
|
|
14128
|
-
}
|
|
14129
|
-
|
|
14130
|
-
@utility ml-spacing-brand-small-component-button-height-large {
|
|
14131
|
-
margin-left: var(--spacing-brand-small-component-button-height-large);
|
|
14132
|
-
}
|
|
14133
|
-
|
|
14134
|
-
@utility w-spacing-brand-small-component-button-height-medium {
|
|
14135
|
-
width: var(--spacing-brand-small-component-button-height-medium);
|
|
14136
|
-
}
|
|
14137
|
-
|
|
14138
|
-
@utility h-spacing-brand-small-component-button-height-medium {
|
|
14139
|
-
height: var(--spacing-brand-small-component-button-height-medium);
|
|
14140
|
-
}
|
|
14141
|
-
|
|
14142
|
-
@utility gap-spacing-brand-small-component-button-height-medium {
|
|
14143
|
-
gap: var(--spacing-brand-small-component-button-height-medium);
|
|
14144
|
-
}
|
|
14145
|
-
|
|
14146
|
-
@utility p-spacing-brand-small-component-button-height-medium {
|
|
14147
|
-
padding: var(--spacing-brand-small-component-button-height-medium);
|
|
14148
|
-
}
|
|
14149
|
-
|
|
14150
|
-
@utility px-spacing-brand-small-component-button-height-medium {
|
|
14151
|
-
padding-left: var(--spacing-brand-small-component-button-height-medium);
|
|
14152
|
-
padding-right: var(--spacing-brand-small-component-button-height-medium);
|
|
14153
|
-
}
|
|
14154
|
-
|
|
14155
|
-
@utility py-spacing-brand-small-component-button-height-medium {
|
|
14156
|
-
padding-top: var(--spacing-brand-small-component-button-height-medium);
|
|
14157
|
-
padding-bottom: var(--spacing-brand-small-component-button-height-medium);
|
|
14158
|
-
}
|
|
14159
|
-
|
|
14160
|
-
@utility pt-spacing-brand-small-component-button-height-medium {
|
|
14161
|
-
padding-top: var(--spacing-brand-small-component-button-height-medium);
|
|
14162
|
-
}
|
|
14163
|
-
|
|
14164
|
-
@utility pr-spacing-brand-small-component-button-height-medium {
|
|
14165
|
-
padding-right: var(--spacing-brand-small-component-button-height-medium);
|
|
14166
|
-
}
|
|
14167
|
-
|
|
14168
|
-
@utility pb-spacing-brand-small-component-button-height-medium {
|
|
14169
|
-
padding-bottom: var(--spacing-brand-small-component-button-height-medium);
|
|
14170
|
-
}
|
|
14171
|
-
|
|
14172
|
-
@utility pl-spacing-brand-small-component-button-height-medium {
|
|
14173
|
-
padding-left: var(--spacing-brand-small-component-button-height-medium);
|
|
14174
|
-
}
|
|
14175
|
-
|
|
14176
|
-
@utility m-spacing-brand-small-component-button-height-medium {
|
|
14177
|
-
margin: var(--spacing-brand-small-component-button-height-medium);
|
|
14178
|
-
}
|
|
14179
|
-
|
|
14180
|
-
@utility mx-spacing-brand-small-component-button-height-medium {
|
|
14181
|
-
margin-left: var(--spacing-brand-small-component-button-height-medium);
|
|
14182
|
-
margin-right: var(--spacing-brand-small-component-button-height-medium);
|
|
14183
|
-
}
|
|
14184
|
-
|
|
14185
|
-
@utility my-spacing-brand-small-component-button-height-medium {
|
|
14186
|
-
margin-top: var(--spacing-brand-small-component-button-height-medium);
|
|
14187
|
-
margin-bottom: var(--spacing-brand-small-component-button-height-medium);
|
|
14188
|
-
}
|
|
14189
|
-
|
|
14190
|
-
@utility mt-spacing-brand-small-component-button-height-medium {
|
|
14191
|
-
margin-top: var(--spacing-brand-small-component-button-height-medium);
|
|
14192
|
-
}
|
|
14193
|
-
|
|
14194
|
-
@utility mr-spacing-brand-small-component-button-height-medium {
|
|
14195
|
-
margin-right: var(--spacing-brand-small-component-button-height-medium);
|
|
14196
|
-
}
|
|
14197
|
-
|
|
14198
|
-
@utility mb-spacing-brand-small-component-button-height-medium {
|
|
14199
|
-
margin-bottom: var(--spacing-brand-small-component-button-height-medium);
|
|
14200
|
-
}
|
|
14201
|
-
|
|
14202
|
-
@utility ml-spacing-brand-small-component-button-height-medium {
|
|
14203
|
-
margin-left: var(--spacing-brand-small-component-button-height-medium);
|
|
14204
|
-
}
|
|
14205
|
-
|
|
14206
|
-
@utility w-spacing-brand-small-component-button-height-small {
|
|
14207
|
-
width: var(--spacing-brand-small-component-button-height-small);
|
|
14208
|
-
}
|
|
14209
|
-
|
|
14210
|
-
@utility h-spacing-brand-small-component-button-height-small {
|
|
14211
|
-
height: var(--spacing-brand-small-component-button-height-small);
|
|
14212
|
-
}
|
|
14213
|
-
|
|
14214
|
-
@utility gap-spacing-brand-small-component-button-height-small {
|
|
14215
|
-
gap: var(--spacing-brand-small-component-button-height-small);
|
|
14216
|
-
}
|
|
14217
|
-
|
|
14218
|
-
@utility p-spacing-brand-small-component-button-height-small {
|
|
14219
|
-
padding: var(--spacing-brand-small-component-button-height-small);
|
|
14220
|
-
}
|
|
14221
|
-
|
|
14222
|
-
@utility px-spacing-brand-small-component-button-height-small {
|
|
14223
|
-
padding-left: var(--spacing-brand-small-component-button-height-small);
|
|
14224
|
-
padding-right: var(--spacing-brand-small-component-button-height-small);
|
|
14225
|
-
}
|
|
14226
|
-
|
|
14227
|
-
@utility py-spacing-brand-small-component-button-height-small {
|
|
14228
|
-
padding-top: var(--spacing-brand-small-component-button-height-small);
|
|
14229
|
-
padding-bottom: var(--spacing-brand-small-component-button-height-small);
|
|
14230
|
-
}
|
|
14231
|
-
|
|
14232
|
-
@utility pt-spacing-brand-small-component-button-height-small {
|
|
14233
|
-
padding-top: var(--spacing-brand-small-component-button-height-small);
|
|
14234
|
-
}
|
|
14235
|
-
|
|
14236
|
-
@utility pr-spacing-brand-small-component-button-height-small {
|
|
14237
|
-
padding-right: var(--spacing-brand-small-component-button-height-small);
|
|
14238
|
-
}
|
|
14239
|
-
|
|
14240
|
-
@utility pb-spacing-brand-small-component-button-height-small {
|
|
14241
|
-
padding-bottom: var(--spacing-brand-small-component-button-height-small);
|
|
14242
|
-
}
|
|
14243
|
-
|
|
14244
|
-
@utility pl-spacing-brand-small-component-button-height-small {
|
|
14245
|
-
padding-left: var(--spacing-brand-small-component-button-height-small);
|
|
14246
|
-
}
|
|
14247
|
-
|
|
14248
|
-
@utility m-spacing-brand-small-component-button-height-small {
|
|
14249
|
-
margin: var(--spacing-brand-small-component-button-height-small);
|
|
14250
|
-
}
|
|
14251
|
-
|
|
14252
|
-
@utility mx-spacing-brand-small-component-button-height-small {
|
|
14253
|
-
margin-left: var(--spacing-brand-small-component-button-height-small);
|
|
14254
|
-
margin-right: var(--spacing-brand-small-component-button-height-small);
|
|
14255
|
-
}
|
|
14256
|
-
|
|
14257
|
-
@utility my-spacing-brand-small-component-button-height-small {
|
|
14258
|
-
margin-top: var(--spacing-brand-small-component-button-height-small);
|
|
14259
|
-
margin-bottom: var(--spacing-brand-small-component-button-height-small);
|
|
14260
|
-
}
|
|
14261
|
-
|
|
14262
|
-
@utility mt-spacing-brand-small-component-button-height-small {
|
|
14263
|
-
margin-top: var(--spacing-brand-small-component-button-height-small);
|
|
14264
|
-
}
|
|
14265
|
-
|
|
14266
|
-
@utility mr-spacing-brand-small-component-button-height-small {
|
|
14267
|
-
margin-right: var(--spacing-brand-small-component-button-height-small);
|
|
14268
|
-
}
|
|
14269
|
-
|
|
14270
|
-
@utility mb-spacing-brand-small-component-button-height-small {
|
|
14271
|
-
margin-bottom: var(--spacing-brand-small-component-button-height-small);
|
|
14272
|
-
}
|
|
14273
|
-
|
|
14274
|
-
@utility ml-spacing-brand-small-component-button-height-small {
|
|
14275
|
-
margin-left: var(--spacing-brand-small-component-button-height-small);
|
|
14276
|
-
}
|
|
14277
|
-
|
|
14278
13168
|
@utility w-spacing-brand-small-component-button-padding-x-large {
|
|
14279
13169
|
width: var(--spacing-brand-small-component-button-padding-x-large);
|
|
14280
13170
|
}
|
|
@@ -14707,222 +13597,6 @@
|
|
|
14707
13597
|
margin-left: var(--spacing-brand-small-component-button-padding-y-small);
|
|
14708
13598
|
}
|
|
14709
13599
|
|
|
14710
|
-
@utility w-spacing-brand-small-component-button-radius-large {
|
|
14711
|
-
width: var(--spacing-brand-small-component-button-radius-large);
|
|
14712
|
-
}
|
|
14713
|
-
|
|
14714
|
-
@utility h-spacing-brand-small-component-button-radius-large {
|
|
14715
|
-
height: var(--spacing-brand-small-component-button-radius-large);
|
|
14716
|
-
}
|
|
14717
|
-
|
|
14718
|
-
@utility gap-spacing-brand-small-component-button-radius-large {
|
|
14719
|
-
gap: var(--spacing-brand-small-component-button-radius-large);
|
|
14720
|
-
}
|
|
14721
|
-
|
|
14722
|
-
@utility p-spacing-brand-small-component-button-radius-large {
|
|
14723
|
-
padding: var(--spacing-brand-small-component-button-radius-large);
|
|
14724
|
-
}
|
|
14725
|
-
|
|
14726
|
-
@utility px-spacing-brand-small-component-button-radius-large {
|
|
14727
|
-
padding-left: var(--spacing-brand-small-component-button-radius-large);
|
|
14728
|
-
padding-right: var(--spacing-brand-small-component-button-radius-large);
|
|
14729
|
-
}
|
|
14730
|
-
|
|
14731
|
-
@utility py-spacing-brand-small-component-button-radius-large {
|
|
14732
|
-
padding-top: var(--spacing-brand-small-component-button-radius-large);
|
|
14733
|
-
padding-bottom: var(--spacing-brand-small-component-button-radius-large);
|
|
14734
|
-
}
|
|
14735
|
-
|
|
14736
|
-
@utility pt-spacing-brand-small-component-button-radius-large {
|
|
14737
|
-
padding-top: var(--spacing-brand-small-component-button-radius-large);
|
|
14738
|
-
}
|
|
14739
|
-
|
|
14740
|
-
@utility pr-spacing-brand-small-component-button-radius-large {
|
|
14741
|
-
padding-right: var(--spacing-brand-small-component-button-radius-large);
|
|
14742
|
-
}
|
|
14743
|
-
|
|
14744
|
-
@utility pb-spacing-brand-small-component-button-radius-large {
|
|
14745
|
-
padding-bottom: var(--spacing-brand-small-component-button-radius-large);
|
|
14746
|
-
}
|
|
14747
|
-
|
|
14748
|
-
@utility pl-spacing-brand-small-component-button-radius-large {
|
|
14749
|
-
padding-left: var(--spacing-brand-small-component-button-radius-large);
|
|
14750
|
-
}
|
|
14751
|
-
|
|
14752
|
-
@utility m-spacing-brand-small-component-button-radius-large {
|
|
14753
|
-
margin: var(--spacing-brand-small-component-button-radius-large);
|
|
14754
|
-
}
|
|
14755
|
-
|
|
14756
|
-
@utility mx-spacing-brand-small-component-button-radius-large {
|
|
14757
|
-
margin-left: var(--spacing-brand-small-component-button-radius-large);
|
|
14758
|
-
margin-right: var(--spacing-brand-small-component-button-radius-large);
|
|
14759
|
-
}
|
|
14760
|
-
|
|
14761
|
-
@utility my-spacing-brand-small-component-button-radius-large {
|
|
14762
|
-
margin-top: var(--spacing-brand-small-component-button-radius-large);
|
|
14763
|
-
margin-bottom: var(--spacing-brand-small-component-button-radius-large);
|
|
14764
|
-
}
|
|
14765
|
-
|
|
14766
|
-
@utility mt-spacing-brand-small-component-button-radius-large {
|
|
14767
|
-
margin-top: var(--spacing-brand-small-component-button-radius-large);
|
|
14768
|
-
}
|
|
14769
|
-
|
|
14770
|
-
@utility mr-spacing-brand-small-component-button-radius-large {
|
|
14771
|
-
margin-right: var(--spacing-brand-small-component-button-radius-large);
|
|
14772
|
-
}
|
|
14773
|
-
|
|
14774
|
-
@utility mb-spacing-brand-small-component-button-radius-large {
|
|
14775
|
-
margin-bottom: var(--spacing-brand-small-component-button-radius-large);
|
|
14776
|
-
}
|
|
14777
|
-
|
|
14778
|
-
@utility ml-spacing-brand-small-component-button-radius-large {
|
|
14779
|
-
margin-left: var(--spacing-brand-small-component-button-radius-large);
|
|
14780
|
-
}
|
|
14781
|
-
|
|
14782
|
-
@utility w-spacing-brand-small-component-button-radius-medium {
|
|
14783
|
-
width: var(--spacing-brand-small-component-button-radius-medium);
|
|
14784
|
-
}
|
|
14785
|
-
|
|
14786
|
-
@utility h-spacing-brand-small-component-button-radius-medium {
|
|
14787
|
-
height: var(--spacing-brand-small-component-button-radius-medium);
|
|
14788
|
-
}
|
|
14789
|
-
|
|
14790
|
-
@utility gap-spacing-brand-small-component-button-radius-medium {
|
|
14791
|
-
gap: var(--spacing-brand-small-component-button-radius-medium);
|
|
14792
|
-
}
|
|
14793
|
-
|
|
14794
|
-
@utility p-spacing-brand-small-component-button-radius-medium {
|
|
14795
|
-
padding: var(--spacing-brand-small-component-button-radius-medium);
|
|
14796
|
-
}
|
|
14797
|
-
|
|
14798
|
-
@utility px-spacing-brand-small-component-button-radius-medium {
|
|
14799
|
-
padding-left: var(--spacing-brand-small-component-button-radius-medium);
|
|
14800
|
-
padding-right: var(--spacing-brand-small-component-button-radius-medium);
|
|
14801
|
-
}
|
|
14802
|
-
|
|
14803
|
-
@utility py-spacing-brand-small-component-button-radius-medium {
|
|
14804
|
-
padding-top: var(--spacing-brand-small-component-button-radius-medium);
|
|
14805
|
-
padding-bottom: var(--spacing-brand-small-component-button-radius-medium);
|
|
14806
|
-
}
|
|
14807
|
-
|
|
14808
|
-
@utility pt-spacing-brand-small-component-button-radius-medium {
|
|
14809
|
-
padding-top: var(--spacing-brand-small-component-button-radius-medium);
|
|
14810
|
-
}
|
|
14811
|
-
|
|
14812
|
-
@utility pr-spacing-brand-small-component-button-radius-medium {
|
|
14813
|
-
padding-right: var(--spacing-brand-small-component-button-radius-medium);
|
|
14814
|
-
}
|
|
14815
|
-
|
|
14816
|
-
@utility pb-spacing-brand-small-component-button-radius-medium {
|
|
14817
|
-
padding-bottom: var(--spacing-brand-small-component-button-radius-medium);
|
|
14818
|
-
}
|
|
14819
|
-
|
|
14820
|
-
@utility pl-spacing-brand-small-component-button-radius-medium {
|
|
14821
|
-
padding-left: var(--spacing-brand-small-component-button-radius-medium);
|
|
14822
|
-
}
|
|
14823
|
-
|
|
14824
|
-
@utility m-spacing-brand-small-component-button-radius-medium {
|
|
14825
|
-
margin: var(--spacing-brand-small-component-button-radius-medium);
|
|
14826
|
-
}
|
|
14827
|
-
|
|
14828
|
-
@utility mx-spacing-brand-small-component-button-radius-medium {
|
|
14829
|
-
margin-left: var(--spacing-brand-small-component-button-radius-medium);
|
|
14830
|
-
margin-right: var(--spacing-brand-small-component-button-radius-medium);
|
|
14831
|
-
}
|
|
14832
|
-
|
|
14833
|
-
@utility my-spacing-brand-small-component-button-radius-medium {
|
|
14834
|
-
margin-top: var(--spacing-brand-small-component-button-radius-medium);
|
|
14835
|
-
margin-bottom: var(--spacing-brand-small-component-button-radius-medium);
|
|
14836
|
-
}
|
|
14837
|
-
|
|
14838
|
-
@utility mt-spacing-brand-small-component-button-radius-medium {
|
|
14839
|
-
margin-top: var(--spacing-brand-small-component-button-radius-medium);
|
|
14840
|
-
}
|
|
14841
|
-
|
|
14842
|
-
@utility mr-spacing-brand-small-component-button-radius-medium {
|
|
14843
|
-
margin-right: var(--spacing-brand-small-component-button-radius-medium);
|
|
14844
|
-
}
|
|
14845
|
-
|
|
14846
|
-
@utility mb-spacing-brand-small-component-button-radius-medium {
|
|
14847
|
-
margin-bottom: var(--spacing-brand-small-component-button-radius-medium);
|
|
14848
|
-
}
|
|
14849
|
-
|
|
14850
|
-
@utility ml-spacing-brand-small-component-button-radius-medium {
|
|
14851
|
-
margin-left: var(--spacing-brand-small-component-button-radius-medium);
|
|
14852
|
-
}
|
|
14853
|
-
|
|
14854
|
-
@utility w-spacing-brand-small-component-button-radius-small {
|
|
14855
|
-
width: var(--spacing-brand-small-component-button-radius-small);
|
|
14856
|
-
}
|
|
14857
|
-
|
|
14858
|
-
@utility h-spacing-brand-small-component-button-radius-small {
|
|
14859
|
-
height: var(--spacing-brand-small-component-button-radius-small);
|
|
14860
|
-
}
|
|
14861
|
-
|
|
14862
|
-
@utility gap-spacing-brand-small-component-button-radius-small {
|
|
14863
|
-
gap: var(--spacing-brand-small-component-button-radius-small);
|
|
14864
|
-
}
|
|
14865
|
-
|
|
14866
|
-
@utility p-spacing-brand-small-component-button-radius-small {
|
|
14867
|
-
padding: var(--spacing-brand-small-component-button-radius-small);
|
|
14868
|
-
}
|
|
14869
|
-
|
|
14870
|
-
@utility px-spacing-brand-small-component-button-radius-small {
|
|
14871
|
-
padding-left: var(--spacing-brand-small-component-button-radius-small);
|
|
14872
|
-
padding-right: var(--spacing-brand-small-component-button-radius-small);
|
|
14873
|
-
}
|
|
14874
|
-
|
|
14875
|
-
@utility py-spacing-brand-small-component-button-radius-small {
|
|
14876
|
-
padding-top: var(--spacing-brand-small-component-button-radius-small);
|
|
14877
|
-
padding-bottom: var(--spacing-brand-small-component-button-radius-small);
|
|
14878
|
-
}
|
|
14879
|
-
|
|
14880
|
-
@utility pt-spacing-brand-small-component-button-radius-small {
|
|
14881
|
-
padding-top: var(--spacing-brand-small-component-button-radius-small);
|
|
14882
|
-
}
|
|
14883
|
-
|
|
14884
|
-
@utility pr-spacing-brand-small-component-button-radius-small {
|
|
14885
|
-
padding-right: var(--spacing-brand-small-component-button-radius-small);
|
|
14886
|
-
}
|
|
14887
|
-
|
|
14888
|
-
@utility pb-spacing-brand-small-component-button-radius-small {
|
|
14889
|
-
padding-bottom: var(--spacing-brand-small-component-button-radius-small);
|
|
14890
|
-
}
|
|
14891
|
-
|
|
14892
|
-
@utility pl-spacing-brand-small-component-button-radius-small {
|
|
14893
|
-
padding-left: var(--spacing-brand-small-component-button-radius-small);
|
|
14894
|
-
}
|
|
14895
|
-
|
|
14896
|
-
@utility m-spacing-brand-small-component-button-radius-small {
|
|
14897
|
-
margin: var(--spacing-brand-small-component-button-radius-small);
|
|
14898
|
-
}
|
|
14899
|
-
|
|
14900
|
-
@utility mx-spacing-brand-small-component-button-radius-small {
|
|
14901
|
-
margin-left: var(--spacing-brand-small-component-button-radius-small);
|
|
14902
|
-
margin-right: var(--spacing-brand-small-component-button-radius-small);
|
|
14903
|
-
}
|
|
14904
|
-
|
|
14905
|
-
@utility my-spacing-brand-small-component-button-radius-small {
|
|
14906
|
-
margin-top: var(--spacing-brand-small-component-button-radius-small);
|
|
14907
|
-
margin-bottom: var(--spacing-brand-small-component-button-radius-small);
|
|
14908
|
-
}
|
|
14909
|
-
|
|
14910
|
-
@utility mt-spacing-brand-small-component-button-radius-small {
|
|
14911
|
-
margin-top: var(--spacing-brand-small-component-button-radius-small);
|
|
14912
|
-
}
|
|
14913
|
-
|
|
14914
|
-
@utility mr-spacing-brand-small-component-button-radius-small {
|
|
14915
|
-
margin-right: var(--spacing-brand-small-component-button-radius-small);
|
|
14916
|
-
}
|
|
14917
|
-
|
|
14918
|
-
@utility mb-spacing-brand-small-component-button-radius-small {
|
|
14919
|
-
margin-bottom: var(--spacing-brand-small-component-button-radius-small);
|
|
14920
|
-
}
|
|
14921
|
-
|
|
14922
|
-
@utility ml-spacing-brand-small-component-button-radius-small {
|
|
14923
|
-
margin-left: var(--spacing-brand-small-component-button-radius-small);
|
|
14924
|
-
}
|
|
14925
|
-
|
|
14926
13600
|
@utility w-spacing-brand-small-component-card-gap-internal {
|
|
14927
13601
|
width: var(--spacing-brand-small-component-card-gap-internal);
|
|
14928
13602
|
}
|
|
@@ -17889,12 +16563,12 @@
|
|
|
17889
16563
|
padding-inline: var(--spacing-brand-small-layout-grid-margin);
|
|
17890
16564
|
|
|
17891
16565
|
/* Tablet (md breakpoint+) */
|
|
17892
|
-
@media (width >=
|
|
16566
|
+
@media (width >= var(--breakpoint-md)) {
|
|
17893
16567
|
padding-inline: var(--spacing-brand-medium-layout-grid-margin);
|
|
17894
16568
|
}
|
|
17895
16569
|
|
|
17896
16570
|
/* Desktop (lg breakpoint+) */
|
|
17897
|
-
@media (width >=
|
|
16571
|
+
@media (width >= var(--breakpoint-lg)) {
|
|
17898
16572
|
grid-template-columns: repeat(24, 1fr);
|
|
17899
16573
|
gap: var(--spacing-brand-large-layout-grid-gutter);
|
|
17900
16574
|
padding-inline: var(--spacing-brand-large-layout-grid-margin);
|
|
@@ -17908,7 +16582,7 @@
|
|
|
17908
16582
|
@utility col-wide {
|
|
17909
16583
|
grid-column: 1 / -1;
|
|
17910
16584
|
|
|
17911
|
-
@media (width >=
|
|
16585
|
+
@media (width >= var(--breakpoint-lg)) {
|
|
17912
16586
|
grid-column: 4 / 22; /* 18 columns centered */
|
|
17913
16587
|
}
|
|
17914
16588
|
}
|
|
@@ -17916,7 +16590,7 @@
|
|
|
17916
16590
|
@utility col-content {
|
|
17917
16591
|
grid-column: 1 / -1;
|
|
17918
16592
|
|
|
17919
|
-
@media (width >=
|
|
16593
|
+
@media (width >= var(--breakpoint-lg)) {
|
|
17920
16594
|
grid-column: 7 / 19; /* Center 12 columns */
|
|
17921
16595
|
}
|
|
17922
16596
|
}
|
|
@@ -17924,7 +16598,17 @@
|
|
|
17924
16598
|
@utility col-narrow {
|
|
17925
16599
|
grid-column: 1 / -1;
|
|
17926
16600
|
|
|
17927
|
-
@media (width >=
|
|
16601
|
+
@media (width >= var(--breakpoint-lg)) {
|
|
17928
16602
|
grid-column: 9 / 17; /* Center 8 columns */
|
|
17929
16603
|
}
|
|
17930
16604
|
}
|
|
16605
|
+
|
|
16606
|
+
/* Custom font */
|
|
16607
|
+
@font-face {
|
|
16608
|
+
font-family: "PP Neue Montreal";
|
|
16609
|
+
src: url("./assets/fonts/PPNeueMontreal-Variable.woff2")
|
|
16610
|
+
format("woff2-variations");
|
|
16611
|
+
font-weight: 100 900;
|
|
16612
|
+
font-style: normal;
|
|
16613
|
+
font-display: swap;
|
|
16614
|
+
}
|