@cloudscape-design/components-themeable 3.0.534 → 3.0.535
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/grid/styles.scss +15 -12
- package/lib/internal/scss/header/styles.scss +36 -28
- package/lib/internal/scss/help-panel/styles.scss +50 -36
- package/lib/internal/scss/hotspot/styles.scss +6 -6
- package/lib/internal/scss/icon/mixins.scss +6 -5
- package/lib/internal/scss/icon/styles.scss +8 -5
- package/lib/internal/scss/input/styles.scss +21 -13
- package/lib/internal/scss/internal/components/abstract-switch/styles.scss +9 -8
- package/lib/internal/scss/internal/components/button-trigger/styles.scss +17 -13
- package/lib/internal/scss/internal/components/cartesian-chart/styles.scss +7 -10
- package/lib/internal/scss/internal/components/chart-legend/styles.scss +10 -6
- package/lib/internal/scss/internal/components/chart-plot/styles.scss +2 -2
- package/lib/internal/scss/internal/components/chart-popover/styles.scss +4 -2
- package/lib/internal/scss/internal/components/chart-popover-footer/styles.scss +6 -4
- package/lib/internal/scss/internal/components/chart-series-details/styles.scss +8 -6
- package/lib/internal/scss/internal/components/chart-series-marker/styles.scss +33 -20
- package/lib/internal/scss/internal/components/chart-wrapper/styles.scss +4 -4
- package/lib/internal/scss/internal/components/checkbox-icon/styles.scss +4 -4
- package/lib/internal/scss/internal/components/dropdown/styles.scss +14 -13
- package/lib/internal/scss/internal/components/dropdown-footer/styles.scss +2 -2
- package/lib/internal/scss/internal/components/dropdown-status/styles.scss +3 -2
- package/lib/internal/scss/internal/components/filtering-token/styles.scss +20 -12
- package/lib/internal/scss/internal/components/handle/styles.scss +6 -3
- package/lib/internal/scss/internal/components/menu-dropdown/styles.scss +9 -9
- package/lib/internal/scss/internal/components/option/styles.scss +9 -9
- package/lib/internal/scss/internal/components/options-list/styles.scss +12 -6
- package/lib/internal/scss/internal/components/selectable-item/styles.scss +42 -34
- package/lib/internal/scss/internal/components/token-list/styles.scss +18 -11
- package/lib/internal/scss/internal/styles/forms/mixins.scss +74 -38
- package/lib/internal/scss/internal/styles/utils/mixins.scss +10 -9
- package/lib/internal/scss/modal/styles.scss +39 -24
- package/lib/internal/scss/multiselect/styles.scss +1 -1
- package/lib/internal/scss/table/body-cell/styles.scss +75 -65
- package/lib/internal/scss/table/header-cell/styles.scss +24 -22
- package/lib/internal/scss/table/resizer/styles.scss +21 -21
- package/lib/internal/scss/table/selection/styles.scss +6 -6
- package/lib/internal/scss/table/sticky-scrollbar/styles.scss +9 -9
- package/lib/internal/scss/table/styles.scss +51 -46
- package/lib/internal/scss/tabs/styles.scss +6 -3
- package/lib/internal/scss/tabs/tab-header-bar.scss +46 -31
- package/lib/internal/scss/text-content/styles.scss +10 -6
- package/lib/internal/scss/text-filter/styles.scss +2 -2
- package/lib/internal/scss/textarea/styles.scss +11 -5
- package/lib/internal/scss/tiles/styles.scss +25 -14
- package/lib/internal/scss/toggle/styles.scss +12 -7
- package/lib/internal/scss/token-group/styles.scss +23 -11
- package/lib/internal/scss/top-navigation/1.0-beta/styles.scss +42 -38
- package/lib/internal/scss/top-navigation/styles.scss +69 -56
- package/lib/internal/scss/tutorial-panel/components/tutorial-detail-view/styles.scss +15 -11
- package/lib/internal/scss/tutorial-panel/components/tutorial-list/styles.scss +16 -8
- package/lib/internal/scss/tutorial-panel/styles.scss +3 -1
- package/lib/internal/scss/wizard/styles.scss +45 -33
- package/lib/internal/template/alert/styles.css.js +25 -25
- package/lib/internal/template/alert/styles.scoped.css +48 -45
- 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 +22 -19
- 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 +37 -34
- package/lib/internal/template/annotation-context/annotation/styles.selectors.js +24 -24
- package/lib/internal/template/app-layout/toggles/styles.css.js +2 -2
- package/lib/internal/template/app-layout/toggles/styles.scoped.css +14 -11
- 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 +179 -176
- package/lib/internal/template/app-layout/visual-refresh/styles.selectors.js +81 -81
- package/lib/internal/template/breadcrumb-group/item/styles.css.js +9 -9
- package/lib/internal/template/breadcrumb-group/item/styles.scoped.css +23 -20
- package/lib/internal/template/breadcrumb-group/item/styles.selectors.js +9 -9
- package/lib/internal/template/button/styles.css.js +20 -20
- package/lib/internal/template/button/styles.scoped.css +392 -302
- package/lib/internal/template/button/styles.selectors.js +20 -20
- package/lib/internal/template/button-dropdown/item-element/styles.css.js +15 -15
- package/lib/internal/template/button-dropdown/item-element/styles.scoped.css +19 -19
- package/lib/internal/template/button-dropdown/item-element/styles.selectors.js +15 -15
- package/lib/internal/template/calendar/styles.css.js +18 -18
- package/lib/internal/template/calendar/styles.scoped.css +54 -48
- 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 +58 -58
- package/lib/internal/template/cards/styles.selectors.js +40 -40
- package/lib/internal/template/checkbox/styles.css.js +3 -3
- package/lib/internal/template/checkbox/styles.scoped.css +18 -15
- package/lib/internal/template/checkbox/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 +213 -201
- package/lib/internal/template/code-editor/styles.selectors.js +32 -32
- package/lib/internal/template/collection-preferences/content-display/styles.css.js +11 -11
- package/lib/internal/template/collection-preferences/content-display/styles.scoped.css +26 -23
- 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 +53 -50
- package/lib/internal/template/collection-preferences/styles.selectors.js +37 -37
- package/lib/internal/template/container/styles.css.js +30 -30
- package/lib/internal/template/container/styles.scoped.css +100 -80
- package/lib/internal/template/container/styles.selectors.js +30 -30
- package/lib/internal/template/date-picker/styles.css.js +7 -7
- package/lib/internal/template/date-picker/styles.scoped.css +13 -10
- 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 +58 -52
- package/lib/internal/template/date-range-picker/calendar/grids/styles.selectors.js +25 -25
- package/lib/internal/template/date-range-picker/styles.css.js +38 -38
- package/lib/internal/template/date-range-picker/styles.scoped.css +50 -47
- package/lib/internal/template/date-range-picker/styles.selectors.js +38 -38
- package/lib/internal/template/expandable-section/interfaces.d.ts +3 -2
- package/lib/internal/template/expandable-section/interfaces.d.ts.map +1 -1
- package/lib/internal/template/expandable-section/interfaces.js.map +1 -1
- package/lib/internal/template/expandable-section/styles.css.js +32 -32
- package/lib/internal/template/expandable-section/styles.scoped.css +85 -75
- package/lib/internal/template/expandable-section/styles.selectors.js +32 -32
- package/lib/internal/template/file-upload/file-input/styles.css.js +4 -4
- package/lib/internal/template/file-upload/file-input/styles.scoped.css +15 -12
- package/lib/internal/template/file-upload/file-input/styles.selectors.js +4 -4
- package/lib/internal/template/flashbar/styles.css.js +47 -47
- package/lib/internal/template/flashbar/styles.scoped.css +168 -162
- package/lib/internal/template/flashbar/styles.selectors.js +47 -47
- package/lib/internal/template/form-field/styles.css.js +19 -19
- package/lib/internal/template/form-field/styles.scoped.css +35 -34
- package/lib/internal/template/form-field/styles.selectors.js +19 -19
- package/lib/internal/template/grid/styles.css.js +53 -53
- package/lib/internal/template/grid/styles.scoped.css +112 -108
- package/lib/internal/template/grid/styles.selectors.js +53 -53
- package/lib/internal/template/header/interfaces.d.ts +1 -1
- package/lib/internal/template/header/interfaces.js.map +1 -1
- package/lib/internal/template/header/styles.css.js +34 -34
- package/lib/internal/template/header/styles.scoped.css +92 -83
- package/lib/internal/template/header/styles.selectors.js +34 -34
- package/lib/internal/template/help-panel/styles.css.js +4 -4
- package/lib/internal/template/help-panel/styles.scoped.css +127 -108
- package/lib/internal/template/help-panel/styles.selectors.js +4 -4
- package/lib/internal/template/hotspot/styles.css.js +7 -7
- package/lib/internal/template/hotspot/styles.scoped.css +13 -13
- package/lib/internal/template/hotspot/styles.selectors.js +7 -7
- package/lib/internal/template/icon/styles.css.js +21 -21
- package/lib/internal/template/icon/styles.scoped.css +86 -78
- package/lib/internal/template/icon/styles.selectors.js +21 -21
- package/lib/internal/template/input/styles.css.js +12 -12
- package/lib/internal/template/input/styles.scoped.css +63 -49
- package/lib/internal/template/input/styles.selectors.js +12 -12
- package/lib/internal/template/internal/components/abstract-switch/styles.css.js +13 -13
- package/lib/internal/template/internal/components/abstract-switch/styles.scoped.css +31 -30
- package/lib/internal/template/internal/components/abstract-switch/styles.selectors.js +13 -13
- package/lib/internal/template/internal/components/button-trigger/styles.css.js +10 -10
- package/lib/internal/template/internal/components/button-trigger/styles.scoped.css +61 -48
- package/lib/internal/template/internal/components/button-trigger/styles.selectors.js +10 -10
- package/lib/internal/template/internal/components/cartesian-chart/styles.css.js +27 -27
- package/lib/internal/template/internal/components/cartesian-chart/styles.scoped.css +38 -41
- package/lib/internal/template/internal/components/cartesian-chart/styles.selectors.js +27 -27
- package/lib/internal/template/internal/components/chart-legend/styles.css.js +6 -6
- package/lib/internal/template/internal/components/chart-legend/styles.scoped.css +33 -26
- package/lib/internal/template/internal/components/chart-legend/styles.selectors.js +6 -6
- package/lib/internal/template/internal/components/chart-plot/styles.css.js +5 -5
- package/lib/internal/template/internal/components/chart-plot/styles.scoped.css +7 -7
- package/lib/internal/template/internal/components/chart-plot/styles.selectors.js +5 -5
- package/lib/internal/template/internal/components/chart-popover/styles.css.js +3 -3
- package/lib/internal/template/internal/components/chart-popover/styles.scoped.css +7 -5
- package/lib/internal/template/internal/components/chart-popover/styles.selectors.js +3 -3
- package/lib/internal/template/internal/components/chart-popover-footer/styles.css.js +1 -1
- package/lib/internal/template/internal/components/chart-popover-footer/styles.scoped.css +8 -6
- package/lib/internal/template/internal/components/chart-popover-footer/styles.selectors.js +1 -1
- package/lib/internal/template/internal/components/chart-series-details/styles.css.js +20 -20
- package/lib/internal/template/internal/components/chart-series-details/styles.scoped.css +74 -59
- package/lib/internal/template/internal/components/chart-series-details/styles.selectors.js +20 -20
- package/lib/internal/template/internal/components/chart-series-marker/styles.css.js +5 -5
- package/lib/internal/template/internal/components/chart-series-marker/styles.scoped.css +40 -27
- package/lib/internal/template/internal/components/chart-series-marker/styles.selectors.js +5 -5
- package/lib/internal/template/internal/components/chart-wrapper/styles.css.js +9 -9
- package/lib/internal/template/internal/components/chart-wrapper/styles.scoped.css +13 -13
- package/lib/internal/template/internal/components/chart-wrapper/styles.selectors.js +9 -9
- package/lib/internal/template/internal/components/checkbox-icon/styles.css.js +7 -7
- package/lib/internal/template/internal/components/checkbox-icon/styles.scoped.css +12 -12
- package/lib/internal/template/internal/components/checkbox-icon/styles.selectors.js +7 -7
- package/lib/internal/template/internal/components/dropdown/styles.css.js +20 -20
- package/lib/internal/template/internal/components/dropdown/styles.scoped.css +64 -56
- package/lib/internal/template/internal/components/dropdown/styles.selectors.js +20 -20
- package/lib/internal/template/internal/components/dropdown-footer/styles.css.js +3 -3
- package/lib/internal/template/internal/components/dropdown-footer/styles.scoped.css +5 -5
- package/lib/internal/template/internal/components/dropdown-footer/styles.selectors.js +3 -3
- package/lib/internal/template/internal/components/dropdown-status/styles.css.js +2 -2
- package/lib/internal/template/internal/components/dropdown-status/styles.scoped.css +5 -3
- package/lib/internal/template/internal/components/dropdown-status/styles.selectors.js +2 -2
- package/lib/internal/template/internal/components/filtering-token/styles.css.js +7 -7
- package/lib/internal/template/internal/components/filtering-token/styles.scoped.css +41 -30
- package/lib/internal/template/internal/components/filtering-token/styles.selectors.js +7 -7
- package/lib/internal/template/internal/components/handle/styles.css.js +2 -2
- package/lib/internal/template/internal/components/handle/styles.scoped.css +20 -14
- package/lib/internal/template/internal/components/handle/styles.selectors.js +2 -2
- package/lib/internal/template/internal/components/menu-dropdown/styles.css.js +7 -7
- package/lib/internal/template/internal/components/menu-dropdown/styles.scoped.css +31 -28
- package/lib/internal/template/internal/components/menu-dropdown/styles.selectors.js +7 -7
- package/lib/internal/template/internal/components/option/styles.css.js +17 -17
- package/lib/internal/template/internal/components/option/styles.scoped.css +39 -39
- package/lib/internal/template/internal/components/option/styles.selectors.js +17 -17
- package/lib/internal/template/internal/components/options-list/styles.css.js +2 -2
- package/lib/internal/template/internal/components/options-list/styles.scoped.css +14 -8
- package/lib/internal/template/internal/components/options-list/styles.selectors.js +2 -2
- package/lib/internal/template/internal/components/screenreader-only/styles.css.js +1 -1
- package/lib/internal/template/internal/components/screenreader-only/styles.scoped.css +3 -3
- package/lib/internal/template/internal/components/screenreader-only/styles.selectors.js +1 -1
- package/lib/internal/template/internal/components/selectable-item/styles.css.js +16 -16
- package/lib/internal/template/internal/components/selectable-item/styles.scoped.css +74 -65
- package/lib/internal/template/internal/components/selectable-item/styles.selectors.js +16 -16
- package/lib/internal/template/internal/components/token-list/styles.css.js +9 -9
- package/lib/internal/template/internal/components/token-list/styles.scoped.css +44 -33
- package/lib/internal/template/internal/components/token-list/styles.selectors.js +9 -9
- package/lib/internal/template/internal/environment.js +1 -1
- package/lib/internal/template/internal/environment.json +1 -1
- package/lib/internal/template/link/styles.css.js +20 -20
- package/lib/internal/template/link/styles.scoped.css +75 -72
- package/lib/internal/template/link/styles.selectors.js +20 -20
- package/lib/internal/template/modal/styles.css.js +23 -23
- package/lib/internal/template/modal/styles.scoped.css +76 -61
- package/lib/internal/template/modal/styles.selectors.js +23 -23
- package/lib/internal/template/multiselect/styles.css.js +2 -2
- package/lib/internal/template/multiselect/styles.scoped.css +3 -3
- package/lib/internal/template/multiselect/styles.selectors.js +2 -2
- package/lib/internal/template/pagination/styles.css.js +9 -9
- package/lib/internal/template/pagination/styles.scoped.css +29 -25
- package/lib/internal/template/pagination/styles.selectors.js +9 -9
- package/lib/internal/template/popover/styles.css.js +50 -50
- package/lib/internal/template/popover/styles.scoped.css +75 -72
- package/lib/internal/template/popover/styles.selectors.js +50 -50
- package/lib/internal/template/progress-bar/styles.css.js +18 -18
- package/lib/internal/template/progress-bar/styles.scoped.css +33 -33
- package/lib/internal/template/progress-bar/styles.selectors.js +18 -18
- package/lib/internal/template/property-filter/styles.css.js +31 -31
- package/lib/internal/template/property-filter/styles.scoped.css +34 -34
- package/lib/internal/template/property-filter/styles.selectors.js +31 -31
- package/lib/internal/template/radio-group/styles.css.js +9 -9
- package/lib/internal/template/radio-group/styles.scoped.css +28 -25
- package/lib/internal/template/radio-group/styles.selectors.js +9 -9
- package/lib/internal/template/segmented-control/styles.css.js +14 -14
- package/lib/internal/template/segmented-control/styles.scoped.css +42 -39
- package/lib/internal/template/segmented-control/styles.selectors.js +14 -14
- package/lib/internal/template/select/parts/styles.css.js +16 -16
- package/lib/internal/template/select/parts/styles.scoped.css +18 -18
- package/lib/internal/template/select/parts/styles.selectors.js +16 -16
- package/lib/internal/template/side-navigation/styles.css.js +28 -28
- package/lib/internal/template/side-navigation/styles.scoped.css +43 -40
- package/lib/internal/template/side-navigation/styles.selectors.js +28 -28
- package/lib/internal/template/split-panel/styles.css.js +55 -55
- package/lib/internal/template/split-panel/styles.scoped.css +84 -81
- package/lib/internal/template/split-panel/styles.selectors.js +55 -55
- package/lib/internal/template/status-indicator/styles.css.js +23 -23
- package/lib/internal/template/status-indicator/styles.scoped.css +30 -30
- package/lib/internal/template/status-indicator/styles.selectors.js +23 -23
- package/lib/internal/template/table/body-cell/styles.css.js +30 -30
- package/lib/internal/template/table/body-cell/styles.scoped.css +166 -153
- package/lib/internal/template/table/body-cell/styles.selectors.js +30 -30
- package/lib/internal/template/table/header-cell/styles.css.js +24 -24
- package/lib/internal/template/table/header-cell/styles.scoped.css +77 -70
- package/lib/internal/template/table/header-cell/styles.selectors.js +24 -24
- package/lib/internal/template/table/resizer/styles.css.js +8 -8
- package/lib/internal/template/table/resizer/styles.scoped.css +43 -40
- package/lib/internal/template/table/resizer/styles.selectors.js +8 -8
- package/lib/internal/template/table/selection/styles.css.js +3 -3
- package/lib/internal/template/table/selection/styles.scoped.css +9 -9
- package/lib/internal/template/table/selection/styles.selectors.js +3 -3
- package/lib/internal/template/table/sticky-scrollbar/styles.css.js +6 -6
- package/lib/internal/template/table/sticky-scrollbar/styles.scoped.css +16 -16
- package/lib/internal/template/table/sticky-scrollbar/styles.selectors.js +6 -6
- package/lib/internal/template/table/styles.css.js +35 -35
- package/lib/internal/template/table/styles.scoped.css +94 -87
- package/lib/internal/template/table/styles.selectors.js +35 -35
- package/lib/internal/template/tabs/styles.css.js +21 -21
- package/lib/internal/template/tabs/styles.scoped.css +104 -79
- package/lib/internal/template/tabs/styles.selectors.js +21 -21
- package/lib/internal/template/tag-editor/styles.css.js +3 -3
- package/lib/internal/template/tag-editor/styles.scoped.css +14 -11
- package/lib/internal/template/tag-editor/styles.selectors.js +3 -3
- package/lib/internal/template/text-content/styles.css.js +1 -1
- package/lib/internal/template/text-content/styles.scoped.css +74 -67
- package/lib/internal/template/text-content/styles.selectors.js +1 -1
- package/lib/internal/template/text-filter/styles.css.js +3 -3
- package/lib/internal/template/text-filter/styles.scoped.css +5 -5
- package/lib/internal/template/text-filter/styles.selectors.js +3 -3
- package/lib/internal/template/textarea/styles.css.js +4 -4
- package/lib/internal/template/textarea/styles.scoped.css +34 -23
- package/lib/internal/template/textarea/styles.selectors.js +4 -4
- package/lib/internal/template/tiles/styles.css.js +29 -29
- package/lib/internal/template/tiles/styles.scoped.css +112 -99
- package/lib/internal/template/tiles/styles.selectors.js +29 -29
- package/lib/internal/template/toggle/styles.css.js +8 -8
- package/lib/internal/template/toggle/styles.scoped.css +38 -29
- package/lib/internal/template/toggle/styles.selectors.js +8 -8
- package/lib/internal/template/token-group/styles.css.js +8 -8
- package/lib/internal/template/token-group/styles.scoped.css +46 -31
- package/lib/internal/template/token-group/styles.selectors.js +8 -8
- package/lib/internal/template/top-navigation/1.0-beta/styles.css.js +25 -25
- package/lib/internal/template/top-navigation/1.0-beta/styles.scoped.css +90 -83
- package/lib/internal/template/top-navigation/1.0-beta/styles.selectors.js +25 -25
- package/lib/internal/template/top-navigation/styles.css.js +47 -47
- package/lib/internal/template/top-navigation/styles.scoped.css +149 -130
- package/lib/internal/template/top-navigation/styles.selectors.js +47 -47
- package/lib/internal/template/tutorial-panel/components/tutorial-detail-view/styles.css.js +20 -20
- package/lib/internal/template/tutorial-panel/components/tutorial-detail-view/styles.scoped.css +36 -32
- package/lib/internal/template/tutorial-panel/components/tutorial-detail-view/styles.selectors.js +20 -20
- package/lib/internal/template/tutorial-panel/components/tutorial-list/styles.css.js +18 -18
- package/lib/internal/template/tutorial-panel/components/tutorial-list/styles.scoped.css +47 -36
- package/lib/internal/template/tutorial-panel/components/tutorial-list/styles.selectors.js +18 -18
- package/lib/internal/template/tutorial-panel/styles.css.js +1 -1
- package/lib/internal/template/tutorial-panel/styles.scoped.css +4 -2
- package/lib/internal/template/tutorial-panel/styles.selectors.js +1 -1
- package/lib/internal/template/wizard/styles.css.js +32 -32
- package/lib/internal/template/wizard/styles.scoped.css +145 -117
- package/lib/internal/template/wizard/styles.selectors.js +32 -32
- package/package.json +1 -1
|
@@ -12,14 +12,19 @@
|
|
|
12
12
|
@include styles.styles-reset;
|
|
13
13
|
|
|
14
14
|
&.has-items:not(.no-padding) {
|
|
15
|
-
padding-
|
|
15
|
+
padding-block-start: awsui.$space-xs;
|
|
16
16
|
}
|
|
17
17
|
}
|
|
18
18
|
|
|
19
19
|
.dismiss-button {
|
|
20
|
-
margin: -1px
|
|
21
|
-
|
|
22
|
-
|
|
20
|
+
margin-block-start: -1px;
|
|
21
|
+
margin-block-end: 0;
|
|
22
|
+
margin-inline-start: awsui.$space-xxs;
|
|
23
|
+
margin-inline-end: -1px;
|
|
24
|
+
border-block: 1px solid transparent;
|
|
25
|
+
border-inline: 1px solid transparent;
|
|
26
|
+
padding-block: 0;
|
|
27
|
+
padding-inline: awsui.$space-xxs;
|
|
23
28
|
color: awsui.$color-text-button-inline-icon-default;
|
|
24
29
|
background-color: transparent;
|
|
25
30
|
|
|
@@ -39,26 +44,33 @@
|
|
|
39
44
|
}
|
|
40
45
|
|
|
41
46
|
.token {
|
|
42
|
-
|
|
47
|
+
block-size: 100%;
|
|
43
48
|
display: flex;
|
|
44
49
|
flex-direction: column;
|
|
45
50
|
gap: awsui.$space-xxs;
|
|
46
51
|
}
|
|
52
|
+
|
|
47
53
|
.token-box {
|
|
48
|
-
|
|
49
|
-
border: awsui.$border-field-width solid constants.$token-border-color;
|
|
50
|
-
|
|
51
|
-
|
|
54
|
+
block-size: 100%;
|
|
55
|
+
border-block: awsui.$border-field-width solid constants.$token-border-color;
|
|
56
|
+
border-inline: awsui.$border-field-width solid constants.$token-border-color;
|
|
57
|
+
padding-block-start: styles.$control-padding-vertical;
|
|
58
|
+
padding-block-end: styles.$control-padding-vertical;
|
|
59
|
+
padding-inline-start: styles.$control-padding-horizontal;
|
|
60
|
+
padding-inline-end: awsui.$space-xxs;
|
|
52
61
|
display: flex;
|
|
53
62
|
align-items: flex-start;
|
|
54
63
|
background: constants.$token-background;
|
|
55
|
-
border-radius: awsui.$border-radius-token;
|
|
64
|
+
border-start-start-radius: awsui.$border-radius-token;
|
|
65
|
+
border-start-end-radius: awsui.$border-radius-token;
|
|
66
|
+
border-end-start-radius: awsui.$border-radius-token;
|
|
67
|
+
border-end-end-radius: awsui.$border-radius-token;
|
|
56
68
|
color: awsui.$color-text-body-default;
|
|
57
69
|
box-sizing: border-box;
|
|
58
70
|
}
|
|
59
71
|
.token-box-error {
|
|
60
72
|
border-color: awsui.$color-border-status-error;
|
|
61
|
-
border-
|
|
73
|
+
border-inline-start-width: awsui.$border-invalid-width;
|
|
62
74
|
|
|
63
75
|
> .dismiss-button {
|
|
64
76
|
color: awsui.$color-text-interactive-default;
|
|
@@ -18,25 +18,29 @@
|
|
|
18
18
|
justify-content: space-between;
|
|
19
19
|
align-items: center;
|
|
20
20
|
box-sizing: border-box;
|
|
21
|
-
|
|
22
|
-
padding: 0
|
|
21
|
+
block-size: calc(#{awsui.$space-xxxl} + #{awsui.$space-scaled-m});
|
|
22
|
+
padding-block: 0;
|
|
23
|
+
padding-inline-start: awsui.$space-l;
|
|
24
|
+
padding-inline-end: 0;
|
|
23
25
|
}
|
|
24
26
|
|
|
25
27
|
&.medium > .padding-box,
|
|
26
28
|
&.narrow > .padding-box {
|
|
27
|
-
|
|
29
|
+
block-size: calc(#{awsui.$space-xxxl} + #{awsui.$space-scaled-xs});
|
|
28
30
|
}
|
|
29
31
|
|
|
30
32
|
&.narrow > .padding-box {
|
|
31
|
-
|
|
32
|
-
padding: 0
|
|
33
|
+
block-size: awsui.$space-xxxl;
|
|
34
|
+
padding-block: 0;
|
|
35
|
+
padding-inline-start: awsui.$space-xs;
|
|
36
|
+
padding-inline-end: 0;
|
|
33
37
|
}
|
|
34
38
|
}
|
|
35
39
|
|
|
36
40
|
.hidden {
|
|
37
41
|
@include styles.awsui-util-hide;
|
|
38
42
|
visibility: hidden;
|
|
39
|
-
|
|
43
|
+
inline-size: 9000px;
|
|
40
44
|
}
|
|
41
45
|
|
|
42
46
|
// Ensures that tabbable child elements are hidden to a11y software.
|
|
@@ -64,27 +68,27 @@
|
|
|
64
68
|
|
|
65
69
|
&.no-logo {
|
|
66
70
|
// Prevent responsiveness from completely hiding the title.
|
|
67
|
-
min-
|
|
71
|
+
min-inline-size: 100px;
|
|
68
72
|
}
|
|
69
73
|
}
|
|
70
74
|
|
|
71
75
|
.logo {
|
|
72
76
|
display: block;
|
|
73
|
-
max-
|
|
74
|
-
margin-
|
|
75
|
-
|
|
77
|
+
max-block-size: awsui.$space-xxl;
|
|
78
|
+
margin-inline-start: awsui.$space-s;
|
|
79
|
+
inline-size: auto;
|
|
76
80
|
|
|
77
81
|
// Setting an arbitrary min-width here discourages browser from lazy rendering
|
|
78
|
-
min-
|
|
82
|
+
min-inline-size: 10px;
|
|
79
83
|
|
|
80
84
|
&.narrow {
|
|
81
|
-
max-
|
|
85
|
+
max-block-size: awsui.$space-xl;
|
|
82
86
|
}
|
|
83
87
|
}
|
|
84
88
|
|
|
85
89
|
.title {
|
|
86
90
|
@include styles.font-heading-m;
|
|
87
|
-
margin-
|
|
91
|
+
margin-inline-start: awsui.$space-s;
|
|
88
92
|
white-space: nowrap;
|
|
89
93
|
overflow: hidden;
|
|
90
94
|
text-overflow: ellipsis;
|
|
@@ -96,19 +100,19 @@
|
|
|
96
100
|
|
|
97
101
|
.inputs {
|
|
98
102
|
flex: 1;
|
|
99
|
-
min-
|
|
103
|
+
min-inline-size: 0;
|
|
100
104
|
display: flex;
|
|
101
105
|
justify-content: center;
|
|
102
106
|
}
|
|
103
107
|
|
|
104
108
|
.search {
|
|
105
|
-
|
|
106
|
-
max-
|
|
107
|
-
padding-
|
|
109
|
+
inline-size: 100%;
|
|
110
|
+
max-inline-size: 340px;
|
|
111
|
+
padding-inline-start: awsui.$space-xxxl;
|
|
108
112
|
|
|
109
113
|
&-expanded {
|
|
110
|
-
max-
|
|
111
|
-
padding-
|
|
114
|
+
max-inline-size: none;
|
|
115
|
+
padding-inline-start: awsui.$space-s;
|
|
112
116
|
}
|
|
113
117
|
}
|
|
114
118
|
|
|
@@ -117,14 +121,14 @@
|
|
|
117
121
|
flex-shrink: 0;
|
|
118
122
|
flex-direction: row;
|
|
119
123
|
align-items: stretch;
|
|
120
|
-
padding-
|
|
124
|
+
padding-inline-start: awsui.$space-m;
|
|
121
125
|
|
|
122
126
|
// Expand height of utilies fully so that the dropdown is anchored directly underneath it.
|
|
123
|
-
|
|
127
|
+
block-size: 100%;
|
|
124
128
|
|
|
125
129
|
.medium > .padding-box > &,
|
|
126
130
|
.narrow > .padding-box > & {
|
|
127
|
-
padding-
|
|
131
|
+
padding-inline-start: 0;
|
|
128
132
|
}
|
|
129
133
|
}
|
|
130
134
|
|
|
@@ -139,16 +143,15 @@
|
|
|
139
143
|
position: absolute;
|
|
140
144
|
content: '';
|
|
141
145
|
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
bottom: awsui.$space-s;
|
|
146
|
+
inline-size: 1px;
|
|
147
|
+
inset-inline-end: 0;
|
|
148
|
+
inset-block: awsui.$space-s;
|
|
146
149
|
|
|
147
150
|
background: awsui.$color-border-divider-default;
|
|
148
151
|
}
|
|
149
152
|
|
|
150
153
|
&.utility-wrapper-last:not(.utility-type-button-primary-button) {
|
|
151
|
-
padding-
|
|
154
|
+
padding-inline-end: 0;
|
|
152
155
|
|
|
153
156
|
&::after {
|
|
154
157
|
display: none;
|
|
@@ -157,53 +160,54 @@
|
|
|
157
160
|
|
|
158
161
|
.medium > .padding-box > .utilities > &::after,
|
|
159
162
|
.narrow > .padding-box > .utilities > &::after {
|
|
160
|
-
|
|
161
|
-
bottom: awsui.$space-xs;
|
|
163
|
+
inset-block: awsui.$space-xs;
|
|
162
164
|
}
|
|
163
165
|
}
|
|
164
166
|
|
|
165
167
|
.utility-wrapper-last {
|
|
166
168
|
// Add appropriate space to the right for the last utility
|
|
167
|
-
margin-
|
|
169
|
+
margin-inline-end: awsui.$space-s;
|
|
168
170
|
|
|
169
171
|
&.utility-type-menu-dropdown {
|
|
170
172
|
// Remove the margin in case of a dropdown, because it's added as padding to the trigger.
|
|
171
173
|
// This makes sure that the dropdown trigger (and therefore the dropdown itself)
|
|
172
174
|
// will expand completely to the right edge of the top nav.
|
|
173
|
-
margin-
|
|
175
|
+
margin-inline-end: 0;
|
|
174
176
|
}
|
|
175
177
|
|
|
176
178
|
// Adjust spacing in the smaller variant
|
|
177
179
|
.narrow > .padding-box > .utilities > & {
|
|
178
|
-
margin-
|
|
180
|
+
margin-inline-end: 0;
|
|
179
181
|
|
|
180
182
|
&.utility-type-button-primary-button {
|
|
181
|
-
padding-
|
|
183
|
+
padding-inline-end: awsui.$space-l;
|
|
182
184
|
}
|
|
183
185
|
}
|
|
184
186
|
}
|
|
185
187
|
|
|
186
188
|
.utility-type-menu-dropdown {
|
|
187
|
-
padding: 0
|
|
189
|
+
padding-block: 0;
|
|
190
|
+
padding-inline: awsui.$space-s;
|
|
188
191
|
align-items: stretch;
|
|
189
192
|
}
|
|
190
193
|
|
|
191
194
|
.utility-type-button-link,
|
|
192
195
|
.utility-type-button-primary-button {
|
|
193
|
-
padding: 0
|
|
196
|
+
padding-block: 0;
|
|
197
|
+
padding-inline: awsui.$space-m;
|
|
194
198
|
}
|
|
195
199
|
|
|
196
200
|
.utility-type-button-primary-button {
|
|
197
201
|
// Hide dividers around primary buttons.
|
|
198
|
-
|
|
199
|
-
border-
|
|
202
|
+
inset-inline-start: -1px;
|
|
203
|
+
border-inline-start: 1px solid awsui.$color-background-container-content;
|
|
200
204
|
&::after {
|
|
201
205
|
display: none;
|
|
202
206
|
}
|
|
203
207
|
}
|
|
204
208
|
|
|
205
209
|
.utility-link-icon {
|
|
206
|
-
margin-
|
|
210
|
+
margin-inline-end: awsui.$space-xxs;
|
|
207
211
|
}
|
|
208
212
|
|
|
209
213
|
.utility-button-external-icon {
|
|
@@ -20,27 +20,27 @@
|
|
|
20
20
|
justify-content: space-between;
|
|
21
21
|
align-items: center;
|
|
22
22
|
box-sizing: border-box;
|
|
23
|
-
|
|
24
|
-
padding-
|
|
23
|
+
block-size: calc(#{awsui.$space-xxxl} + #{awsui.$space-scaled-m});
|
|
24
|
+
padding-inline-start: awsui.$space-xxl;
|
|
25
25
|
}
|
|
26
26
|
|
|
27
27
|
&.medium > .padding-box,
|
|
28
28
|
&.narrow > .padding-box {
|
|
29
|
-
padding-
|
|
29
|
+
padding-inline-start: awsui.$space-l;
|
|
30
30
|
}
|
|
31
31
|
|
|
32
32
|
&.medium > .padding-box {
|
|
33
|
-
|
|
34
|
-
padding-
|
|
33
|
+
block-size: calc(#{awsui.$space-xxxl} + #{awsui.$space-scaled-xs});
|
|
34
|
+
padding-inline-end: 0;
|
|
35
35
|
}
|
|
36
36
|
|
|
37
37
|
&.narrow > .padding-box {
|
|
38
|
-
|
|
38
|
+
block-size: awsui.$space-xxxl;
|
|
39
39
|
}
|
|
40
40
|
}
|
|
41
41
|
|
|
42
42
|
.virtual {
|
|
43
|
-
|
|
43
|
+
inline-size: 9000px;
|
|
44
44
|
}
|
|
45
45
|
|
|
46
46
|
.hidden {
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
}
|
|
58
58
|
|
|
59
59
|
.identity {
|
|
60
|
-
min-
|
|
60
|
+
min-inline-size: 0;
|
|
61
61
|
|
|
62
62
|
> .identity-link {
|
|
63
63
|
display: flex;
|
|
@@ -76,22 +76,22 @@
|
|
|
76
76
|
|
|
77
77
|
&.no-logo {
|
|
78
78
|
// Prevent responsiveness from completely hiding the title.
|
|
79
|
-
min-
|
|
79
|
+
min-inline-size: 100px;
|
|
80
80
|
}
|
|
81
81
|
}
|
|
82
82
|
|
|
83
83
|
.logo {
|
|
84
84
|
display: block;
|
|
85
|
-
max-
|
|
86
|
-
margin-
|
|
87
|
-
|
|
85
|
+
max-block-size: awsui.$space-xxl;
|
|
86
|
+
margin-inline-end: awsui.$space-s;
|
|
87
|
+
inline-size: auto;
|
|
88
88
|
flex-shrink: 0;
|
|
89
89
|
|
|
90
90
|
// Setting an arbitrary min-width here discourages browser from lazy rendering
|
|
91
|
-
min-
|
|
91
|
+
min-inline-size: 10px;
|
|
92
92
|
|
|
93
93
|
&.narrow {
|
|
94
|
-
max-
|
|
94
|
+
max-block-size: awsui.$space-xl;
|
|
95
95
|
}
|
|
96
96
|
}
|
|
97
97
|
|
|
@@ -109,16 +109,17 @@
|
|
|
109
109
|
.inputs {
|
|
110
110
|
display: flex;
|
|
111
111
|
flex: 1;
|
|
112
|
-
padding: 0
|
|
112
|
+
padding-block: 0;
|
|
113
|
+
padding-inline: awsui.$space-m;
|
|
113
114
|
justify-content: center;
|
|
114
115
|
}
|
|
115
116
|
|
|
116
117
|
.search {
|
|
117
|
-
|
|
118
|
-
max-
|
|
118
|
+
inline-size: 100%;
|
|
119
|
+
max-inline-size: 340px;
|
|
119
120
|
|
|
120
121
|
&-expanded {
|
|
121
|
-
max-
|
|
122
|
+
max-inline-size: none;
|
|
122
123
|
}
|
|
123
124
|
}
|
|
124
125
|
|
|
@@ -129,11 +130,11 @@
|
|
|
129
130
|
align-items: stretch;
|
|
130
131
|
|
|
131
132
|
// Expand height of utilies fully so that the dropdown is anchored directly underneath it.
|
|
132
|
-
|
|
133
|
+
block-size: 100%;
|
|
133
134
|
|
|
134
135
|
.medium > .padding-box > &,
|
|
135
136
|
.narrow > .padding-box > & {
|
|
136
|
-
padding-
|
|
137
|
+
padding-inline-start: 0;
|
|
137
138
|
}
|
|
138
139
|
}
|
|
139
140
|
|
|
@@ -142,17 +143,17 @@
|
|
|
142
143
|
position: relative;
|
|
143
144
|
flex-shrink: 0;
|
|
144
145
|
align-items: center;
|
|
145
|
-
padding: 0
|
|
146
|
+
padding-block: 0;
|
|
147
|
+
padding-inline: awsui.$space-m;
|
|
146
148
|
|
|
147
149
|
&::after {
|
|
148
150
|
display: block;
|
|
149
151
|
position: absolute;
|
|
150
152
|
content: '';
|
|
151
153
|
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
bottom: awsui.$space-s;
|
|
154
|
+
inline-size: 1px;
|
|
155
|
+
inset-inline-end: 0;
|
|
156
|
+
inset-block: awsui.$space-s;
|
|
156
157
|
|
|
157
158
|
background: awsui.$color-border-divider-default;
|
|
158
159
|
}
|
|
@@ -163,30 +164,32 @@
|
|
|
163
164
|
}
|
|
164
165
|
|
|
165
166
|
.utility-type-button-link {
|
|
166
|
-
padding: 0
|
|
167
|
+
padding-block: 0;
|
|
168
|
+
padding-inline: awsui.$space-l;
|
|
167
169
|
}
|
|
168
170
|
|
|
169
171
|
.utility-type-menu-dropdown {
|
|
170
|
-
padding: 0
|
|
172
|
+
padding-block: 0;
|
|
173
|
+
padding-inline: awsui.$space-s;
|
|
171
174
|
align-items: stretch;
|
|
172
175
|
|
|
173
176
|
&:not(.narrow):last-of-type,
|
|
174
177
|
&:not(.medium):last-of-type {
|
|
175
|
-
padding-
|
|
178
|
+
padding-inline-end: 0;
|
|
176
179
|
}
|
|
177
180
|
}
|
|
178
181
|
|
|
179
182
|
.utility-type-button-primary-button {
|
|
180
183
|
// Hide dividers around primary buttons.
|
|
181
|
-
|
|
182
|
-
border-
|
|
184
|
+
inset-inline-start: -1px;
|
|
185
|
+
border-inline-start: 1px solid awsui.$color-background-container-content;
|
|
183
186
|
&::after {
|
|
184
187
|
display: none;
|
|
185
188
|
}
|
|
186
189
|
}
|
|
187
190
|
|
|
188
191
|
.utility-link-icon {
|
|
189
|
-
margin-
|
|
192
|
+
margin-inline-start: awsui.$space-xxs;
|
|
190
193
|
}
|
|
191
194
|
|
|
192
195
|
.utility-button-external-icon {
|
|
@@ -194,43 +197,45 @@
|
|
|
194
197
|
}
|
|
195
198
|
|
|
196
199
|
.offset-right-none {
|
|
197
|
-
margin-
|
|
200
|
+
margin-inline-end: 0;
|
|
198
201
|
}
|
|
199
202
|
|
|
200
203
|
.offset-right-l {
|
|
201
|
-
margin-
|
|
204
|
+
margin-inline-end: awsui.$space-xxs;
|
|
202
205
|
}
|
|
203
206
|
|
|
204
207
|
.offset-right-xxl {
|
|
205
|
-
margin-
|
|
208
|
+
margin-inline-end: awsui.$space-m;
|
|
206
209
|
}
|
|
207
210
|
|
|
208
211
|
/* Overflow Menu */
|
|
209
212
|
.overflow-menu-drawer {
|
|
210
213
|
position: fixed;
|
|
211
|
-
|
|
212
|
-
|
|
214
|
+
block-size: 100%;
|
|
215
|
+
inline-size: 100%;
|
|
213
216
|
z-index: 1001;
|
|
214
217
|
}
|
|
215
218
|
|
|
216
219
|
.overflow-menu {
|
|
217
220
|
@include styles.styles-reset;
|
|
218
221
|
background: awsui.$color-background-container-content;
|
|
219
|
-
|
|
222
|
+
block-size: 100%;
|
|
220
223
|
}
|
|
221
224
|
|
|
222
225
|
.overflow-menu-header {
|
|
223
226
|
display: flex;
|
|
224
227
|
align-items: center;
|
|
225
|
-
min-
|
|
226
|
-
padding: awsui.$space-scaled-m;
|
|
227
|
-
|
|
228
|
+
min-block-size: awsui.$font-panel-header-line-height;
|
|
229
|
+
padding-block: awsui.$space-scaled-m;
|
|
230
|
+
padding-inline: awsui.$space-scaled-m;
|
|
231
|
+
border-block-end: awsui.$border-divider-section-width solid awsui.$color-border-divider-default;
|
|
228
232
|
|
|
229
233
|
&-text {
|
|
230
234
|
@include styles.font-panel-header;
|
|
231
235
|
color: awsui.$color-text-heading-default;
|
|
232
236
|
flex: 1;
|
|
233
|
-
margin: 0;
|
|
237
|
+
margin-block: 0;
|
|
238
|
+
margin-inline: 0;
|
|
234
239
|
text-align: center;
|
|
235
240
|
|
|
236
241
|
&--secondary {
|
|
@@ -256,13 +261,16 @@
|
|
|
256
261
|
.overflow-menu-control {
|
|
257
262
|
@include styles.styles-reset;
|
|
258
263
|
display: flex;
|
|
259
|
-
|
|
260
|
-
padding: 0;
|
|
264
|
+
inline-size: 100%;
|
|
265
|
+
padding-block: 0;
|
|
266
|
+
padding-inline: 0;
|
|
261
267
|
background: none;
|
|
262
|
-
border: none;
|
|
268
|
+
border-block: none;
|
|
269
|
+
border-inline: none;
|
|
263
270
|
|
|
264
271
|
.overflow-menu-list-item-utility > & {
|
|
265
|
-
padding: awsui.$space-scaled-m;
|
|
272
|
+
padding-block: awsui.$space-scaled-m;
|
|
273
|
+
padding-inline: awsui.$space-scaled-m;
|
|
266
274
|
}
|
|
267
275
|
|
|
268
276
|
&:hover {
|
|
@@ -292,11 +300,14 @@
|
|
|
292
300
|
|
|
293
301
|
.overflow-menu-list {
|
|
294
302
|
list-style: none;
|
|
295
|
-
margin: 0;
|
|
296
|
-
|
|
303
|
+
margin-block: 0;
|
|
304
|
+
margin-inline: 0;
|
|
305
|
+
padding-block: 0;
|
|
306
|
+
padding-inline: 0;
|
|
297
307
|
|
|
298
308
|
&-submenu {
|
|
299
|
-
margin: awsui.$space-scaled-xxs
|
|
309
|
+
margin-block: awsui.$space-scaled-xxs;
|
|
310
|
+
margin-inline: 0;
|
|
300
311
|
}
|
|
301
312
|
}
|
|
302
313
|
|
|
@@ -305,7 +316,7 @@
|
|
|
305
316
|
letter-spacing: awsui.$font-button-letter-spacing;
|
|
306
317
|
|
|
307
318
|
&-icon {
|
|
308
|
-
margin-
|
|
319
|
+
margin-inline-end: awsui.$space-xxs;
|
|
309
320
|
}
|
|
310
321
|
|
|
311
322
|
&-text {
|
|
@@ -314,22 +325,24 @@
|
|
|
314
325
|
|
|
315
326
|
&-utility {
|
|
316
327
|
@include styles.font-button;
|
|
317
|
-
border-
|
|
328
|
+
border-block-end: awsui.$border-divider-section-width solid awsui.$color-border-divider-default;
|
|
318
329
|
}
|
|
319
330
|
|
|
320
331
|
&-submenu {
|
|
321
|
-
border-
|
|
322
|
-
border-
|
|
323
|
-
padding: awsui.$space-scaled-xxs
|
|
332
|
+
border-block-start: awsui.$border-divider-section-width solid transparent;
|
|
333
|
+
border-block-end: awsui.$border-divider-section-width solid transparent;
|
|
334
|
+
padding-block: awsui.$space-scaled-xxs;
|
|
335
|
+
padding-inline: awsui.$space-scaled-l;
|
|
324
336
|
}
|
|
325
337
|
|
|
326
338
|
&-dropdown-menu {
|
|
327
|
-
padding: awsui.$space-scaled-xxs
|
|
339
|
+
padding-block: awsui.$space-scaled-xxs;
|
|
340
|
+
padding-inline: awsui.$space-scaled-s;
|
|
328
341
|
}
|
|
329
342
|
|
|
330
343
|
&-expandable {
|
|
331
|
-
border-
|
|
332
|
-
border-
|
|
344
|
+
border-block-start-color: awsui.$color-border-divider-default;
|
|
345
|
+
border-block-end-color: awsui.$color-border-divider-default;
|
|
333
346
|
}
|
|
334
347
|
}
|
|
335
348
|
|
|
@@ -8,29 +8,31 @@
|
|
|
8
8
|
|
|
9
9
|
.tutorial-list {
|
|
10
10
|
@include styles.styles-reset;
|
|
11
|
-
padding: 0;
|
|
12
|
-
|
|
11
|
+
padding-block: 0;
|
|
12
|
+
padding-inline: 0;
|
|
13
|
+
margin-block: 0;
|
|
14
|
+
margin-inline: 0;
|
|
13
15
|
}
|
|
14
16
|
|
|
15
17
|
.tutorial-title {
|
|
16
18
|
display: flex;
|
|
17
19
|
align-items: flex-start;
|
|
18
|
-
margin-
|
|
19
|
-
padding-
|
|
20
|
+
margin-inline-start: calc(-1 * #{awsui.$space-xxs});
|
|
21
|
+
padding-block-end: awsui.$space-xxxs;
|
|
20
22
|
}
|
|
21
23
|
|
|
22
24
|
.task {
|
|
23
25
|
list-style: none;
|
|
24
|
-
padding-
|
|
26
|
+
padding-block-start: 0;
|
|
25
27
|
&:not(:first-child) {
|
|
26
|
-
margin-
|
|
28
|
+
margin-block-start: awsui.$space-xl;
|
|
27
29
|
}
|
|
28
30
|
}
|
|
29
31
|
|
|
30
32
|
.task-title {
|
|
31
33
|
display: flex;
|
|
32
34
|
align-items: flex-start;
|
|
33
|
-
padding-
|
|
35
|
+
padding-inline-start: awsui.$border-divider-section-width;
|
|
34
36
|
@include styles.font(heading-s);
|
|
35
37
|
|
|
36
38
|
&--status {
|
|
@@ -62,20 +64,22 @@
|
|
|
62
64
|
}
|
|
63
65
|
|
|
64
66
|
.divider {
|
|
65
|
-
border-
|
|
67
|
+
border-block-end: awsui.$border-divider-section-width solid awsui.$color-border-divider-default;
|
|
66
68
|
}
|
|
67
69
|
|
|
68
70
|
.step-list {
|
|
69
71
|
list-style: none;
|
|
70
|
-
padding: 0
|
|
72
|
+
padding-block: 0;
|
|
73
|
+
padding-inline-start: awsui.$space-xxxs;
|
|
74
|
+
padding-inline-end: 0;
|
|
71
75
|
}
|
|
72
76
|
|
|
73
77
|
.step:not(:first-child) {
|
|
74
|
-
padding-
|
|
78
|
+
padding-block-start: awsui.$space-xxs;
|
|
75
79
|
}
|
|
76
80
|
|
|
77
81
|
.expandable-section-wrapper {
|
|
78
|
-
|
|
82
|
+
inline-size: 100%;
|
|
79
83
|
}
|
|
80
84
|
|
|
81
85
|
.expandable-section-header {
|
|
@@ -11,19 +11,26 @@
|
|
|
11
11
|
|
|
12
12
|
.tutorial-list {
|
|
13
13
|
@include styles.styles-reset;
|
|
14
|
-
padding: 0;
|
|
15
|
-
|
|
14
|
+
padding-block: 0;
|
|
15
|
+
padding-inline: 0;
|
|
16
|
+
margin-block: 0;
|
|
17
|
+
margin-inline: 0;
|
|
16
18
|
}
|
|
17
19
|
|
|
18
20
|
.tutorial-box {
|
|
19
21
|
@include styles.styles-reset;
|
|
20
22
|
list-style: none;
|
|
21
|
-
border: awsui.$border-divider-section-width solid awsui.$color-border-tutorial;
|
|
22
|
-
border-
|
|
23
|
-
|
|
23
|
+
border-block: awsui.$border-divider-section-width solid awsui.$color-border-tutorial;
|
|
24
|
+
border-inline: awsui.$border-divider-section-width solid awsui.$color-border-tutorial;
|
|
25
|
+
border-start-start-radius: awsui.$border-radius-tutorial-panel-item;
|
|
26
|
+
border-start-end-radius: awsui.$border-radius-tutorial-panel-item;
|
|
27
|
+
border-end-start-radius: awsui.$border-radius-tutorial-panel-item;
|
|
28
|
+
border-end-end-radius: awsui.$border-radius-tutorial-panel-item;
|
|
29
|
+
padding-block: awsui.$space-m;
|
|
30
|
+
padding-inline: awsui.$space-m;
|
|
24
31
|
|
|
25
32
|
&:not(:first-child) {
|
|
26
|
-
margin-
|
|
33
|
+
margin-block-start: awsui.$space-l;
|
|
27
34
|
}
|
|
28
35
|
}
|
|
29
36
|
|
|
@@ -47,7 +54,7 @@
|
|
|
47
54
|
|
|
48
55
|
.expandable-section {
|
|
49
56
|
display: none;
|
|
50
|
-
margin-
|
|
57
|
+
margin-block-start: awsui.$space-m;
|
|
51
58
|
|
|
52
59
|
&.expanded {
|
|
53
60
|
display: block;
|
|
@@ -55,7 +62,8 @@
|
|
|
55
62
|
}
|
|
56
63
|
|
|
57
64
|
.button-wrapper {
|
|
58
|
-
margin: calc(-1 * #{awsui.$space-xxs} - #{styles.$control-border-width});
|
|
65
|
+
margin-block: calc(-1 * #{awsui.$space-xxs} - #{styles.$control-border-width});
|
|
66
|
+
margin-inline: calc(-1 * #{awsui.$space-xxs} - #{styles.$control-border-width});
|
|
59
67
|
}
|
|
60
68
|
|
|
61
69
|
.start {
|