@cloudscape-design/components-themeable 3.0.536 → 3.0.538
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/lib/internal/manifest.json +1 -1
- package/lib/internal/scss/alert/styles.scss +23 -15
- package/lib/internal/scss/anchor-navigation/styles.scss +21 -12
- package/lib/internal/scss/annotation-context/annotation/arrow.scss +20 -15
- package/lib/internal/scss/annotation-context/annotation/styles.scss +9 -7
- package/lib/internal/scss/app-layout/constants.scss +2 -3
- package/lib/internal/scss/app-layout/content-wrapper/styles.scss +7 -7
- package/lib/internal/scss/app-layout/drawer/styles.scss +9 -10
- package/lib/internal/scss/app-layout/mobile-toolbar/styles.scss +10 -9
- package/lib/internal/scss/app-layout/notifications/styles.scss +1 -1
- package/lib/internal/scss/app-layout/split-panel/styles.scss +1 -1
- package/lib/internal/scss/app-layout/styles.scss +7 -7
- package/lib/internal/scss/app-layout/toggles/styles.scss +6 -4
- package/lib/internal/scss/app-layout/visual-refresh/background.scss +3 -3
- package/lib/internal/scss/app-layout/visual-refresh/drawers.scss +21 -20
- package/lib/internal/scss/app-layout/visual-refresh/layout.scss +2 -2
- package/lib/internal/scss/app-layout/visual-refresh/main.scss +4 -3
- package/lib/internal/scss/app-layout/visual-refresh/mobile-toolbar.scss +7 -6
- package/lib/internal/scss/app-layout/visual-refresh/navigation.scss +15 -14
- package/lib/internal/scss/app-layout/visual-refresh/notifications.scss +1 -1
- package/lib/internal/scss/app-layout/visual-refresh/split-panel.scss +11 -12
- package/lib/internal/scss/app-layout/visual-refresh/tools.scss +16 -16
- package/lib/internal/scss/app-layout/visual-refresh/trigger-button.scss +22 -13
- package/lib/internal/scss/area-chart/styles.scss +3 -2
- package/lib/internal/scss/attribute-editor/styles.scss +6 -5
- package/lib/internal/scss/autosuggest/styles.scss +2 -2
- package/lib/internal/scss/badge/styles.scss +6 -2
- package/lib/internal/scss/box/base-styles.scss +4 -2
- package/lib/internal/scss/box/layout.scss +2 -0
- package/lib/internal/scss/box/text.scss +3 -3
- package/lib/internal/scss/breadcrumb-group/item/styles.scss +3 -2
- package/lib/internal/scss/breadcrumb-group/styles.scss +16 -9
- package/lib/internal/scss/button/styles.scss +2 -1
- package/lib/internal/scss/button-dropdown/category-elements/styles.scss +38 -27
- package/lib/internal/scss/button-dropdown/item-element/styles.scss +20 -15
- package/lib/internal/scss/button-dropdown/mobile-expandable-group/styles.scss +3 -3
- package/lib/internal/scss/button-dropdown/styles.scss +17 -14
- package/lib/internal/scss/calendar/styles.scss +36 -21
- package/lib/internal/scss/cards/styles.scss +57 -30
- package/lib/internal/scss/code-editor/ace-editor.scss +12 -12
- package/lib/internal/scss/code-editor/pane.scss +23 -21
- package/lib/internal/scss/code-editor/resizable-box/styles.scss +5 -5
- package/lib/internal/scss/code-editor/styles.scss +38 -30
- package/lib/internal/scss/collection-preferences/content-display/content-display-option.scss +18 -10
- package/lib/internal/scss/collection-preferences/content-display/styles.scss +5 -3
- package/lib/internal/scss/collection-preferences/styles.scss +1 -1
- package/lib/internal/scss/collection-preferences/visible-content.scss +11 -8
- package/lib/internal/scss/column-layout/flexible-column-layout/styles.scss +4 -5
- package/lib/internal/scss/column-layout/styles.scss +15 -9
- package/lib/internal/scss/container/shared.scss +1 -3
- package/lib/internal/scss/container/styles.scss +62 -50
- package/lib/internal/scss/content-layout/styles.scss +4 -4
- package/lib/internal/scss/date-picker/styles.scss +3 -3
- package/lib/internal/scss/date-range-picker/calendar/grids/styles.scss +29 -18
- package/lib/internal/scss/date-range-picker/relative-range/styles.scss +8 -8
- package/lib/internal/scss/date-range-picker/styles.scss +26 -21
- package/lib/internal/scss/drawer/styles.scss +13 -10
- package/lib/internal/scss/expandable-section/styles.scss +41 -36
- package/lib/internal/scss/file-upload/dropzone/styles.scss +6 -2
- package/lib/internal/scss/file-upload/file-option/styles.scss +7 -7
- package/lib/internal/scss/file-upload/styles.scss +1 -1
- package/lib/internal/scss/flashbar/collapsible.scss +25 -25
- package/lib/internal/scss/flashbar/styles.scss +29 -19
- package/lib/internal/scss/form/styles.scss +10 -10
- package/lib/internal/scss/form-field/styles.scss +5 -5
- package/lib/internal/template/alert/styles.css.js +25 -25
- package/lib/internal/template/alert/styles.scoped.css +61 -54
- package/lib/internal/template/alert/styles.selectors.js +25 -25
- package/lib/internal/template/anchor-navigation/styles.css.js +8 -8
- package/lib/internal/template/anchor-navigation/styles.scoped.css +39 -30
- package/lib/internal/template/anchor-navigation/styles.selectors.js +8 -8
- package/lib/internal/template/annotation-context/annotation/styles.css.js +24 -24
- package/lib/internal/template/annotation-context/annotation/styles.scoped.css +57 -49
- package/lib/internal/template/annotation-context/annotation/styles.selectors.js +24 -24
- package/lib/internal/template/app-layout/content-wrapper/styles.css.js +3 -3
- package/lib/internal/template/app-layout/content-wrapper/styles.scoped.css +15 -15
- package/lib/internal/template/app-layout/content-wrapper/styles.selectors.js +3 -3
- package/lib/internal/template/app-layout/drawer/styles.css.js +12 -12
- package/lib/internal/template/app-layout/drawer/styles.scoped.css +29 -30
- package/lib/internal/template/app-layout/drawer/styles.selectors.js +12 -12
- package/lib/internal/template/app-layout/mobile-toolbar/styles.css.js +8 -8
- package/lib/internal/template/app-layout/mobile-toolbar/styles.scoped.css +18 -17
- package/lib/internal/template/app-layout/mobile-toolbar/styles.selectors.js +8 -8
- package/lib/internal/template/app-layout/notifications/styles.css.js +3 -3
- package/lib/internal/template/app-layout/notifications/styles.scoped.css +6 -6
- package/lib/internal/template/app-layout/notifications/styles.selectors.js +3 -3
- package/lib/internal/template/app-layout/split-panel/styles.css.js +2 -2
- package/lib/internal/template/app-layout/split-panel/styles.scoped.css +3 -3
- package/lib/internal/template/app-layout/split-panel/styles.selectors.js +2 -2
- package/lib/internal/template/app-layout/styles.css.js +16 -16
- package/lib/internal/template/app-layout/styles.scoped.css +26 -26
- package/lib/internal/template/app-layout/styles.selectors.js +16 -16
- package/lib/internal/template/app-layout/toggles/styles.css.js +2 -2
- package/lib/internal/template/app-layout/toggles/styles.scoped.css +12 -10
- package/lib/internal/template/app-layout/toggles/styles.selectors.js +2 -2
- package/lib/internal/template/app-layout/visual-refresh/styles.css.js +81 -81
- package/lib/internal/template/app-layout/visual-refresh/styles.scoped.css +279 -261
- package/lib/internal/template/app-layout/visual-refresh/styles.selectors.js +81 -81
- package/lib/internal/template/area-chart/styles.css.js +6 -6
- package/lib/internal/template/area-chart/styles.scoped.css +12 -11
- package/lib/internal/template/area-chart/styles.selectors.js +6 -6
- package/lib/internal/template/attribute-editor/styles.css.js +14 -14
- package/lib/internal/template/attribute-editor/styles.scoped.css +30 -29
- package/lib/internal/template/attribute-editor/styles.selectors.js +14 -14
- package/lib/internal/template/autosuggest/styles.css.js +3 -3
- package/lib/internal/template/autosuggest/styles.scoped.css +5 -5
- package/lib/internal/template/autosuggest/styles.selectors.js +3 -3
- package/lib/internal/template/badge/styles.css.js +5 -5
- package/lib/internal/template/badge/styles.scoped.css +11 -7
- package/lib/internal/template/badge/styles.selectors.js +5 -5
- package/lib/internal/template/box/styles.css.js +190 -190
- package/lib/internal/template/box/styles.scoped.css +244 -240
- package/lib/internal/template/box/styles.selectors.js +190 -190
- package/lib/internal/template/breadcrumb-group/item/styles.css.js +9 -9
- package/lib/internal/template/breadcrumb-group/item/styles.scoped.css +20 -19
- package/lib/internal/template/breadcrumb-group/item/styles.selectors.js +9 -9
- package/lib/internal/template/breadcrumb-group/styles.css.js +7 -7
- package/lib/internal/template/breadcrumb-group/styles.scoped.css +28 -21
- package/lib/internal/template/breadcrumb-group/styles.selectors.js +7 -7
- package/lib/internal/template/button/styles.css.js +20 -20
- package/lib/internal/template/button/styles.scoped.css +155 -153
- package/lib/internal/template/button/styles.selectors.js +20 -20
- package/lib/internal/template/button-dropdown/category-elements/styles.css.js +13 -13
- package/lib/internal/template/button-dropdown/category-elements/styles.scoped.css +61 -50
- package/lib/internal/template/button-dropdown/category-elements/styles.selectors.js +13 -13
- package/lib/internal/template/button-dropdown/item-element/styles.css.js +15 -15
- package/lib/internal/template/button-dropdown/item-element/styles.scoped.css +38 -33
- package/lib/internal/template/button-dropdown/item-element/styles.selectors.js +15 -15
- package/lib/internal/template/button-dropdown/mobile-expandable-group/styles.css.js +5 -5
- package/lib/internal/template/button-dropdown/mobile-expandable-group/styles.scoped.css +8 -8
- package/lib/internal/template/button-dropdown/mobile-expandable-group/styles.selectors.js +5 -5
- package/lib/internal/template/button-dropdown/styles.css.js +15 -15
- package/lib/internal/template/button-dropdown/styles.scoped.css +39 -36
- package/lib/internal/template/button-dropdown/styles.selectors.js +15 -15
- package/lib/internal/template/calendar/grid/index.js +1 -1
- package/lib/internal/template/calendar/grid/index.js.map +1 -1
- package/lib/internal/template/calendar/interfaces.d.ts +23 -3
- package/lib/internal/template/calendar/interfaces.d.ts.map +1 -1
- package/lib/internal/template/calendar/interfaces.js.map +1 -1
- package/lib/internal/template/calendar/internal.d.ts +1 -1
- package/lib/internal/template/calendar/internal.d.ts.map +1 -1
- package/lib/internal/template/calendar/internal.js +5 -4
- package/lib/internal/template/calendar/internal.js.map +1 -1
- package/lib/internal/template/calendar/styles.css.js +18 -18
- package/lib/internal/template/calendar/styles.scoped.css +75 -59
- package/lib/internal/template/calendar/styles.selectors.js +18 -18
- package/lib/internal/template/cards/styles.css.js +40 -40
- package/lib/internal/template/cards/styles.scoped.css +126 -99
- package/lib/internal/template/cards/styles.selectors.js +40 -40
- package/lib/internal/template/code-editor/ace-themes.d.ts +6 -0
- package/lib/internal/template/code-editor/ace-themes.d.ts.map +1 -1
- package/lib/internal/template/code-editor/ace-themes.js +2 -0
- package/lib/internal/template/code-editor/ace-themes.js.map +1 -1
- package/lib/internal/template/code-editor/index.js +3 -3
- package/lib/internal/template/code-editor/index.js.map +1 -1
- package/lib/internal/template/code-editor/preferences-modal.d.ts +1 -1
- package/lib/internal/template/code-editor/preferences-modal.d.ts.map +1 -1
- package/lib/internal/template/code-editor/preferences-modal.js +3 -6
- package/lib/internal/template/code-editor/preferences-modal.js.map +1 -1
- package/lib/internal/template/code-editor/resizable-box/styles.css.js +3 -3
- package/lib/internal/template/code-editor/resizable-box/styles.scoped.css +13 -13
- package/lib/internal/template/code-editor/resizable-box/styles.selectors.js +3 -3
- package/lib/internal/template/code-editor/styles.css.js +32 -32
- package/lib/internal/template/code-editor/styles.scoped.css +258 -246
- package/lib/internal/template/code-editor/styles.selectors.js +32 -32
- package/lib/internal/template/code-editor/use-editor.d.ts.map +1 -1
- package/lib/internal/template/code-editor/use-editor.js +4 -2
- package/lib/internal/template/code-editor/use-editor.js.map +1 -1
- package/lib/internal/template/code-editor/util.d.ts +3 -4
- package/lib/internal/template/code-editor/util.d.ts.map +1 -1
- package/lib/internal/template/code-editor/util.js +29 -10
- package/lib/internal/template/code-editor/util.js.map +1 -1
- package/lib/internal/template/collection-preferences/content-display/styles.css.js +11 -11
- package/lib/internal/template/collection-preferences/content-display/styles.scoped.css +40 -30
- package/lib/internal/template/collection-preferences/content-display/styles.selectors.js +11 -11
- package/lib/internal/template/collection-preferences/styles.css.js +37 -37
- package/lib/internal/template/collection-preferences/styles.scoped.css +79 -66
- package/lib/internal/template/collection-preferences/styles.selectors.js +37 -37
- package/lib/internal/template/column-layout/flexible-column-layout/styles.css.js +5 -5
- package/lib/internal/template/column-layout/flexible-column-layout/styles.scoped.css +8 -9
- package/lib/internal/template/column-layout/flexible-column-layout/styles.selectors.js +5 -5
- package/lib/internal/template/column-layout/styles.css.js +13 -13
- package/lib/internal/template/column-layout/styles.scoped.css +70 -64
- package/lib/internal/template/column-layout/styles.selectors.js +13 -13
- package/lib/internal/template/container/styles.css.js +30 -30
- package/lib/internal/template/container/styles.scoped.css +114 -106
- package/lib/internal/template/container/styles.selectors.js +30 -30
- package/lib/internal/template/content-layout/styles.css.js +7 -7
- package/lib/internal/template/content-layout/styles.scoped.css +15 -15
- package/lib/internal/template/content-layout/styles.selectors.js +7 -7
- package/lib/internal/template/date-picker/index.d.ts.map +1 -1
- package/lib/internal/template/date-picker/index.js +6 -2
- package/lib/internal/template/date-picker/index.js.map +1 -1
- package/lib/internal/template/date-picker/interfaces.d.ts +7 -0
- package/lib/internal/template/date-picker/interfaces.d.ts.map +1 -1
- package/lib/internal/template/date-picker/interfaces.js.map +1 -1
- package/lib/internal/template/date-picker/styles.css.js +7 -7
- package/lib/internal/template/date-picker/styles.scoped.css +12 -12
- package/lib/internal/template/date-picker/styles.selectors.js +7 -7
- package/lib/internal/template/date-range-picker/calendar/grids/styles.css.js +25 -25
- package/lib/internal/template/date-range-picker/calendar/grids/styles.scoped.css +71 -60
- package/lib/internal/template/date-range-picker/calendar/grids/styles.selectors.js +25 -25
- package/lib/internal/template/date-range-picker/relative-range/styles.css.js +9 -9
- package/lib/internal/template/date-range-picker/relative-range/styles.scoped.css +21 -21
- package/lib/internal/template/date-range-picker/relative-range/styles.selectors.js +9 -9
- package/lib/internal/template/date-range-picker/styles.css.js +38 -38
- package/lib/internal/template/date-range-picker/styles.scoped.css +72 -67
- package/lib/internal/template/date-range-picker/styles.selectors.js +38 -38
- package/lib/internal/template/drawer/styles.css.js +3 -3
- package/lib/internal/template/drawer/styles.scoped.css +21 -18
- package/lib/internal/template/drawer/styles.selectors.js +3 -3
- package/lib/internal/template/expandable-section/styles.css.js +32 -32
- package/lib/internal/template/expandable-section/styles.scoped.css +103 -98
- package/lib/internal/template/expandable-section/styles.selectors.js +32 -32
- package/lib/internal/template/file-upload/dropzone/styles.css.js +2 -2
- package/lib/internal/template/file-upload/dropzone/styles.scoped.css +8 -4
- package/lib/internal/template/file-upload/dropzone/styles.selectors.js +2 -2
- package/lib/internal/template/file-upload/file-option/styles.css.js +7 -7
- package/lib/internal/template/file-upload/file-option/styles.scoped.css +15 -15
- package/lib/internal/template/file-upload/file-option/styles.selectors.js +7 -7
- package/lib/internal/template/file-upload/styles.css.js +2 -2
- package/lib/internal/template/file-upload/styles.scoped.css +4 -4
- package/lib/internal/template/file-upload/styles.selectors.js +2 -2
- package/lib/internal/template/flashbar/styles.css.js +47 -47
- package/lib/internal/template/flashbar/styles.scoped.css +220 -215
- package/lib/internal/template/flashbar/styles.selectors.js +47 -47
- package/lib/internal/template/form/styles.css.js +9 -9
- package/lib/internal/template/form/styles.scoped.css +18 -18
- package/lib/internal/template/form/styles.selectors.js +9 -9
- package/lib/internal/template/form-field/styles.css.js +19 -19
- package/lib/internal/template/form-field/styles.scoped.css +34 -34
- package/lib/internal/template/form-field/styles.selectors.js +19 -19
- package/lib/internal/template/internal/environment.js +1 -1
- package/lib/internal/template/internal/environment.json +1 -1
- package/lib/internal/template/modal/styles.css.js +23 -23
- package/lib/internal/template/modal/styles.scoped.css +39 -39
- package/lib/internal/template/modal/styles.selectors.js +23 -23
- package/lib/internal/template/tiles/styles.css.js +29 -29
- package/lib/internal/template/tiles/styles.scoped.css +97 -91
- package/lib/internal/template/tiles/styles.selectors.js +29 -29
- package/package.json +1 -1
|
@@ -8,19 +8,20 @@
|
|
|
8
8
|
|
|
9
9
|
.header {
|
|
10
10
|
position: relative;
|
|
11
|
-
margin: 0;
|
|
11
|
+
margin-block: 0;
|
|
12
|
+
margin-inline: 0;
|
|
12
13
|
color: awsui.$color-text-dropdown-group-label;
|
|
13
|
-
border: awsui.$border-divider-list-width solid transparent;
|
|
14
|
+
border-block: awsui.$border-divider-list-width solid transparent;
|
|
15
|
+
border-inline: awsui.$border-divider-list-width solid transparent;
|
|
14
16
|
// remove the borders completely to avoid the slating effect at the border ends (AWSUI-10545)
|
|
15
|
-
border-
|
|
16
|
-
border-right: 0;
|
|
17
|
+
border-inline-width: 0;
|
|
17
18
|
font-weight: bold;
|
|
18
19
|
display: flex;
|
|
19
20
|
justify-content: space-between;
|
|
20
21
|
// to compensate for the loss of padding due to the removal of the left and right borders
|
|
21
22
|
// and differences in default divider + selected border widths (visual refresh)
|
|
22
|
-
padding: styles.$option-padding-with-border-placeholder-vertical
|
|
23
|
-
|
|
23
|
+
padding-block: styles.$option-padding-with-border-placeholder-vertical;
|
|
24
|
+
padding-inline: calc(#{awsui.$space-button-horizontal} + #{awsui.$border-item-width});
|
|
24
25
|
z-index: 1;
|
|
25
26
|
|
|
26
27
|
&.disabled {
|
|
@@ -29,8 +30,8 @@
|
|
|
29
30
|
}
|
|
30
31
|
|
|
31
32
|
&.expandable-header {
|
|
32
|
-
border-
|
|
33
|
-
border-
|
|
33
|
+
border-block-start-color: awsui.$color-border-dropdown-group;
|
|
34
|
+
border-block-end-color: awsui.$color-border-dropdown-group;
|
|
34
35
|
cursor: pointer;
|
|
35
36
|
&.disabled {
|
|
36
37
|
cursor: default;
|
|
@@ -39,16 +40,22 @@
|
|
|
39
40
|
outline: none;
|
|
40
41
|
}
|
|
41
42
|
&.rolled-down {
|
|
42
|
-
border-
|
|
43
|
+
border-block-end-color: transparent;
|
|
43
44
|
}
|
|
44
45
|
&.highlighted {
|
|
45
46
|
background-color: awsui.$color-background-dropdown-item-hover;
|
|
46
47
|
color: awsui.$color-text-dropdown-item-highlighted;
|
|
47
48
|
// reset padding when adding border back in
|
|
48
|
-
padding: styles.$option-padding-vertical
|
|
49
|
-
|
|
50
|
-
border-
|
|
49
|
+
padding-block: styles.$option-padding-vertical;
|
|
50
|
+
padding-inline: awsui.$space-button-horizontal;
|
|
51
|
+
border-block: awsui.$border-item-width solid awsui.$color-border-dropdown-item-hover;
|
|
52
|
+
border-inline: awsui.$border-item-width solid awsui.$color-border-dropdown-item-hover;
|
|
53
|
+
border-start-start-radius: awsui.$border-radius-item;
|
|
54
|
+
border-start-end-radius: awsui.$border-radius-item;
|
|
55
|
+
border-end-start-radius: awsui.$border-radius-item;
|
|
56
|
+
border-end-end-radius: awsui.$border-radius-item;
|
|
51
57
|
z-index: 2;
|
|
58
|
+
|
|
52
59
|
&.disabled {
|
|
53
60
|
background-color: awsui.$color-background-dropdown-item-dimmed;
|
|
54
61
|
border-color: awsui.$color-border-dropdown-item-dimmed-hover;
|
|
@@ -60,13 +67,13 @@
|
|
|
60
67
|
}
|
|
61
68
|
}
|
|
62
69
|
&.variant-navigation {
|
|
63
|
-
padding-
|
|
64
|
-
padding-
|
|
70
|
+
padding-block-start: awsui.$space-xs;
|
|
71
|
+
padding-block-end: awsui.$space-xs;
|
|
65
72
|
|
|
66
73
|
&.highlighted {
|
|
67
74
|
border-color: transparent;
|
|
68
|
-
border-
|
|
69
|
-
border-
|
|
75
|
+
border-block-start-color: awsui.$color-border-dropdown-group;
|
|
76
|
+
border-block-end-color: awsui.$color-border-dropdown-group;
|
|
70
77
|
|
|
71
78
|
background-color: transparent;
|
|
72
79
|
color: awsui.$color-text-accent;
|
|
@@ -77,33 +84,34 @@
|
|
|
77
84
|
|
|
78
85
|
.category {
|
|
79
86
|
list-style: none;
|
|
80
|
-
margin-
|
|
81
|
-
padding: 0;
|
|
87
|
+
margin-block-start: calc(-1 * #{awsui.$border-divider-list-width});
|
|
88
|
+
padding-block: 0;
|
|
89
|
+
padding-inline: 0;
|
|
82
90
|
&:first-child {
|
|
83
|
-
margin-
|
|
91
|
+
margin-block-start: 0;
|
|
84
92
|
}
|
|
85
93
|
|
|
86
94
|
&.expandable {
|
|
87
|
-
border-
|
|
95
|
+
border-block-start: 0;
|
|
88
96
|
}
|
|
89
97
|
|
|
90
98
|
&:last-child {
|
|
91
|
-
border-
|
|
99
|
+
border-block-end: none;
|
|
92
100
|
}
|
|
93
101
|
|
|
94
102
|
&.variant-navigation {
|
|
95
|
-
padding-
|
|
103
|
+
padding-block-start: awsui.$space-xxs;
|
|
96
104
|
|
|
97
105
|
&.expandable {
|
|
98
|
-
padding-
|
|
106
|
+
padding-block-start: 0;
|
|
99
107
|
}
|
|
100
108
|
}
|
|
101
109
|
}
|
|
102
110
|
|
|
103
111
|
.expand-icon {
|
|
104
112
|
position: relative;
|
|
105
|
-
|
|
106
|
-
|
|
113
|
+
inset-inline-start: awsui.$space-s;
|
|
114
|
+
inline-size: awsui.$space-m;
|
|
107
115
|
display: inline-block;
|
|
108
116
|
|
|
109
117
|
&-up {
|
|
@@ -119,7 +127,10 @@
|
|
|
119
127
|
}
|
|
120
128
|
|
|
121
129
|
.items-list-container {
|
|
122
|
-
padding: 0;
|
|
123
|
-
|
|
130
|
+
padding-block: 0;
|
|
131
|
+
padding-inline: 0;
|
|
132
|
+
margin-block-start: -1px;
|
|
133
|
+
margin-block-end: 0;
|
|
134
|
+
margin-inline: 0;
|
|
124
135
|
overflow-y: auto;
|
|
125
136
|
}
|
|
@@ -9,11 +9,13 @@
|
|
|
9
9
|
.item-element {
|
|
10
10
|
position: relative;
|
|
11
11
|
z-index: 1;
|
|
12
|
-
border: awsui.$border-item-width solid transparent;
|
|
12
|
+
border-block: awsui.$border-item-width solid transparent;
|
|
13
|
+
border-inline: awsui.$border-item-width solid transparent;
|
|
13
14
|
list-style: none;
|
|
14
|
-
padding: 0;
|
|
15
|
+
padding-block: 0;
|
|
16
|
+
padding-inline: 0;
|
|
15
17
|
color: awsui.$color-text-dropdown-item-default;
|
|
16
|
-
margin-
|
|
18
|
+
margin-block-start: calc(-1 * #{styles.$control-border-width});
|
|
17
19
|
cursor: pointer;
|
|
18
20
|
|
|
19
21
|
&.disabled {
|
|
@@ -21,10 +23,10 @@
|
|
|
21
23
|
color: awsui.$color-text-dropdown-item-disabled;
|
|
22
24
|
}
|
|
23
25
|
&:first-child {
|
|
24
|
-
margin-
|
|
26
|
+
margin-block-start: 0;
|
|
25
27
|
}
|
|
26
28
|
&.last {
|
|
27
|
-
border-
|
|
29
|
+
border-block-end: awsui.$border-item-width solid awsui.$color-border-dropdown-group;
|
|
28
30
|
}
|
|
29
31
|
&.highlighted {
|
|
30
32
|
color: awsui.$color-text-dropdown-item-highlighted;
|
|
@@ -36,7 +38,10 @@
|
|
|
36
38
|
&.variant-primary {
|
|
37
39
|
background-color: awsui.$color-background-dropdown-item-hover;
|
|
38
40
|
border-color: awsui.$color-border-dropdown-item-hover;
|
|
39
|
-
border-radius: awsui.$border-radius-item;
|
|
41
|
+
border-start-start-radius: awsui.$border-radius-item;
|
|
42
|
+
border-start-end-radius: awsui.$border-radius-item;
|
|
43
|
+
border-end-start-radius: awsui.$border-radius-item;
|
|
44
|
+
border-end-end-radius: awsui.$border-radius-item;
|
|
40
45
|
|
|
41
46
|
&.disabled {
|
|
42
47
|
color: awsui.$color-text-dropdown-item-dimmed;
|
|
@@ -58,18 +63,17 @@
|
|
|
58
63
|
|
|
59
64
|
// Additional spacing for groups of items
|
|
60
65
|
&.first:not(.has-category-header) {
|
|
61
|
-
padding-
|
|
66
|
+
padding-block-start: styles.$option-padding-vertical;
|
|
62
67
|
}
|
|
63
68
|
&.last {
|
|
64
|
-
padding-
|
|
69
|
+
padding-block-end: styles.$option-padding-vertical;
|
|
65
70
|
}
|
|
66
71
|
&.first.last {
|
|
67
|
-
padding-
|
|
68
|
-
padding-top: styles.$option-padding-vertical;
|
|
72
|
+
padding-block: styles.$option-padding-vertical;
|
|
69
73
|
}
|
|
70
74
|
// Additional spacing for the very last item in the list
|
|
71
75
|
&.last:last-child {
|
|
72
|
-
padding-
|
|
76
|
+
padding-block-end: styles.$option-padding-vertical;
|
|
73
77
|
}
|
|
74
78
|
}
|
|
75
79
|
}
|
|
@@ -78,7 +82,8 @@
|
|
|
78
82
|
@include styles.text-wrapping;
|
|
79
83
|
display: flex;
|
|
80
84
|
align-items: flex-start;
|
|
81
|
-
padding: styles.$option-padding-vertical
|
|
85
|
+
padding-block: styles.$option-padding-vertical;
|
|
86
|
+
padding-inline: awsui.$space-button-horizontal;
|
|
82
87
|
color: inherit;
|
|
83
88
|
text-decoration: none;
|
|
84
89
|
|
|
@@ -89,15 +94,15 @@
|
|
|
89
94
|
/* stylelint-disable-next-line selector-max-type */
|
|
90
95
|
.has-category-header > &,
|
|
91
96
|
.has-category-header > span > & {
|
|
92
|
-
padding-
|
|
97
|
+
padding-inline-start: calc(#{awsui.$space-s} + #{awsui.$space-button-horizontal});
|
|
93
98
|
}
|
|
94
99
|
}
|
|
95
100
|
|
|
96
101
|
.icon {
|
|
97
|
-
padding-
|
|
102
|
+
padding-inline-end: awsui.$space-xs;
|
|
98
103
|
flex-shrink: 0;
|
|
99
104
|
}
|
|
100
105
|
|
|
101
106
|
.external-icon {
|
|
102
|
-
margin-
|
|
107
|
+
margin-inline-start: awsui.$space-xxs;
|
|
103
108
|
}
|
|
@@ -20,12 +20,12 @@
|
|
|
20
20
|
user-select: none;
|
|
21
21
|
background-color: awsui.$color-background-dropdown-item-default;
|
|
22
22
|
outline: none;
|
|
23
|
-
border-
|
|
24
|
-
border-
|
|
23
|
+
border-block-start: none;
|
|
24
|
+
border-block-end: none;
|
|
25
25
|
|
|
26
26
|
display: flex;
|
|
27
27
|
flex-direction: column;
|
|
28
|
-
|
|
28
|
+
inline-size: 100%;
|
|
29
29
|
|
|
30
30
|
&.nowrap {
|
|
31
31
|
white-space: nowrap;
|
|
@@ -13,8 +13,10 @@ $dropdown-trigger-icon-offset: 2px;
|
|
|
13
13
|
}
|
|
14
14
|
|
|
15
15
|
.items-list-container {
|
|
16
|
-
padding: 0;
|
|
17
|
-
|
|
16
|
+
padding-block: 0;
|
|
17
|
+
padding-inline: 0;
|
|
18
|
+
margin-block: 0;
|
|
19
|
+
margin-inline: 0;
|
|
18
20
|
|
|
19
21
|
@include styles.with-motion {
|
|
20
22
|
animation: awsui-motion-fade-in-0 500ms awsui.$motion-easing-show-quick;
|
|
@@ -40,9 +42,11 @@ $dropdown-trigger-icon-offset: 2px;
|
|
|
40
42
|
display: flex;
|
|
41
43
|
flex-direction: column;
|
|
42
44
|
list-style: none;
|
|
43
|
-
padding: awsui.$space-s
|
|
44
|
-
|
|
45
|
-
border-
|
|
45
|
+
padding-block: awsui.$space-s;
|
|
46
|
+
padding-inline: awsui.$space-l;
|
|
47
|
+
border-block-start: styles.$control-border-width solid transparent;
|
|
48
|
+
border-block-end: styles.$control-border-width solid awsui.$color-border-dropdown-group;
|
|
49
|
+
border-inline: styles.$control-border-width solid transparent;
|
|
46
50
|
}
|
|
47
51
|
|
|
48
52
|
.title,
|
|
@@ -61,24 +65,23 @@ $dropdown-trigger-icon-offset: 2px;
|
|
|
61
65
|
|
|
62
66
|
& > .trigger-item:not(:last-child) {
|
|
63
67
|
& > .trigger-button {
|
|
64
|
-
border-
|
|
65
|
-
border-
|
|
66
|
-
padding-
|
|
67
|
-
margin-
|
|
68
|
+
border-start-end-radius: 0;
|
|
69
|
+
border-end-end-radius: 0;
|
|
70
|
+
padding-inline-end: awsui.$space-m;
|
|
71
|
+
margin-inline-end: awsui.$space-xxxs;
|
|
68
72
|
}
|
|
69
73
|
}
|
|
70
74
|
|
|
71
75
|
& > .trigger-item:not(:first-child) {
|
|
72
76
|
& > .trigger-button {
|
|
73
|
-
border-
|
|
74
|
-
border-
|
|
75
|
-
padding-
|
|
76
|
-
padding-right: calc(#{awsui.$space-xs} - #{$dropdown-trigger-icon-offset});
|
|
77
|
+
border-start-start-radius: 0;
|
|
78
|
+
border-end-start-radius: 0;
|
|
79
|
+
padding-inline: calc(#{awsui.$space-xs} - #{$dropdown-trigger-icon-offset});
|
|
77
80
|
}
|
|
78
81
|
|
|
79
82
|
&.visual-refresh {
|
|
80
83
|
& > .trigger-button {
|
|
81
|
-
padding-
|
|
84
|
+
padding-inline-end: calc(#{awsui.$space-s} - #{$dropdown-trigger-icon-offset});
|
|
82
85
|
}
|
|
83
86
|
}
|
|
84
87
|
}
|
|
@@ -17,12 +17,12 @@
|
|
|
17
17
|
|
|
18
18
|
.calendar {
|
|
19
19
|
display: block;
|
|
20
|
-
|
|
21
|
-
width: awsui.$size-calendar-grid-width;
|
|
20
|
+
inline-size: awsui.$size-calendar-grid-width;
|
|
22
21
|
overflow: auto;
|
|
23
22
|
|
|
24
23
|
&-inner {
|
|
25
|
-
margin: awsui.$space-xs;
|
|
24
|
+
margin-block: awsui.$space-xs;
|
|
25
|
+
margin-inline: awsui.$space-xs;
|
|
26
26
|
}
|
|
27
27
|
|
|
28
28
|
&-header {
|
|
@@ -35,7 +35,8 @@
|
|
|
35
35
|
@include styles.font-body-m;
|
|
36
36
|
font-weight: typographyConstants.$font-weight-bold;
|
|
37
37
|
color: calendar.$header-color;
|
|
38
|
-
margin: 0;
|
|
38
|
+
margin-block: 0;
|
|
39
|
+
margin-inline: 0;
|
|
39
40
|
}
|
|
40
41
|
|
|
41
42
|
&-next-month-btn {
|
|
@@ -47,39 +48,45 @@
|
|
|
47
48
|
}
|
|
48
49
|
|
|
49
50
|
&-grid {
|
|
50
|
-
|
|
51
|
+
inline-size: 100%;
|
|
51
52
|
border-spacing: 0;
|
|
52
53
|
}
|
|
53
54
|
|
|
54
55
|
&-grid-cell {
|
|
55
|
-
|
|
56
|
+
inline-size: calc(100% / 7);
|
|
56
57
|
word-break: break-word;
|
|
57
58
|
text-align: center;
|
|
58
59
|
font-weight: unset;
|
|
59
60
|
}
|
|
60
61
|
|
|
61
62
|
&-day-header {
|
|
62
|
-
padding: awsui.$space-s
|
|
63
|
+
padding-block-start: awsui.$space-s;
|
|
64
|
+
padding-block-end: awsui.$space-xxs;
|
|
65
|
+
padding-inline: 0;
|
|
63
66
|
color: calendar.$grid-day-name-color;
|
|
64
67
|
@include styles.font-body-s;
|
|
65
68
|
}
|
|
66
69
|
|
|
67
70
|
&-day {
|
|
68
|
-
border-
|
|
69
|
-
border-
|
|
70
|
-
padding: awsui.$space-xxs
|
|
71
|
+
border-block-end: calendar.$grid-border;
|
|
72
|
+
border-inline-end: calendar.$grid-border;
|
|
73
|
+
padding-block: awsui.$space-xxs;
|
|
74
|
+
padding-inline: 0;
|
|
71
75
|
color: calendar.$grid-disabled-day-color;
|
|
72
76
|
position: relative;
|
|
73
77
|
|
|
74
78
|
&:first-child {
|
|
75
|
-
border-
|
|
79
|
+
border-inline-start: calendar.$grid-border;
|
|
76
80
|
}
|
|
77
81
|
|
|
78
82
|
&-enabled {
|
|
79
83
|
cursor: pointer;
|
|
80
84
|
color: calendar.$grid-nonmonth-day-color;
|
|
81
85
|
&::after {
|
|
82
|
-
border-radius: awsui.$border-radius-item;
|
|
86
|
+
border-start-start-radius: awsui.$border-radius-item;
|
|
87
|
+
border-start-end-radius: awsui.$border-radius-item;
|
|
88
|
+
border-end-start-radius: awsui.$border-radius-item;
|
|
89
|
+
border-end-end-radius: awsui.$border-radius-item;
|
|
83
90
|
}
|
|
84
91
|
&.calendar-day-current-month {
|
|
85
92
|
color: calendar.$grid-day-color;
|
|
@@ -88,7 +95,8 @@
|
|
|
88
95
|
background-color: calendar.$grid-hover-background-color;
|
|
89
96
|
&:not(.calendar-day-selected) {
|
|
90
97
|
&::after {
|
|
91
|
-
border: awsui.$border-item-width solid calendar.$grid-hover-border-color;
|
|
98
|
+
border-block: awsui.$border-item-width solid calendar.$grid-hover-border-color;
|
|
99
|
+
border-inline: awsui.$border-item-width solid calendar.$grid-hover-border-color;
|
|
92
100
|
}
|
|
93
101
|
}
|
|
94
102
|
}
|
|
@@ -97,7 +105,10 @@
|
|
|
97
105
|
|
|
98
106
|
&-today {
|
|
99
107
|
background-color: calendar.$grid-today-background-color;
|
|
100
|
-
border-radius: awsui.$border-radius-item;
|
|
108
|
+
border-start-start-radius: awsui.$border-radius-item;
|
|
109
|
+
border-start-end-radius: awsui.$border-radius-item;
|
|
110
|
+
border-end-start-radius: awsui.$border-radius-item;
|
|
111
|
+
border-end-end-radius: awsui.$border-radius-item;
|
|
101
112
|
font-weight: styles.$font-weight-bold;
|
|
102
113
|
}
|
|
103
114
|
|
|
@@ -105,10 +116,10 @@
|
|
|
105
116
|
content: '';
|
|
106
117
|
position: absolute;
|
|
107
118
|
z-index: 1;
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
119
|
+
inset-block-start: calc(-1 * #{awsui.$border-item-width});
|
|
120
|
+
inset-block-end: -1px;
|
|
121
|
+
inset-inline-start: -1px;
|
|
122
|
+
inset-inline-end: calc(-1 * #{awsui.$border-item-width});
|
|
112
123
|
background-color: transparent;
|
|
113
124
|
}
|
|
114
125
|
> .day-inner {
|
|
@@ -148,8 +159,12 @@
|
|
|
148
159
|
}
|
|
149
160
|
&::after {
|
|
150
161
|
background-color: calendar.$grid-selected-background-color;
|
|
151
|
-
border: awsui.$border-item-width solid calendar.$grid-selected-border-color;
|
|
152
|
-
border-
|
|
162
|
+
border-block: awsui.$border-item-width solid calendar.$grid-selected-border-color;
|
|
163
|
+
border-inline: awsui.$border-item-width solid calendar.$grid-selected-border-color;
|
|
164
|
+
border-start-start-radius: awsui.$border-radius-item;
|
|
165
|
+
border-start-end-radius: awsui.$border-radius-item;
|
|
166
|
+
border-end-start-radius: awsui.$border-radius-item;
|
|
167
|
+
border-end-end-radius: awsui.$border-radius-item;
|
|
153
168
|
}
|
|
154
169
|
> .day-inner {
|
|
155
170
|
z-index: 2;
|
|
@@ -162,7 +177,7 @@
|
|
|
162
177
|
&-week {
|
|
163
178
|
&:first-child {
|
|
164
179
|
> .calendar-day {
|
|
165
|
-
border-
|
|
180
|
+
border-block-start: calendar.$grid-border;
|
|
166
181
|
}
|
|
167
182
|
}
|
|
168
183
|
}
|
|
@@ -11,27 +11,37 @@
|
|
|
11
11
|
@use './motion';
|
|
12
12
|
|
|
13
13
|
@mixin card-style {
|
|
14
|
-
border-radius: awsui.$border-radius-container;
|
|
14
|
+
border-start-start-radius: awsui.$border-radius-container;
|
|
15
|
+
border-start-end-radius: awsui.$border-radius-container;
|
|
16
|
+
border-end-start-radius: awsui.$border-radius-container;
|
|
17
|
+
border-end-end-radius: awsui.$border-radius-container;
|
|
15
18
|
box-sizing: border-box;
|
|
16
19
|
|
|
17
20
|
&::before {
|
|
18
21
|
@include styles.base-pseudo-element;
|
|
19
22
|
// Reset border color to prevent it from flashing black during card selection animation
|
|
20
23
|
border-color: transparent;
|
|
21
|
-
border-
|
|
22
|
-
border-radius: awsui.$border-radius-container;
|
|
24
|
+
border-block-start: awsui.$border-container-top-width solid awsui.$color-border-container-top;
|
|
25
|
+
border-start-start-radius: awsui.$border-radius-container;
|
|
26
|
+
border-start-end-radius: awsui.$border-radius-container;
|
|
27
|
+
border-end-start-radius: awsui.$border-radius-container;
|
|
28
|
+
border-end-end-radius: awsui.$border-radius-container;
|
|
23
29
|
z-index: 1;
|
|
24
30
|
}
|
|
25
31
|
|
|
26
32
|
&::after {
|
|
27
33
|
@include styles.base-pseudo-element;
|
|
28
|
-
border-radius: awsui.$border-radius-container;
|
|
34
|
+
border-start-start-radius: awsui.$border-radius-container;
|
|
35
|
+
border-start-end-radius: awsui.$border-radius-container;
|
|
36
|
+
border-end-start-radius: awsui.$border-radius-container;
|
|
37
|
+
border-end-end-radius: awsui.$border-radius-container;
|
|
29
38
|
}
|
|
30
39
|
&:not(.refresh)::after {
|
|
31
40
|
box-shadow: awsui.$shadow-container;
|
|
32
41
|
}
|
|
33
42
|
&.refresh::after {
|
|
34
|
-
border: solid awsui.$border-divider-section-width awsui.$color-border-divider-default;
|
|
43
|
+
border-block: solid awsui.$border-divider-section-width awsui.$color-border-divider-default;
|
|
44
|
+
border-inline: solid awsui.$border-divider-section-width awsui.$color-border-divider-default;
|
|
35
45
|
}
|
|
36
46
|
}
|
|
37
47
|
|
|
@@ -42,10 +52,12 @@
|
|
|
42
52
|
|
|
43
53
|
.header {
|
|
44
54
|
&-variant-full-page.header-refresh {
|
|
45
|
-
padding-
|
|
46
|
-
padding-
|
|
47
|
-
padding-
|
|
48
|
-
padding-
|
|
55
|
+
padding-block-start: 0;
|
|
56
|
+
padding-inline-start: 0;
|
|
57
|
+
padding-inline-end: 0;
|
|
58
|
+
padding-block-end: calc(
|
|
59
|
+
#{awsui.$space-container-header-bottom} + #{awsui.$space-table-header-tools-full-page-bottom}
|
|
60
|
+
);
|
|
49
61
|
}
|
|
50
62
|
}
|
|
51
63
|
|
|
@@ -54,14 +66,17 @@
|
|
|
54
66
|
flex-wrap: wrap;
|
|
55
67
|
box-sizing: border-box;
|
|
56
68
|
// reset styles from OL
|
|
57
|
-
padding: 0;
|
|
69
|
+
padding-block: 0;
|
|
70
|
+
padding-inline: 0;
|
|
58
71
|
list-style: none;
|
|
59
|
-
margin: 0
|
|
72
|
+
margin-block: 0;
|
|
73
|
+
margin-inline-start: calc(#{awsui.$space-grid-gutter} * -1);
|
|
74
|
+
margin-inline-end: 0;
|
|
60
75
|
|
|
61
76
|
@for $i from 1 through 20 {
|
|
62
77
|
&.list-grid-#{$i} {
|
|
63
78
|
> .card {
|
|
64
|
-
|
|
79
|
+
inline-size: math.div(100%, $i);
|
|
65
80
|
}
|
|
66
81
|
}
|
|
67
82
|
}
|
|
@@ -70,10 +85,11 @@
|
|
|
70
85
|
.selection-control {
|
|
71
86
|
position: absolute;
|
|
72
87
|
box-sizing: border-box;
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
padding: awsui.$space-card-vertical
|
|
88
|
+
inline-size: calc(#{awsui.$size-control} + (2 * #{awsui.$space-card-horizontal}));
|
|
89
|
+
inset-block-start: 0;
|
|
90
|
+
inset-inline-end: 0;
|
|
91
|
+
padding-block: awsui.$space-card-vertical;
|
|
92
|
+
padding-inline: awsui.$space-card-horizontal;
|
|
77
93
|
}
|
|
78
94
|
|
|
79
95
|
.loading,
|
|
@@ -81,17 +97,17 @@
|
|
|
81
97
|
overflow: hidden;
|
|
82
98
|
text-align: center;
|
|
83
99
|
color: awsui.$color-text-empty;
|
|
84
|
-
margin-
|
|
100
|
+
margin-block-end: awsui.$space-scaled-l;
|
|
85
101
|
}
|
|
86
102
|
|
|
87
103
|
.has-header {
|
|
88
104
|
// Unfortunately, we don't have access to the header of InternalContainer
|
|
89
105
|
// in order to use margin-bottom instead.
|
|
90
|
-
margin-
|
|
106
|
+
margin-block-start: awsui.$space-grid-gutter;
|
|
91
107
|
&.refresh {
|
|
92
108
|
&.header-variant-full-page {
|
|
93
109
|
&.remove-high-contrast-header {
|
|
94
|
-
margin-
|
|
110
|
+
margin-block-start: awsui.$space-scaled-s;
|
|
95
111
|
}
|
|
96
112
|
}
|
|
97
113
|
}
|
|
@@ -101,35 +117,42 @@
|
|
|
101
117
|
display: flex;
|
|
102
118
|
overflow-wrap: break-word;
|
|
103
119
|
word-wrap: break-word;
|
|
104
|
-
margin: 0;
|
|
105
|
-
|
|
120
|
+
margin-block: 0;
|
|
121
|
+
margin-inline: 0;
|
|
122
|
+
padding-block: 0;
|
|
123
|
+
padding-inline: 0;
|
|
106
124
|
list-style: none;
|
|
107
125
|
&-inner {
|
|
108
126
|
position: relative;
|
|
109
127
|
background-color: awsui.$color-background-container-content;
|
|
110
|
-
margin: 0
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
128
|
+
margin-block-start: 0;
|
|
129
|
+
margin-block-end: awsui.$space-grid-gutter;
|
|
130
|
+
margin-inline-start: awsui.$space-grid-gutter;
|
|
131
|
+
margin-inline-end: 0;
|
|
132
|
+
padding-block: awsui.$space-card-vertical;
|
|
133
|
+
padding-inline: awsui.$space-card-horizontal;
|
|
134
|
+
inline-size: 100%;
|
|
135
|
+
min-inline-size: 0;
|
|
114
136
|
@include card-style;
|
|
115
137
|
}
|
|
116
138
|
&-header {
|
|
117
139
|
@include styles.font-heading-m;
|
|
118
140
|
&-inner {
|
|
119
|
-
|
|
141
|
+
inline-size: 100%;
|
|
120
142
|
display: inline-block;
|
|
121
143
|
}
|
|
122
144
|
}
|
|
123
145
|
&-selectable {
|
|
124
146
|
> .card-inner > .card-header {
|
|
125
|
-
|
|
147
|
+
inline-size: 90%;
|
|
126
148
|
}
|
|
127
149
|
}
|
|
128
150
|
&-selected {
|
|
129
151
|
> .card-inner {
|
|
130
152
|
background-color: awsui.$color-background-item-selected;
|
|
131
153
|
&::before {
|
|
132
|
-
border: awsui.$border-item-width solid awsui.$color-border-item-selected;
|
|
154
|
+
border-block: awsui.$border-item-width solid awsui.$color-border-item-selected;
|
|
155
|
+
border-inline: awsui.$border-item-width solid awsui.$color-border-item-selected;
|
|
133
156
|
}
|
|
134
157
|
}
|
|
135
158
|
}
|
|
@@ -139,7 +162,9 @@
|
|
|
139
162
|
display: inline-block;
|
|
140
163
|
box-sizing: border-box;
|
|
141
164
|
// only scale bottom padding to reduce padding between sections and after the last section.
|
|
142
|
-
padding: awsui.$space-xs
|
|
165
|
+
padding-block-start: awsui.$space-xs;
|
|
166
|
+
padding-block-end: awsui.$space-scaled-xs;
|
|
167
|
+
padding-inline: 0;
|
|
143
168
|
vertical-align: top;
|
|
144
169
|
&-header {
|
|
145
170
|
@include styles.font-label;
|
|
@@ -150,7 +175,9 @@
|
|
|
150
175
|
}
|
|
151
176
|
}
|
|
152
177
|
.section:last-child {
|
|
153
|
-
padding: awsui.$space-xs
|
|
178
|
+
padding-block-start: awsui.$space-xs;
|
|
179
|
+
padding-block-end: 0;
|
|
180
|
+
padding-inline: 0;
|
|
154
181
|
}
|
|
155
182
|
|
|
156
183
|
.footer-pagination {
|