@swisspost/design-system-styles 9.0.0-next.2 → 9.0.0-next.21
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/_svg-icon-map.scss +85 -23
- package/basics.css +1 -1
- package/basics.scss +2 -6
- package/cargo-external.css +7 -0
- package/cargo-external.scss +10 -0
- package/cargo-internal.css +7 -0
- package/cargo-internal.scss +10 -0
- package/cargo-tokens-external.css +1 -0
- package/cargo-tokens-external.scss +8 -0
- package/cargo-tokens-internal.css +1 -0
- package/cargo-tokens-internal.scss +8 -0
- package/components/_form-check.scss +166 -0
- package/components/_index.scss +21 -13
- package/components/appstore-badge.css +1 -0
- package/components/appstore-badge.scss +18 -0
- package/components/avatar.css +1 -0
- package/components/avatar.scss +41 -0
- package/components/badge.css +1 -1
- package/components/badge.scss +8 -2
- package/components/banner.css +1 -0
- package/components/banner.scss +105 -0
- package/components/blockquote.css +1 -0
- package/components/blockquote.scss +46 -0
- package/components/breadcrumb.css +1 -1
- package/components/breadcrumb.scss +4 -24
- package/components/breakpoints.css +1 -0
- package/components/breakpoints.scss +17 -0
- package/components/button-group.css +1 -1
- package/components/button-group.scss +7 -6
- package/components/button.css +1 -1
- package/components/button.scss +41 -228
- package/components/card-control.css +1 -1
- package/components/card-control.scss +33 -24
- package/components/card.css +1 -1
- package/components/card.scss +72 -68
- package/components/checkbox.css +1 -0
- package/components/checkbox.scss +127 -0
- package/components/chip.css +1 -1
- package/components/chip.scss +9 -8
- package/components/close.css +1 -1
- package/components/close.scss +0 -2
- package/components/datatable.css +1 -3
- package/components/datatable.scss +22 -17
- package/components/datepicker.css +1 -1
- package/components/datepicker.scss +6 -22
- package/components/dialog.css +1 -1
- package/components/dialog.scss +26 -38
- package/components/dropdown.css +1 -1
- package/components/dropdown.scss +9 -6
- package/components/fonts.css +1 -1
- package/components/fonts.scss +7 -45
- package/components/form-footer.css +1 -0
- package/components/form-footer.scss +18 -0
- package/components/form-hint.css +1 -0
- package/components/form-hint.scss +15 -0
- package/components/form-input.css +1 -0
- package/components/form-input.scss +301 -0
- package/components/form-range.css +1 -1
- package/components/form-range.scss +9 -9
- package/components/form-search-input.css +1 -0
- package/components/form-search-input.scss +97 -0
- package/components/form-select.css +1 -1
- package/components/form-select.scss +266 -55
- package/components/form-textarea.css +1 -1
- package/components/form-textarea.scss +172 -9
- package/components/globals/_index.scss +1 -0
- package/components/globals/post-footer.css +1 -0
- package/components/globals/post-footer.scss +113 -0
- package/components/header/_mixins.scss +48 -0
- package/components/header/index.css +1 -0
- package/components/header/index.scss +131 -0
- package/components/icon-button.css +1 -0
- package/components/icon-button.scss +19 -0
- package/components/icon-close-button.css +1 -0
- package/components/icon-close-button.scss +29 -0
- package/components/intranet-header/_icon.scss +1 -1
- package/components/intranet-header/_index.scss +0 -2
- package/components/intranet-header/_language-chooser.scss +3 -2
- package/components/intranet-header/_nav-overflow.scss +2 -2
- package/components/intranet-header/_scaffolding.scss +1 -1
- package/components/intranet-header/_searchbox.scss +1 -1
- package/components/intranet-header/_sidebar.scss +11 -11
- package/components/intranet-header/_top-navigation.scss +1 -1
- package/components/list-check.css +1 -0
- package/components/list-check.scss +79 -0
- package/components/list-group.css +1 -1
- package/components/list-group.scss +72 -127
- package/components/modal.css +2 -2
- package/components/modal.scss +2 -4
- package/components/offcanvas.css +1 -1
- package/components/offcanvas.scss +0 -2
- package/components/pagination.css +1 -1
- package/components/pagination.scss +10 -9
- package/components/popover.css +1 -1
- package/components/popover.scss +0 -2
- package/components/product-card.css +1 -1
- package/components/product-card.scss +11 -5
- package/components/progress.scss +0 -2
- package/components/radio-button.css +1 -0
- package/components/radio-button.scss +125 -0
- package/components/segmented-button.css +3 -0
- package/components/segmented-button.scss +207 -0
- package/components/skiplinks.css +1 -0
- package/components/skiplinks.scss +20 -0
- package/components/spinner.scss +0 -1
- package/components/stepper.css +1 -1
- package/components/stepper.scss +40 -33
- package/components/subnavigation.css +1 -1
- package/components/subnavigation.scss +17 -14
- package/components/switch.css +1 -0
- package/components/switch.scss +212 -0
- package/components/tables.css +1 -1
- package/components/tables.scss +0 -1
- package/components/tabs/_tab-title.scss +16 -55
- package/components/tabs/_tabs-wrapper.scss +3 -13
- package/components/tabs/index.css +1 -1
- package/components/tabs/index.scss +0 -2
- package/components/tag.css +1 -1
- package/components/tag.scss +1 -2
- package/components/teaser.css +1 -0
- package/components/teaser.scss +83 -0
- package/components/text-highlight.css +1 -1
- package/components/timepicker.css +1 -1
- package/components/timepicker.scss +13 -16
- package/components/toast.css +1 -1
- package/components/toast.scss +19 -16
- package/components/tooltip.css +1 -1
- package/components/tooltip.scss +0 -2
- package/components/transitions.scss +0 -2
- package/components/validation.css +1 -0
- package/components/validation.scss +120 -0
- package/elements/_index.scss +7 -1
- package/elements/anchor.css +1 -0
- package/elements/anchor.scss +33 -0
- package/elements/body.css +1 -1
- package/elements/body.scss +5 -1
- package/elements/fieldset-legend.css +1 -1
- package/elements/fieldset-legend.scss +7 -3
- package/elements/heading.css +1 -1
- package/elements/heading.scss +10 -12
- package/elements/list-bullet.css +1 -0
- package/elements/list-bullet.scss +43 -0
- package/elements/list-description.css +1 -0
- package/elements/list-description.scss +5 -0
- package/elements/list-number.css +1 -0
- package/elements/list-number.scss +33 -0
- package/elements/paragraph.css +1 -0
- package/elements/paragraph.scss +17 -0
- package/elements/reset.css +1 -1
- package/elements/reset.scss +16 -7
- package/elements.css +1 -0
- package/elements.scss +1 -0
- package/fonts.css +1 -1
- package/functions/_breakpoint.scss +26 -0
- package/functions/_forms.scss +46 -3
- package/functions/_icons.scss +2 -14
- package/helpers/_index.scss +4 -0
- package/helpers/clearfix.css +1 -0
- package/helpers/clearfix.scss +5 -0
- package/helpers/focus-ring.css +1 -0
- package/helpers/focus-ring.scss +5 -0
- package/helpers/text-truncation.css +1 -0
- package/helpers/text-truncation.scss +5 -0
- package/helpers/visually-hidden.css +1 -0
- package/helpers/visually-hidden.scss +5 -0
- package/index.css +3 -3
- package/index.scss +2 -5
- package/intranet.css +3 -3
- package/intranet.scss +2 -2
- package/layout/_containers.scss +32 -0
- package/layout/_section.scss +133 -0
- package/layout/grid/_index.scss +11 -0
- package/layout/grid/_mixins.scss +104 -0
- package/layout/grid/_variables.scss +2 -0
- package/layout/index.css +1 -0
- package/layout/index.scss +3 -0
- package/mixins/_button.scss +19 -15
- package/mixins/_form-checks.scss +1 -1
- package/mixins/_forms.scss +42 -33
- package/mixins/_icon-button.scss +27 -0
- package/mixins/_icons.scss +22 -32
- package/mixins/_index.scss +3 -2
- package/mixins/_layout.scss +26 -0
- package/mixins/_list.scss +112 -0
- package/mixins/_media.scss +58 -2
- package/mixins/_notification.scss +59 -53
- package/mixins/_utilities.scss +46 -25
- package/package.json +16 -16
- package/palettes/_mixins.scss +74 -0
- package/palettes/_utilities.scss +3 -0
- package/palettes/_variables.scss +2 -0
- package/palettes/cargo-palettes.css +1 -0
- package/palettes/cargo-palettes.scss +3 -0
- package/palettes/post-palettes.css +1 -0
- package/palettes/post-palettes.scss +3 -0
- package/placeholders/_button.scss +3 -6
- package/placeholders/_close.scss +2 -5
- package/placeholders/_schemes.scss +10 -0
- package/post-external.css +3 -3
- package/post-external.scss +7 -1
- package/post-internal.css +3 -3
- package/post-internal.scss +7 -1
- package/post-tokens-external.css +1 -1
- package/post-tokens-external.scss +1 -1
- package/post-tokens-internal.css +1 -1
- package/post-tokens-internal.scss +1 -1
- package/themes/bootstrap/_core.scss +0 -2
- package/themes/bootstrap/_forms.scss +0 -4
- package/themes/bootstrap/_overrides-variables.scss +0 -6
- package/themes/bootstrap/_utilities.scss +45 -1
- package/tokens/_cargo-theme.scss +8 -0
- package/tokens/_helpers.scss +1 -0
- package/tokens/_palettes.scss +9 -0
- package/tokens/_schemes.scss +11 -0
- package/tokens/_utilities_formatted.scss +1 -0
- package/tokens/temp/_channel.scss +4 -3
- package/tokens/temp/_components.scss +594 -503
- package/tokens/temp/_core.scss +49 -37
- package/tokens/temp/_device.scss +210 -239
- package/tokens/temp/_elements.scss +11 -11
- package/tokens/temp/_helpers.scss +13 -0
- package/tokens/temp/_index.scss +6 -4
- package/tokens/temp/_palettes.scss +19 -0
- package/tokens/temp/_scheme.scss +334 -0
- package/tokens/temp/_theme.scss +28 -9
- package/tokens/temp/_utilities-formatted.scss +128 -0
- package/tokens/temp/_utilities.scss +34 -58
- package/tokens/temp/palettes/_cargo-dark.scss +19 -0
- package/tokens/temp/palettes/_cargo-light.scss +19 -0
- package/tokens/temp/palettes/_post-dark.scss +19 -0
- package/tokens/temp/palettes/_post-light.scss +19 -0
- package/utilities/_not-defined.scss +44 -0
- package/utilities/_variables.scss +304 -22
- package/utilities/index.css +1 -0
- package/utilities/{_index.scss → index.scss} +1 -2
- package/variables/_animation.scss +10 -6
- package/variables/_breakpoints.scss +9 -5
- package/variables/_color.scss +0 -61
- package/variables/_commons.scss +1 -0
- package/variables/_elevation.scss +16 -22
- package/variables/_grid.scss +2 -12
- package/variables/_icons.scss +19 -696
- package/variables/_index.scss +1 -1
- package/variables/_sizing.scss +17 -0
- package/variables/_spacing.scss +0 -152
- package/variables/_type.scss +17 -27
- package/variables/components/_accordion.scss +0 -47
- package/variables/components/_badge.scss +9 -5
- package/variables/components/_button.scss +61 -113
- package/variables/components/_card.scss +7 -4
- package/variables/components/_chip.scss +13 -7
- package/variables/components/_close.scss +14 -8
- package/variables/components/_code.scss +1 -1
- package/variables/components/_datatable.scss +12 -8
- package/variables/components/_dropdowns.scss +1 -1
- package/variables/components/_form-check.scss +9 -46
- package/variables/components/_forms.scss +8 -101
- package/variables/components/_index.scss +0 -5
- package/variables/components/_modal.scss +17 -12
- package/variables/components/_nav.scss +3 -3
- package/variables/components/_navbar.scss +7 -4
- package/variables/components/_notification.scss +48 -37
- package/variables/components/_pagination.scss +14 -6
- package/variables/components/_spinners.scss +7 -2
- package/variables/components/_stepper.scss +15 -10
- package/variables/components/_subnavigation.scss +11 -9
- package/variables/components/_tables.scss +11 -6
- package/variables/components/_tag.scss +10 -7
- package/components/accordion.css +0 -1
- package/components/accordion.scss +0 -100
- package/components/alert.css +0 -1
- package/components/alert.scss +0 -137
- package/components/carousel.css +0 -1
- package/components/carousel.scss +0 -178
- package/components/elevation.css +0 -1
- package/components/elevation.scss +0 -8
- package/components/floating-label.css +0 -1
- package/components/floating-label.scss +0 -353
- package/components/form-check.css +0 -1
- package/components/form-check.scss +0 -297
- package/components/form-validation.css +0 -1
- package/components/form-validation.scss +0 -148
- package/components/forms.css +0 -1
- package/components/forms.scss +0 -215
- package/components/grid.css +0 -1
- package/components/grid.scss +0 -170
- package/components/icons.css +0 -1
- package/components/icons.scss +0 -60
- package/components/sizing.css +0 -1
- package/components/sizing.scss +0 -85
- package/components/topic-teaser.css +0 -1
- package/components/topic-teaser.scss +0 -196
- package/layouts/portal/_grid.scss +0 -85
- package/layouts/portal/_index.scss +0 -2
- package/layouts/portal/_subnavigation.scss +0 -5
- package/layouts/portal/_variables.scss +0 -8
- package/mixins/_accordion.scss +0 -16
- package/mixins/_elevation.scss +0 -6
- package/mixins/_focus.scss +0 -9
- package/mixins/_form-validation.scss +0 -5
- package/mixins/_size.scss +0 -65
- package/placeholders/_modes.scss +0 -10
- package/themes/bootstrap/_carousel.scss +0 -2
- package/themes/bootstrap/_containers.scss +0 -2
- package/themes/bootstrap/_grid.scss +0 -2
- package/themes/bootstrap/_overrides-mixins.scss +0 -33
- package/themes/bootstrap/forms/_floating-labels.scss +0 -2
- package/themes/bootstrap/forms/_form-control.scss +0 -2
- package/themes/bootstrap/forms/_form-select.scss +0 -2
- package/themes/bootstrap/forms/_form-text.scss +0 -2
- package/tokens/_modes.scss +0 -11
- package/tokens/temp/_mode.scss +0 -299
- package/utilities/_functions.scss +0 -35
- package/utilities/temp/_legacy.scss +0 -95
- package/variables/_options.scss +0 -5
- package/variables/components/_carousel.scss +0 -27
- package/variables/components/_figures.scss +0 -6
- package/variables/components/_form-select.scss +0 -13
- package/variables/components/_form-validation.scss +0 -38
- package/variables/components/_list-group.scss +0 -29
- package/variables/components/_topic-teaser.scss +0 -32
package/variables/_color.scss
CHANGED
|
@@ -51,20 +51,6 @@ $success-background: #c0debb;
|
|
|
51
51
|
$error-background: #ffdade;
|
|
52
52
|
$warning-background: #fce2b2;
|
|
53
53
|
|
|
54
|
-
// Accent colors
|
|
55
|
-
$nightblue-dark: #004976;
|
|
56
|
-
$nightblue-bright: #0076a8;
|
|
57
|
-
$petrol-dark: #006d68;
|
|
58
|
-
$petrol-bright: #00968f;
|
|
59
|
-
$coral-dark: #9e2a2f;
|
|
60
|
-
$coral-bright: #e03c31;
|
|
61
|
-
$purple-dark: #80276c;
|
|
62
|
-
$purple-bright: #c5299b;
|
|
63
|
-
$olive-dark: #716135;
|
|
64
|
-
$olive-bright: #aa9d2e;
|
|
65
|
-
$aubergine-dark: #523178;
|
|
66
|
-
$aubergine-bright: #7566a0;
|
|
67
|
-
|
|
68
54
|
/**
|
|
69
55
|
* Maps. Allow maps to have custom colors from the project
|
|
70
56
|
* by always merging into a default empty map
|
|
@@ -127,25 +113,6 @@ $signal-background-colors: map.merge(
|
|
|
127
113
|
)
|
|
128
114
|
);
|
|
129
115
|
|
|
130
|
-
$accent-colors: () !default;
|
|
131
|
-
$accent-colors: map.merge(
|
|
132
|
-
$accent-colors,
|
|
133
|
-
(
|
|
134
|
-
'nightblue': $nightblue-dark,
|
|
135
|
-
'nightblue-bright': $nightblue-bright,
|
|
136
|
-
'petrol': $petrol-dark,
|
|
137
|
-
'petrol-bright': $petrol-bright,
|
|
138
|
-
'coral': $coral-dark,
|
|
139
|
-
'coral-bright': $coral-bright,
|
|
140
|
-
'olive': $olive-dark,
|
|
141
|
-
'olive-bright': $olive-bright,
|
|
142
|
-
'purple': $purple-dark,
|
|
143
|
-
'purple-bright': $purple-bright,
|
|
144
|
-
'aubergine': $aubergine-dark,
|
|
145
|
-
'aubergine-bright': $aubergine-bright,
|
|
146
|
-
)
|
|
147
|
-
);
|
|
148
|
-
|
|
149
116
|
// List of possible background colors with some synonyms for easier usage
|
|
150
117
|
$background-colors: () !default;
|
|
151
118
|
$background-colors: map.merge(
|
|
@@ -162,27 +129,9 @@ $background-colors: map.merge(
|
|
|
162
129
|
)
|
|
163
130
|
);
|
|
164
131
|
|
|
165
|
-
$notification-colors: () !default;
|
|
166
|
-
$notification-colors: list.join(
|
|
167
|
-
$notification-colors,
|
|
168
|
-
(
|
|
169
|
-
// When changed, check $notification-variants as well in packages/styles/src/variables/components/_notification.scss
|
|
170
|
-
'primary' $gray-80,
|
|
171
|
-
'success' $success,
|
|
172
|
-
'danger' $error,
|
|
173
|
-
'warning' $warning,
|
|
174
|
-
'info' $info,
|
|
175
|
-
'gray' $gray,
|
|
176
|
-
// deprecated
|
|
177
|
-
'notification' $gray-80,
|
|
178
|
-
'error' $error
|
|
179
|
-
)
|
|
180
|
-
);
|
|
181
|
-
|
|
182
132
|
// Merge with the other color maps
|
|
183
133
|
$background-colors: map.merge($background-colors, $signal-colors);
|
|
184
134
|
$background-colors: map.merge($background-colors, $signal-background-colors);
|
|
185
|
-
$background-colors: map.merge($background-colors, $accent-colors);
|
|
186
135
|
|
|
187
136
|
// Compile a list of light and dark backgrounds, used in the :is selector mixin at mixins/color
|
|
188
137
|
$_backgrounds: (
|
|
@@ -196,16 +145,6 @@ $_backgrounds: (
|
|
|
196
145
|
$_backgrounds: map.set($_backgrounds, $key, $values);
|
|
197
146
|
}
|
|
198
147
|
|
|
199
|
-
@each $color-name, $color in $notification-colors {
|
|
200
|
-
$key: contrast-fn.light-or-dark($color);
|
|
201
|
-
$values: list.join(
|
|
202
|
-
map.get($_backgrounds, $key),
|
|
203
|
-
'.alert-#{$color-name}' 'post-alert[type=#{$color-name}]',
|
|
204
|
-
$separator: comma
|
|
205
|
-
);
|
|
206
|
-
$_backgrounds: map.set($_backgrounds, $key, $values);
|
|
207
|
-
}
|
|
208
|
-
|
|
209
148
|
$backgrounds: list.join(
|
|
210
149
|
map.get($_backgrounds, light),
|
|
211
150
|
map.get($_backgrounds, dark),
|
package/variables/_commons.scss
CHANGED
|
@@ -1,31 +1,25 @@
|
|
|
1
1
|
@use 'sass:map';
|
|
2
|
+
@use './../tokens/utilities';
|
|
3
|
+
@use './../functions/tokens';
|
|
2
4
|
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
$elevation-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
$elevation-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
$elevation-3:
|
|
12
|
-
0.5px 3px 4px rgba(0, 0, 0, 0.1),
|
|
13
|
-
2px 4px 10px 4px rgba(0, 0, 0, 0.12);
|
|
14
|
-
$elevation-4:
|
|
15
|
-
0.75px 4.5px 6px rgba(0, 0, 0, 0.1),
|
|
16
|
-
2px 6px 15px 6px rgba(0, 0, 0, 0.13);
|
|
17
|
-
$elevation-5:
|
|
18
|
-
1px 6px 8px rgba(0, 0, 0, 0.1),
|
|
19
|
-
2px 8px 20px 8px rgba(0, 0, 0, 0.14);
|
|
5
|
+
tokens.$default-map: utilities.$post-elevation;
|
|
6
|
+
|
|
7
|
+
$elevation-none: none;
|
|
8
|
+
$elevation-100: tokens.get('utility-elevation-100');
|
|
9
|
+
$elevation-200: tokens.get('utility-elevation-200');
|
|
10
|
+
$elevation-300: tokens.get('utility-elevation-300');
|
|
11
|
+
$elevation-400: tokens.get('utility-elevation-400');
|
|
12
|
+
$elevation-500: tokens.get('utility-elevation-500');
|
|
20
13
|
|
|
21
14
|
$elevation-map: () !default;
|
|
22
15
|
$elevation-map: map.merge(
|
|
23
16
|
$elevation-map,
|
|
24
17
|
(
|
|
25
|
-
'elevation-
|
|
26
|
-
'elevation-
|
|
27
|
-
'elevation-
|
|
28
|
-
'elevation-
|
|
29
|
-
'elevation-
|
|
18
|
+
'elevation-none': $elevation-none,
|
|
19
|
+
'elevation-100': $elevation-100,
|
|
20
|
+
'elevation-200': $elevation-200,
|
|
21
|
+
'elevation-300': $elevation-300,
|
|
22
|
+
'elevation-400': $elevation-400,
|
|
23
|
+
'elevation-500': $elevation-500,
|
|
30
24
|
)
|
|
31
25
|
);
|
package/variables/_grid.scss
CHANGED
|
@@ -1,35 +1,28 @@
|
|
|
1
1
|
@use 'sass:map';
|
|
2
|
+
@use './breakpoints';
|
|
2
3
|
|
|
3
|
-
/* Deprecated: "rg" breakpoint */
|
|
4
4
|
// list of breakpoint giving the possibility to loop over them
|
|
5
|
-
$grid-breakpoints-list:
|
|
5
|
+
$grid-breakpoints-list: map.keys(breakpoints.$grid-breakpoints);
|
|
6
6
|
|
|
7
7
|
// Grid containers
|
|
8
8
|
$container-max-widths: (
|
|
9
9
|
xl: 1280px,
|
|
10
|
-
xxl: 1440px,
|
|
11
10
|
) !default;
|
|
12
11
|
|
|
13
|
-
/* Deprecated: "rg" breakpoint */
|
|
14
12
|
$grid-container-padding: (
|
|
15
13
|
xs: 12px,
|
|
16
14
|
sm: 16px,
|
|
17
|
-
rg: 16px,
|
|
18
15
|
md: 32px,
|
|
19
16
|
lg: 32px,
|
|
20
17
|
xl: 40px,
|
|
21
|
-
xxl: 120px,
|
|
22
18
|
) !default;
|
|
23
19
|
|
|
24
|
-
/* Deprecated: "rg" breakpoint */
|
|
25
20
|
$grid-container-fluid-padding: (
|
|
26
21
|
xs: map.get($grid-container-padding, xs),
|
|
27
22
|
sm: map.get($grid-container-padding, sm),
|
|
28
|
-
rg: map.get($grid-container-padding, rg),
|
|
29
23
|
md: map.get($grid-container-padding, md),
|
|
30
24
|
lg: map.get($grid-container-padding, lg),
|
|
31
25
|
xl: map.get($grid-container-padding, lg),
|
|
32
|
-
xxl: map.get($grid-container-padding, lg),
|
|
33
26
|
) !default;
|
|
34
27
|
|
|
35
28
|
// Grid columns
|
|
@@ -38,13 +31,10 @@ $grid-columns: 12 !default;
|
|
|
38
31
|
/* Deprecated: $grid-gutter-width */
|
|
39
32
|
$grid-gutter-width: 30px !default;
|
|
40
33
|
|
|
41
|
-
/* Deprecated: "rg" breakpoint */
|
|
42
34
|
$grid-gutter-x: (
|
|
43
35
|
xs: 12px,
|
|
44
36
|
sm: 16px,
|
|
45
|
-
rg: 16px,
|
|
46
37
|
md: 16px,
|
|
47
38
|
lg: 16px,
|
|
48
39
|
xl: 16px,
|
|
49
|
-
xxl: 16px,
|
|
50
40
|
) !default;
|