@cloudscape-design/components 3.0.23 → 3.0.26
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/alert/styles.scoped.css +0 -34
- package/annotation-context/annotation/styles.scoped.css +0 -18
- package/app-layout/content-wrapper/styles.scoped.css +0 -4
- package/app-layout/mobile-toolbar/styles.scoped.css +0 -9
- package/app-layout/styles.scoped.css +0 -20
- package/app-layout/toggles/styles.scoped.css +0 -16
- package/app-layout/visual-refresh/styles.scoped.css +0 -71
- package/area-chart/styles.scoped.css +0 -13
- package/attribute-editor/styles.scoped.css +0 -23
- package/badge/styles.scoped.css +0 -15
- package/bar-chart/interfaces.d.ts +1 -1
- package/bar-chart/interfaces.d.ts.map +1 -1
- package/bar-chart/interfaces.js.map +1 -1
- package/box/styles.scoped.css +0 -171
- package/breadcrumb-group/item/styles.scoped.css +0 -11
- package/breadcrumb-group/styles.scoped.css +0 -10
- package/button/styles.scoped.css +0 -264
- package/button-dropdown/category-elements/styles.scoped.css +0 -26
- package/button-dropdown/item-element/styles.scoped.css +0 -22
- package/button-dropdown/mobile-expandable-group/styles.scoped.css +0 -5
- package/button-dropdown/styles.scoped.css +0 -7
- package/cards/styles.scoped.css +0 -45
- package/checkbox/styles.scoped.css +0 -11
- package/code-editor/styles.scoped.css +0 -87
- package/collection-preferences/styles.scoped.css +0 -12
- package/column-layout/styles.scoped.css +0 -12
- package/container/styles.scoped.css +0 -27
- package/date-picker/styles.scoped.css +0 -45
- package/date-range-picker/calendar/grids/day/styles.scoped.css +0 -45
- package/date-range-picker/index.d.ts.map +1 -1
- package/date-range-picker/index.js +13 -15
- package/date-range-picker/index.js.map +1 -1
- package/date-range-picker/relative-range/styles.scoped.css +0 -3
- package/date-range-picker/styles.css.js +41 -42
- package/date-range-picker/styles.scoped.css +49 -92
- package/date-range-picker/styles.selectors.js +41 -42
- package/expandable-section/styles.scoped.css +0 -33
- package/flashbar/styles.scoped.css +0 -36
- package/form/styles.scoped.css +0 -12
- package/form-field/styles.scoped.css +0 -26
- package/grid/styles.scoped.css +0 -6
- package/header/styles.scoped.css +0 -51
- package/help-panel/styles.scoped.css +0 -73
- package/hotspot/styles.scoped.css +0 -3
- package/icon/styles.scoped.css +0 -33
- package/input/styles.scoped.css +0 -49
- package/internal/base-component/styles.scoped.css +0 -1
- package/internal/components/abstract-switch/styles.scoped.css +0 -7
- package/internal/components/button-trigger/styles.scoped.css +0 -42
- package/internal/components/cartesian-chart/styles.scoped.css +0 -10
- package/internal/components/chart-filter/styles.scoped.css +0 -4
- package/internal/components/chart-legend/styles.scoped.css +0 -8
- package/internal/components/chart-plot/styles.scoped.css +0 -1
- package/internal/components/chart-popover/styles.scoped.css +0 -4
- package/internal/components/chart-series-details/styles.scoped.css +0 -12
- package/internal/components/chart-series-marker/styles.scoped.css +0 -7
- package/internal/components/chart-status-container/styles.scoped.css +0 -1
- package/internal/components/checkbox-icon/styles.scoped.css +0 -10
- package/internal/components/content-layout/styles.scoped.css +0 -5
- package/internal/components/dark-ribbon/styles.scoped.css +0 -1
- package/internal/components/dropdown/styles.scoped.css +0 -17
- package/internal/components/dropdown-footer/styles.scoped.css +0 -6
- package/internal/components/dropdown-status/styles.scoped.css +0 -6
- package/internal/components/filtering-token/styles.scoped.css +0 -21
- package/internal/components/menu-dropdown/styles.scoped.css +0 -17
- package/internal/components/option/styles.scoped.css +0 -16
- package/internal/components/options-list/styles.scoped.css +0 -5
- package/internal/components/selectable-item/styles.scoped.css +0 -44
- package/internal/environment.js +1 -1
- package/line-chart/interfaces.d.ts +1 -1
- package/line-chart/interfaces.d.ts.map +1 -1
- package/line-chart/interfaces.js.map +1 -1
- package/link/styles.scoped.css +0 -77
- package/mixed-line-bar-chart/bar-series.d.ts +1 -1
- package/mixed-line-bar-chart/bar-series.d.ts.map +1 -1
- package/mixed-line-bar-chart/bar-series.js.map +1 -1
- package/mixed-line-bar-chart/chart-container.d.ts.map +1 -1
- package/mixed-line-bar-chart/chart-container.js +9 -10
- package/mixed-line-bar-chart/chart-container.js.map +1 -1
- package/mixed-line-bar-chart/chart-filters.d.ts +2 -2
- package/mixed-line-bar-chart/chart-filters.d.ts.map +1 -1
- package/mixed-line-bar-chart/chart-filters.js +1 -2
- package/mixed-line-bar-chart/chart-filters.js.map +1 -1
- package/mixed-line-bar-chart/chart-legend.d.ts +2 -2
- package/mixed-line-bar-chart/chart-legend.d.ts.map +1 -1
- package/mixed-line-bar-chart/chart-legend.js +1 -2
- package/mixed-line-bar-chart/chart-legend.js.map +1 -1
- package/mixed-line-bar-chart/domain.d.ts +4 -0
- package/mixed-line-bar-chart/domain.d.ts.map +1 -0
- package/mixed-line-bar-chart/domain.js +138 -0
- package/mixed-line-bar-chart/domain.js.map +1 -0
- package/mixed-line-bar-chart/format-highlighted.d.ts +2 -4
- package/mixed-line-bar-chart/format-highlighted.d.ts.map +1 -1
- package/mixed-line-bar-chart/format-highlighted.js +26 -15
- package/mixed-line-bar-chart/format-highlighted.js.map +1 -1
- package/mixed-line-bar-chart/hooks/use-mouse-hover.d.ts.map +1 -1
- package/mixed-line-bar-chart/hooks/use-mouse-hover.js +3 -2
- package/mixed-line-bar-chart/hooks/use-mouse-hover.js.map +1 -1
- package/mixed-line-bar-chart/hooks/use-navigation.d.ts.map +1 -1
- package/mixed-line-bar-chart/hooks/use-navigation.js +23 -35
- package/mixed-line-bar-chart/hooks/use-navigation.js.map +1 -1
- package/mixed-line-bar-chart/interfaces.d.ts +12 -2
- package/mixed-line-bar-chart/interfaces.d.ts.map +1 -1
- package/mixed-line-bar-chart/interfaces.js.map +1 -1
- package/mixed-line-bar-chart/internal.d.ts.map +1 -1
- package/mixed-line-bar-chart/internal.js +14 -6
- package/mixed-line-bar-chart/internal.js.map +1 -1
- package/mixed-line-bar-chart/line-series.d.ts +2 -2
- package/mixed-line-bar-chart/line-series.d.ts.map +1 -1
- package/mixed-line-bar-chart/line-series.js +21 -9
- package/mixed-line-bar-chart/line-series.js.map +1 -1
- package/mixed-line-bar-chart/make-scaled-bar-groups.d.ts.map +1 -1
- package/mixed-line-bar-chart/make-scaled-bar-groups.js +11 -4
- package/mixed-line-bar-chart/make-scaled-bar-groups.js.map +1 -1
- package/mixed-line-bar-chart/make-scaled-series.d.ts +2 -4
- package/mixed-line-bar-chart/make-scaled-series.d.ts.map +1 -1
- package/mixed-line-bar-chart/make-scaled-series.js +89 -25
- package/mixed-line-bar-chart/make-scaled-series.js.map +1 -1
- package/mixed-line-bar-chart/styles.scoped.css +0 -13
- package/mixed-line-bar-chart/utils.d.ts +5 -6
- package/mixed-line-bar-chart/utils.d.ts.map +1 -1
- package/mixed-line-bar-chart/utils.js +11 -112
- package/mixed-line-bar-chart/utils.js.map +1 -1
- package/modal/styles.scoped.css +0 -31
- package/multiselect/styles.scoped.css +0 -4
- package/package.json +1 -1
- package/pagination/styles.scoped.css +0 -22
- package/pie-chart/styles.scoped.css +0 -25
- package/popover/styles.scoped.css +0 -35
- package/progress-bar/styles.scoped.css +0 -25
- package/property-filter/styles.scoped.css +0 -22
- package/radio-group/styles.scoped.css +0 -22
- package/s3-resource-selector/s3-in-context/styles.scoped.css +0 -6
- package/segmented-control/styles.scoped.css +0 -36
- package/select/parts/styles.scoped.css +0 -6
- package/select/styles.scoped.css +0 -4
- package/side-navigation/styles.scoped.css +0 -38
- package/space-between/styles.scoped.css +0 -40
- package/spinner/styles.scoped.css +0 -17
- package/split-panel/styles.scoped.css +0 -65
- package/status-indicator/styles.scoped.css +0 -20
- package/table/body-cell/styles.scoped.css +0 -29
- package/table/header-cell/styles.scoped.css +0 -32
- package/table/resizer/styles.scoped.css +0 -6
- package/table/selection-control/styles.scoped.css +0 -3
- package/table/styles.scoped.css +0 -39
- package/table/use-selection.d.ts.map +1 -1
- package/table/use-selection.js +5 -5
- package/table/use-selection.js.map +1 -1
- package/tabs/styles.scoped.css +0 -41
- package/tag-editor/styles.scoped.css +0 -12
- package/text-content/styles.scoped.css +0 -54
- package/text-filter/styles.scoped.css +0 -7
- package/textarea/styles.scoped.css +0 -30
- package/tiles/styles.scoped.css +0 -55
- package/toggle/styles.scoped.css +0 -14
- package/token-group/styles.scoped.css +0 -35
- package/top-navigation/1.0-beta/styles.scoped.css +0 -40
- package/top-navigation/styles.scoped.css +0 -75
- package/tutorial-panel/components/tutorial-detail-view/styles.scoped.css +0 -22
- package/tutorial-panel/components/tutorial-list/styles.scoped.css +0 -24
- package/tutorial-panel/styles.scoped.css +0 -5
- package/wizard/styles.scoped.css +0 -54
|
@@ -95,7 +95,6 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
95
95
|
SPDX-License-Identifier: Apache-2.0
|
|
96
96
|
*/
|
|
97
97
|
.awsui_segment__path_1edmh_19evm_97:not(#\9) {
|
|
98
|
-
transition: opacity 90ms linear;
|
|
99
98
|
transition: opacity var(--motion-duration-transition-quick-x85tae, 90ms) var(--motion-easing-transition-quick-lukbd8, linear);
|
|
100
99
|
}
|
|
101
100
|
@media (prefers-reduced-motion: reduce) {
|
|
@@ -110,7 +109,6 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
110
109
|
}
|
|
111
110
|
|
|
112
111
|
.awsui_segment_1edmh_19evm_97:not(#\9) {
|
|
113
|
-
transition: opacity 90ms linear;
|
|
114
112
|
transition: opacity var(--motion-duration-transition-quick-x85tae, 90ms) var(--motion-easing-transition-quick-lukbd8, linear);
|
|
115
113
|
}
|
|
116
114
|
@media (prefers-reduced-motion: reduce) {
|
|
@@ -124,7 +122,6 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
124
122
|
transition: none;
|
|
125
123
|
}
|
|
126
124
|
.awsui_segment_1edmh_19evm_97 > .awsui_segment__hover_1edmh_19evm_124:not(#\9) {
|
|
127
|
-
transition: opacity 90ms linear;
|
|
128
125
|
transition: opacity var(--motion-duration-transition-quick-x85tae, 90ms) var(--motion-easing-transition-quick-lukbd8, linear);
|
|
129
126
|
}
|
|
130
127
|
@media (prefers-reduced-motion: reduce) {
|
|
@@ -139,7 +136,6 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
139
136
|
}
|
|
140
137
|
|
|
141
138
|
.awsui_label_1edmh_19evm_138:not(#\9) {
|
|
142
|
-
transition: opacity 90ms linear;
|
|
143
139
|
transition: opacity var(--motion-duration-transition-quick-x85tae, 90ms) var(--motion-easing-transition-quick-lukbd8, linear);
|
|
144
140
|
}
|
|
145
141
|
@media (prefers-reduced-motion: reduce) {
|
|
@@ -187,14 +183,10 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
187
183
|
widows: 2;
|
|
188
184
|
word-spacing: normal;
|
|
189
185
|
box-sizing: border-box;
|
|
190
|
-
font-size: 14px;
|
|
191
186
|
font-size: var(--font-body-m-size-sregvd, 14px);
|
|
192
|
-
line-height: 22px;
|
|
193
187
|
line-height: var(--font-body-m-line-height-i7xxvv, 22px);
|
|
194
|
-
color: #000716;
|
|
195
188
|
color: var(--color-text-body-default-ajf1h5, #000716);
|
|
196
189
|
font-weight: 400;
|
|
197
|
-
font-family: "Open Sans", "Helvetica Neue", Roboto, Arial, sans-serif;
|
|
198
190
|
font-family: var(--font-family-base-qnistn, "Open Sans", "Helvetica Neue", Roboto, Arial, sans-serif);
|
|
199
191
|
display: block;
|
|
200
192
|
}
|
|
@@ -214,35 +206,27 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
214
206
|
align-items: center;
|
|
215
207
|
}
|
|
216
208
|
.awsui_content_1edmh_19evm_176.awsui_content--small_1edmh_19evm_182:not(#\9) {
|
|
217
|
-
min-height: calc(2 * (50px + 8px + calc(2 * 22px)));
|
|
218
209
|
min-height: calc(2 * (50px + var(--space-xs-rsr2qu, 8px) + calc(2 * var(--font-body-m-line-height-i7xxvv, 22px))));
|
|
219
210
|
}
|
|
220
211
|
.awsui_content_1edmh_19evm_176.awsui_content--small_1edmh_19evm_182.awsui_content--without-labels_1edmh_19evm_185:not(#\9) {
|
|
221
|
-
min-height: calc(2 * (50px + 8px));
|
|
222
212
|
min-height: calc(2 * (50px + var(--space-xs-rsr2qu, 8px)));
|
|
223
213
|
}
|
|
224
214
|
.awsui_content_1edmh_19evm_176.awsui_content--medium_1edmh_19evm_188:not(#\9) {
|
|
225
|
-
min-height: calc(2 * (100px + 12px + calc(2 * 22px)));
|
|
226
215
|
min-height: calc(2 * (100px + var(--space-s-hv8c1d, 12px) + calc(2 * var(--font-body-m-line-height-i7xxvv, 22px))));
|
|
227
216
|
}
|
|
228
217
|
.awsui_content_1edmh_19evm_176.awsui_content--medium_1edmh_19evm_188.awsui_content--without-labels_1edmh_19evm_185:not(#\9) {
|
|
229
|
-
min-height: calc(2 * (100px + 12px));
|
|
230
218
|
min-height: calc(2 * (100px + var(--space-s-hv8c1d, 12px)));
|
|
231
219
|
}
|
|
232
220
|
.awsui_content_1edmh_19evm_176.awsui_content--large_1edmh_19evm_194:not(#\9) {
|
|
233
|
-
min-height: calc(2 * (140px + 12px + calc(2 * 22px)));
|
|
234
221
|
min-height: calc(2 * (140px + var(--space-s-hv8c1d, 12px) + calc(2 * var(--font-body-m-line-height-i7xxvv, 22px))));
|
|
235
222
|
}
|
|
236
223
|
.awsui_content_1edmh_19evm_176.awsui_content--large_1edmh_19evm_194.awsui_content--without-labels_1edmh_19evm_185:not(#\9) {
|
|
237
|
-
min-height: calc(2 * (140px + 12px));
|
|
238
224
|
min-height: calc(2 * (140px + var(--space-s-hv8c1d, 12px)));
|
|
239
225
|
}
|
|
240
226
|
.awsui_content_1edmh_19evm_176.awsui_content--reserve-filter_1edmh_19evm_200:not(#\9) {
|
|
241
|
-
margin-top: calc(2 * 22px);
|
|
242
227
|
margin-top: calc(2 * var(--font-body-m-line-height-i7xxvv, 22px));
|
|
243
228
|
}
|
|
244
229
|
.awsui_content_1edmh_19evm_176.awsui_content--reserve-legend_1edmh_19evm_203:not(#\9) {
|
|
245
|
-
margin-bottom: calc(2 * 22px);
|
|
246
230
|
margin-bottom: calc(2 * var(--font-body-m-line-height-i7xxvv, 22px));
|
|
247
231
|
}
|
|
248
232
|
|
|
@@ -275,7 +259,6 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
275
259
|
}
|
|
276
260
|
|
|
277
261
|
.awsui_segment_1edmh_19evm_97:not(#\9) {
|
|
278
|
-
stroke: #ffffff;
|
|
279
262
|
stroke: var(--color-background-container-content-i8i4a0, #ffffff);
|
|
280
263
|
stroke-width: 2px;
|
|
281
264
|
stroke-linejoin: round;
|
|
@@ -293,16 +276,13 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
293
276
|
}
|
|
294
277
|
|
|
295
278
|
.awsui_label_1edmh_19evm_138:not(#\9) {
|
|
296
|
-
color: #000716;
|
|
297
279
|
color: var(--color-text-heading-default-jopz0f, #000716);
|
|
298
280
|
opacity: 1;
|
|
299
281
|
/* stylelint-disable-next-line selector-max-type */
|
|
300
282
|
/* stylelint-disable-next-line selector-max-type */
|
|
301
283
|
}
|
|
302
284
|
.awsui_label_1edmh_19evm_138 > line:not(#\9) {
|
|
303
|
-
stroke: #7d8998;
|
|
304
285
|
stroke: var(--color-border-control-default-m3lmsh, #7d8998);
|
|
305
|
-
stroke-width: 2px;
|
|
306
286
|
stroke-width: var(--border-divider-section-width-4wm2it, 2px);
|
|
307
287
|
}
|
|
308
288
|
.awsui_label_1edmh_19evm_138 > div:not(#\9) {
|
|
@@ -320,20 +300,15 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
320
300
|
|
|
321
301
|
/* stylelint-disable-next-line selector-max-type */
|
|
322
302
|
.awsui_label-text_1edmh_19evm_276 > text:not(#\9) {
|
|
323
|
-
font-weight: 700;
|
|
324
303
|
font-weight: var(--font-display-label-weight-m18hjh, 700);
|
|
325
|
-
fill: #000716;
|
|
326
304
|
fill: var(--color-text-heading-default-jopz0f, #000716);
|
|
327
305
|
dominant-baseline: middle;
|
|
328
306
|
}
|
|
329
307
|
|
|
330
308
|
text.awsui_label__description_1edmh_19evm_282:not(#\9) {
|
|
331
|
-
font-size: 12px;
|
|
332
309
|
font-size: var(--font-chart-detail-size-pm0amk, 12px);
|
|
333
310
|
font-weight: 400;
|
|
334
|
-
color: #414d5c;
|
|
335
311
|
color: var(--color-text-group-label-w9to2i, #414d5c);
|
|
336
|
-
fill: #414d5c;
|
|
337
312
|
fill: var(--color-text-group-label-w9to2i, #414d5c);
|
|
338
313
|
}
|
|
339
314
|
|
|
@@ -208,7 +208,6 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
208
208
|
transform-origin: 0 100%;
|
|
209
209
|
}
|
|
210
210
|
.awsui_arrow-outer_xjuzf_jcb5h_189:not(#\9)::after {
|
|
211
|
-
background-color: #9ba7b6;
|
|
212
211
|
background-color: var(--color-border-popover-5pygk7, #9ba7b6);
|
|
213
212
|
}
|
|
214
213
|
.awsui_arrow-inner_xjuzf_jcb5h_189:not(#\9) {
|
|
@@ -216,23 +215,18 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
216
215
|
}
|
|
217
216
|
.awsui_arrow-inner_xjuzf_jcb5h_189:not(#\9)::after {
|
|
218
217
|
border-radius: 1px 0 0 0;
|
|
219
|
-
background-color: #ffffff;
|
|
220
218
|
background-color: var(--color-background-popover-mn5o9k, #ffffff);
|
|
221
219
|
}
|
|
222
220
|
.awsui_arrow-position-right-top_xjuzf_jcb5h_220 > .awsui_arrow-outer_xjuzf_jcb5h_189:not(#\9)::after, .awsui_arrow-position-right-bottom_xjuzf_jcb5h_220 > .awsui_arrow-outer_xjuzf_jcb5h_189:not(#\9)::after {
|
|
223
|
-
box-shadow: -0.71px 0.71px 4px -2px rgba(0, 7, 22, 0.12);
|
|
224
221
|
box-shadow: -0.71px 0.71px 4px -2px var(--color-shadow-default-3se70f, rgba(0, 7, 22, 0.12));
|
|
225
222
|
}
|
|
226
223
|
.awsui_arrow-position-left-top_xjuzf_jcb5h_223 > .awsui_arrow-outer_xjuzf_jcb5h_189:not(#\9)::after, .awsui_arrow-position-left-bottom_xjuzf_jcb5h_223 > .awsui_arrow-outer_xjuzf_jcb5h_189:not(#\9)::after {
|
|
227
|
-
box-shadow: 0.71px -0.71px 4px -2px rgba(0, 7, 22, 0.12);
|
|
228
224
|
box-shadow: 0.71px -0.71px 4px -2px var(--color-shadow-default-3se70f, rgba(0, 7, 22, 0.12));
|
|
229
225
|
}
|
|
230
226
|
.awsui_arrow-position-top-center_xjuzf_jcb5h_226 > .awsui_arrow-outer_xjuzf_jcb5h_189:not(#\9)::after, .awsui_arrow-position-top-right_xjuzf_jcb5h_226 > .awsui_arrow-outer_xjuzf_jcb5h_189:not(#\9)::after, .awsui_arrow-position-top-left_xjuzf_jcb5h_226 > .awsui_arrow-outer_xjuzf_jcb5h_189:not(#\9)::after, .awsui_arrow-position-top-responsive_xjuzf_jcb5h_226 > .awsui_arrow-outer_xjuzf_jcb5h_189:not(#\9)::after {
|
|
231
|
-
box-shadow: -0.71px -0.71px 4px -2px rgba(0, 7, 22, 0.12);
|
|
232
227
|
box-shadow: -0.71px -0.71px 4px -2px var(--color-shadow-default-3se70f, rgba(0, 7, 22, 0.12));
|
|
233
228
|
}
|
|
234
229
|
.awsui_arrow-position-bottom-center_xjuzf_jcb5h_229 > .awsui_arrow-outer_xjuzf_jcb5h_189:not(#\9)::after, .awsui_arrow-position-bottom-right_xjuzf_jcb5h_229 > .awsui_arrow-outer_xjuzf_jcb5h_189:not(#\9)::after, .awsui_arrow-position-bottom-left_xjuzf_jcb5h_229 > .awsui_arrow-outer_xjuzf_jcb5h_189:not(#\9)::after, .awsui_arrow-position-bottom-responsive_xjuzf_jcb5h_229 > .awsui_arrow-outer_xjuzf_jcb5h_189:not(#\9)::after {
|
|
235
|
-
box-shadow: 0.71px 0.71px 4px -2px rgba(0, 7, 22, 0.12);
|
|
236
230
|
box-shadow: 0.71px 0.71px 4px -2px var(--color-shadow-default-3se70f, rgba(0, 7, 22, 0.12));
|
|
237
231
|
}
|
|
238
232
|
|
|
@@ -358,28 +352,19 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
358
352
|
widows: 2;
|
|
359
353
|
word-spacing: normal;
|
|
360
354
|
box-sizing: border-box;
|
|
361
|
-
font-size: 14px;
|
|
362
355
|
font-size: var(--font-body-m-size-sregvd, 14px);
|
|
363
|
-
line-height: 22px;
|
|
364
356
|
line-height: var(--font-body-m-line-height-i7xxvv, 22px);
|
|
365
|
-
color: #000716;
|
|
366
357
|
color: var(--color-text-body-default-ajf1h5, #000716);
|
|
367
358
|
font-weight: 400;
|
|
368
|
-
font-family: "Open Sans", "Helvetica Neue", Roboto, Arial, sans-serif;
|
|
369
359
|
font-family: var(--font-family-base-qnistn, "Open Sans", "Helvetica Neue", Roboto, Arial, sans-serif);
|
|
370
360
|
word-wrap: break-word;
|
|
371
361
|
max-width: 100%;
|
|
372
362
|
overflow: hidden;
|
|
373
363
|
box-sizing: border-box;
|
|
374
|
-
border-radius: 8px;
|
|
375
364
|
border-radius: var(--border-radius-popover-8g1bwn, 8px);
|
|
376
|
-
padding: 12px 16px;
|
|
377
365
|
padding: var(--space-s-hv8c1d, 12px) var(--space-m-17eucw, 16px);
|
|
378
|
-
background-color: #ffffff;
|
|
379
366
|
background-color: var(--color-background-popover-mn5o9k, #ffffff);
|
|
380
|
-
box-shadow: 0px 4px 20px 1px rgba(0, 7, 22, 0.1);
|
|
381
367
|
box-shadow: var(--shadow-popover-kzy6rd, 0px 4px 20px 1px rgba(0, 7, 22, 0.1));
|
|
382
|
-
border: 2px solid #9ba7b6;
|
|
383
368
|
border: var(--border-field-width-idlekx, 2px) solid var(--color-border-popover-5pygk7, #9ba7b6);
|
|
384
369
|
}
|
|
385
370
|
.awsui_body-overflow-visible_xjuzf_jcb5h_344:not(#\9) {
|
|
@@ -387,9 +372,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
387
372
|
}
|
|
388
373
|
|
|
389
374
|
.awsui_variant-annotation_xjuzf_jcb5h_348:not(#\9) {
|
|
390
|
-
background-color: #f2f8fd;
|
|
391
375
|
background-color: var(--color-background-status-info-usb30e, #f2f8fd);
|
|
392
|
-
border-color: #0972d3;
|
|
393
376
|
border-color: var(--color-border-status-info-546i7i, #0972d3);
|
|
394
377
|
}
|
|
395
378
|
|
|
@@ -420,7 +403,6 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
420
403
|
}
|
|
421
404
|
|
|
422
405
|
.awsui_dismiss_xjuzf_jcb5h_379:not(#\9) {
|
|
423
|
-
margin: calc(-1 * (4px + 2px)) calc(-1 * (4px + 2px));
|
|
424
406
|
margin: calc(-1 * (var(--space-scaled-xxs-95dhkm, 4px) + var(--border-field-width-idlekx, 2px))) calc(-1 * (var(--space-xxs-ynfts5, 4px) + var(--border-field-width-idlekx, 2px)));
|
|
425
407
|
margin-left: 0;
|
|
426
408
|
flex: 0 0 auto;
|
|
@@ -432,7 +414,6 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
432
414
|
}
|
|
433
415
|
|
|
434
416
|
.awsui_header-row_xjuzf_jcb5h_390:not(#\9) {
|
|
435
|
-
margin-bottom: 8px;
|
|
436
417
|
margin-bottom: var(--space-xs-rsr2qu, 8px);
|
|
437
418
|
}
|
|
438
419
|
|
|
@@ -440,22 +421,16 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
440
421
|
word-wrap: break-word;
|
|
441
422
|
max-width: 100%;
|
|
442
423
|
overflow: hidden;
|
|
443
|
-
font-size: 14px;
|
|
444
424
|
font-size: var(--font-heading-xs-size-fryxro, 14px);
|
|
445
|
-
line-height: 18px;
|
|
446
425
|
line-height: var(--font-heading-xs-line-height-5x131j, 18px);
|
|
447
|
-
font-weight: 800;
|
|
448
426
|
font-weight: var(--font-heading-xs-weight-wwznty, 800);
|
|
449
427
|
flex: 1 1 auto;
|
|
450
428
|
/* stylelint-disable selector-max-type */
|
|
451
429
|
/* stylelint-enable selector-max-type */
|
|
452
430
|
}
|
|
453
431
|
.awsui_header_xjuzf_jcb5h_390 > h2:not(#\9) {
|
|
454
|
-
font-size: 14px;
|
|
455
432
|
font-size: var(--font-heading-xs-size-fryxro, 14px);
|
|
456
|
-
line-height: 18px;
|
|
457
433
|
line-height: var(--font-heading-xs-line-height-5x131j, 18px);
|
|
458
|
-
font-weight: 800;
|
|
459
434
|
font-weight: var(--font-heading-xs-weight-wwznty, 800);
|
|
460
435
|
display: inline;
|
|
461
436
|
}
|
|
@@ -464,7 +439,6 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
464
439
|
word-wrap: break-word;
|
|
465
440
|
max-width: 100%;
|
|
466
441
|
overflow: hidden;
|
|
467
|
-
color: #414d5c;
|
|
468
442
|
color: var(--color-text-body-secondary-fdstdf, #414d5c);
|
|
469
443
|
flex: 1 1 auto;
|
|
470
444
|
}
|
|
@@ -638,7 +612,6 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
638
612
|
SPDX-License-Identifier: Apache-2.0
|
|
639
613
|
*/
|
|
640
614
|
.awsui_container_xjuzf_jcb5h_431:not(#\9) {
|
|
641
|
-
animation: awsui_awsui-motion-fade-in_xjuzf_jcb5h_1 180ms ease-out;
|
|
642
615
|
animation: awsui_awsui-motion-fade-in_xjuzf_jcb5h_1 var(--motion-duration-show-paced-7wspqf, 180ms) var(--motion-easing-show-paced-wj4ybn, ease-out);
|
|
643
616
|
}
|
|
644
617
|
@keyframes awsui_awsui-motion-fade-in_xjuzf_jcb5h_1 {
|
|
@@ -660,7 +633,6 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
660
633
|
transition: none;
|
|
661
634
|
}
|
|
662
635
|
.awsui_container_xjuzf_jcb5h_431.awsui_refresh_xjuzf_jcb5h_609:not(#\9) {
|
|
663
|
-
animation: awsui_awsui-motion-fade-in_xjuzf_jcb5h_1 115ms cubic-bezier(0, 0, 0, 1);
|
|
664
636
|
animation: awsui_awsui-motion-fade-in_xjuzf_jcb5h_1 var(--motion-duration-refresh-only-fast-addxjd, 115ms) var(--motion-easing-refresh-only-a-sy0g8m, cubic-bezier(0, 0, 0, 1));
|
|
665
637
|
}
|
|
666
638
|
@keyframes awsui_awsui-motion-fade-in_xjuzf_jcb5h_1 {
|
|
@@ -712,14 +684,10 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
712
684
|
widows: 2;
|
|
713
685
|
word-spacing: normal;
|
|
714
686
|
box-sizing: border-box;
|
|
715
|
-
font-size: 14px;
|
|
716
687
|
font-size: var(--font-body-m-size-sregvd, 14px);
|
|
717
|
-
line-height: 22px;
|
|
718
688
|
line-height: var(--font-body-m-line-height-i7xxvv, 22px);
|
|
719
|
-
color: #000716;
|
|
720
689
|
color: var(--color-text-body-default-ajf1h5, #000716);
|
|
721
690
|
font-weight: 400;
|
|
722
|
-
font-family: "Open Sans", "Helvetica Neue", Roboto, Arial, sans-serif;
|
|
723
691
|
font-family: var(--font-family-base-qnistn, "Open Sans", "Helvetica Neue", Roboto, Arial, sans-serif);
|
|
724
692
|
color: inherit;
|
|
725
693
|
}
|
|
@@ -737,7 +705,6 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
737
705
|
padding: 0;
|
|
738
706
|
background-color: transparent;
|
|
739
707
|
cursor: pointer;
|
|
740
|
-
border-bottom: 1px dashed currentColor;
|
|
741
708
|
border-bottom: var(--border-divider-list-width-hacikr, 1px) dashed currentColor;
|
|
742
709
|
}
|
|
743
710
|
.awsui_trigger-type-text_xjuzf_jcb5h_650:not(#\9):focus {
|
|
@@ -758,9 +725,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
758
725
|
top: calc(-1 * 1px);
|
|
759
726
|
width: calc(100% + 2 * 1px);
|
|
760
727
|
height: calc(100% + 2 * 1px);
|
|
761
|
-
border-radius: 4px;
|
|
762
728
|
border-radius: var(--border-radius-control-default-focus-ring-7661kz, 4px);
|
|
763
|
-
box-shadow: 0 0 0 2px #0972d3;
|
|
764
729
|
box-shadow: 0 0 0 2px var(--color-border-item-focused-ap3b6s, #0972d3);
|
|
765
730
|
}
|
|
766
731
|
.awsui_trigger-type-text_xjuzf_jcb5h_650 > .awsui_trigger-inner-text_xjuzf_jcb5h_679:not(#\9) {
|
|
@@ -183,8 +183,6 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
183
183
|
SPDX-License-Identifier: Apache-2.0
|
|
184
184
|
*/
|
|
185
185
|
.awsui_progress_11huc_kp8rg_185:not(#\9)::-webkit-progress-value {
|
|
186
|
-
-webkit-transition: width 135ms linear;
|
|
187
|
-
transition: width 135ms linear;
|
|
188
186
|
-webkit-transition: width var(--motion-duration-moderate-vgx1te, 135ms) linear;
|
|
189
187
|
transition: width var(--motion-duration-moderate-vgx1te, 135ms) linear;
|
|
190
188
|
}
|
|
@@ -202,7 +200,6 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
202
200
|
}
|
|
203
201
|
|
|
204
202
|
.awsui_result-state_11huc_kp8rg_199:not(#\9) {
|
|
205
|
-
animation: awsui_awsui-motion-fade-in_11huc_kp8rg_1 180ms ease-out;
|
|
206
203
|
animation: awsui_awsui-motion-fade-in_11huc_kp8rg_1 var(--motion-duration-transition-show-paced-ai4wlf, 180ms) var(--motion-easing-transition-show-paced-bg1hyg, ease-out);
|
|
207
204
|
}
|
|
208
205
|
@keyframes awsui_awsui-motion-fade-in_11huc_kp8rg_1 {
|
|
@@ -254,19 +251,14 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
254
251
|
widows: 2;
|
|
255
252
|
word-spacing: normal;
|
|
256
253
|
box-sizing: border-box;
|
|
257
|
-
font-size: 14px;
|
|
258
254
|
font-size: var(--font-body-m-size-sregvd, 14px);
|
|
259
|
-
line-height: 22px;
|
|
260
255
|
line-height: var(--font-body-m-line-height-i7xxvv, 22px);
|
|
261
|
-
color: #000716;
|
|
262
256
|
color: var(--color-text-body-default-ajf1h5, #000716);
|
|
263
257
|
font-weight: 400;
|
|
264
|
-
font-family: "Open Sans", "Helvetica Neue", Roboto, Arial, sans-serif;
|
|
265
258
|
font-family: var(--font-family-base-qnistn, "Open Sans", "Helvetica Neue", Roboto, Arial, sans-serif);
|
|
266
259
|
}
|
|
267
260
|
|
|
268
261
|
.awsui_with-result-button_11huc_kp8rg_232:not(#\9) {
|
|
269
|
-
padding-right: 16px;
|
|
270
262
|
padding-right: var(--space-m-17eucw, 16px);
|
|
271
263
|
}
|
|
272
264
|
|
|
@@ -280,7 +272,6 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
280
272
|
|
|
281
273
|
.awsui_result-button_11huc_kp8rg_244:not(#\9) {
|
|
282
274
|
display: inline-block;
|
|
283
|
-
margin: 4px 0;
|
|
284
275
|
margin: var(--space-scaled-xxs-95dhkm, 4px) 0;
|
|
285
276
|
}
|
|
286
277
|
|
|
@@ -295,11 +286,8 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
295
286
|
font-weight: 700;
|
|
296
287
|
}
|
|
297
288
|
.awsui_label-key-value_11huc_kp8rg_259:not(#\9) {
|
|
298
|
-
font-weight: 700;
|
|
299
289
|
font-weight: var(--font-display-label-weight-m18hjh, 700);
|
|
300
|
-
color: #000716;
|
|
301
290
|
color: var(--color-text-label-gxskdy, #000716);
|
|
302
|
-
margin-bottom: 2px;
|
|
303
291
|
margin-bottom: var(--space-scaled-xxxs-b6dm8t, 2px);
|
|
304
292
|
}
|
|
305
293
|
|
|
@@ -311,7 +299,6 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
311
299
|
display: flex;
|
|
312
300
|
align-items: center;
|
|
313
301
|
max-width: 800px;
|
|
314
|
-
height: 22px;
|
|
315
302
|
height: var(--font-body-m-line-height-i7xxvv, 22px);
|
|
316
303
|
}
|
|
317
304
|
|
|
@@ -320,11 +307,8 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
320
307
|
flex-shrink: 0;
|
|
321
308
|
white-space: nowrap;
|
|
322
309
|
text-align: right;
|
|
323
|
-
font-size: 12px;
|
|
324
310
|
font-size: var(--font-body-s-size-ukw2p9, 12px);
|
|
325
|
-
line-height: 16px;
|
|
326
311
|
line-height: var(--font-body-s-line-height-kdsbrl, 16px);
|
|
327
|
-
letter-spacing: 0.005em;
|
|
328
312
|
letter-spacing: var(--font-body-s-letter-spacing-cy0oxj, 0.005em);
|
|
329
313
|
}
|
|
330
314
|
|
|
@@ -334,14 +318,12 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
334
318
|
|
|
335
319
|
.awsui_progress_11huc_kp8rg_185:not(#\9) {
|
|
336
320
|
width: 100%;
|
|
337
|
-
margin-right: 12px;
|
|
338
321
|
margin-right: var(--space-s-hv8c1d, 12px);
|
|
339
322
|
min-width: 0;
|
|
340
323
|
height: 4px;
|
|
341
324
|
border: 0 none;
|
|
342
325
|
box-sizing: border-box;
|
|
343
326
|
border-radius: 10px;
|
|
344
|
-
background-color: #e9ebed;
|
|
345
327
|
background-color: var(--color-background-progress-bar-layout-default-9xbpym, #e9ebed);
|
|
346
328
|
}
|
|
347
329
|
.awsui_progress_11huc_kp8rg_185:not(#\9)::-webkit-progress-bar {
|
|
@@ -349,12 +331,10 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
349
331
|
border: 0 none;
|
|
350
332
|
box-sizing: border-box;
|
|
351
333
|
border-radius: 10px;
|
|
352
|
-
background-color: #e9ebed;
|
|
353
334
|
background-color: var(--color-background-progress-bar-layout-default-9xbpym, #e9ebed);
|
|
354
335
|
}
|
|
355
336
|
.awsui_progress_11huc_kp8rg_185:not(#\9)::-webkit-progress-value {
|
|
356
337
|
border-radius: 10px 0px 0px 10px;
|
|
357
|
-
background-color: #0972d3;
|
|
358
338
|
background-color: var(--color-background-progress-bar-content-default-r4tyyh, #0972d3);
|
|
359
339
|
}
|
|
360
340
|
.awsui_progress_11huc_kp8rg_185.awsui_complete_11huc_kp8rg_311:not(#\9)::-webkit-progress-value {
|
|
@@ -362,7 +342,6 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
362
342
|
}
|
|
363
343
|
.awsui_progress_11huc_kp8rg_185:not(#\9)::-moz-progress-bar {
|
|
364
344
|
border-radius: 10px 0px 0px 10px;
|
|
365
|
-
background-color: #0972d3;
|
|
366
345
|
background-color: var(--color-background-progress-bar-content-default-r4tyyh, #0972d3);
|
|
367
346
|
}
|
|
368
347
|
.awsui_progress_11huc_kp8rg_185:not(#\9)::-ms-fill {
|
|
@@ -374,19 +353,15 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
374
353
|
border-radius: 10px;
|
|
375
354
|
}
|
|
376
355
|
.awsui_progress_11huc_kp8rg_185.awsui_progress-in-flash_11huc_kp8rg_326:not(#\9) {
|
|
377
|
-
background-color: rgba(255, 255, 255, 0.25);
|
|
378
356
|
background-color: var(--color-background-progress-bar-layout-in-flash-phmfak, rgba(255, 255, 255, 0.25));
|
|
379
357
|
}
|
|
380
358
|
.awsui_progress_11huc_kp8rg_185.awsui_progress-in-flash_11huc_kp8rg_326:not(#\9)::-webkit-progress-bar {
|
|
381
|
-
background-color: rgba(255, 255, 255, 0.25);
|
|
382
359
|
background-color: var(--color-background-progress-bar-layout-in-flash-phmfak, rgba(255, 255, 255, 0.25));
|
|
383
360
|
}
|
|
384
361
|
.awsui_progress_11huc_kp8rg_185.awsui_progress-in-flash_11huc_kp8rg_326:not(#\9)::-webkit-progress-value {
|
|
385
|
-
background-color: #ffffff;
|
|
386
362
|
background-color: var(--color-background-progress-bar-content-in-flash-37g8fy, #ffffff);
|
|
387
363
|
}
|
|
388
364
|
.awsui_progress_11huc_kp8rg_185.awsui_progress-in-flash_11huc_kp8rg_326:not(#\9)::-moz-progress-bar {
|
|
389
|
-
background-color: #ffffff;
|
|
390
365
|
background-color: var(--color-background-progress-bar-content-in-flash-37g8fy, #ffffff);
|
|
391
366
|
}
|
|
392
367
|
.awsui_progress_11huc_kp8rg_185.awsui_progress-in-flash_11huc_kp8rg_326:not(#\9)::-ms-fill {
|
|
@@ -120,21 +120,16 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
120
120
|
widows: 2;
|
|
121
121
|
word-spacing: normal;
|
|
122
122
|
box-sizing: border-box;
|
|
123
|
-
font-size: 14px;
|
|
124
123
|
font-size: var(--font-body-m-size-sregvd, 14px);
|
|
125
|
-
line-height: 22px;
|
|
126
124
|
line-height: var(--font-body-m-line-height-i7xxvv, 22px);
|
|
127
|
-
color: #000716;
|
|
128
125
|
color: var(--color-text-body-default-ajf1h5, #000716);
|
|
129
126
|
font-weight: 400;
|
|
130
|
-
font-family: "Open Sans", "Helvetica Neue", Roboto, Arial, sans-serif;
|
|
131
127
|
font-family: var(--font-family-base-qnistn, "Open Sans", "Helvetica Neue", Roboto, Arial, sans-serif);
|
|
132
128
|
}
|
|
133
129
|
|
|
134
130
|
.awsui_search-field_1wzqe_5ev6f_104:not(#\9) {
|
|
135
131
|
display: flex;
|
|
136
132
|
align-items: center;
|
|
137
|
-
max-width: calc(688px - 2 * 20px);
|
|
138
133
|
max-width: calc(688px - 2 * var(--space-l-4vl6xu, 20px));
|
|
139
134
|
}
|
|
140
135
|
|
|
@@ -143,17 +138,13 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
143
138
|
}
|
|
144
139
|
|
|
145
140
|
.awsui_add-token_1wzqe_5ev6f_114:not(#\9) {
|
|
146
|
-
border-left: 1px solid #e9ebed;
|
|
147
141
|
border-left: 1px solid var(--color-border-divider-default-7s2wjw, #e9ebed);
|
|
148
142
|
box-sizing: border-box;
|
|
149
|
-
margin-left: 16px;
|
|
150
143
|
margin-left: var(--space-m-17eucw, 16px);
|
|
151
|
-
padding-left: 16px;
|
|
152
144
|
padding-left: var(--space-m-17eucw, 16px);
|
|
153
145
|
}
|
|
154
146
|
|
|
155
147
|
.awsui_tokens_1wzqe_5ev6f_121:not(#\9) {
|
|
156
|
-
margin-top: 8px;
|
|
157
148
|
margin-top: var(--space-xs-rsr2qu, 8px);
|
|
158
149
|
}
|
|
159
150
|
|
|
@@ -162,7 +153,6 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
162
153
|
}
|
|
163
154
|
|
|
164
155
|
.awsui_token-editor_1wzqe_5ev6f_129:not(#\9) {
|
|
165
|
-
margin: 4px;
|
|
166
156
|
margin: var(--space-xxs-ynfts5, 4px);
|
|
167
157
|
min-width: 300px;
|
|
168
158
|
display: flex;
|
|
@@ -182,22 +172,18 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
182
172
|
.awsui_token-editor-field_1wzqe_5ev6f_146:not(#\9) {
|
|
183
173
|
width: 200px;
|
|
184
174
|
flex-shrink: 0;
|
|
185
|
-
margin-left: 24px;
|
|
186
175
|
margin-left: var(--space-xl-a39hup, 24px);
|
|
187
176
|
}
|
|
188
177
|
.awsui_token-editor-actions_1wzqe_5ev6f_151:not(#\9) {
|
|
189
178
|
display: flex;
|
|
190
179
|
justify-content: flex-end;
|
|
191
|
-
margin-top: 24px;
|
|
192
180
|
margin-top: var(--space-scaled-xl-w2t504, 24px);
|
|
193
181
|
}
|
|
194
182
|
.awsui_token-editor-commit_1wzqe_5ev6f_156:not(#\9) {
|
|
195
|
-
margin-left: 8px;
|
|
196
183
|
margin-left: var(--space-xs-rsr2qu, 8px);
|
|
197
184
|
}
|
|
198
185
|
|
|
199
186
|
.awsui_custom-control_1wzqe_5ev6f_160:not(#\9) {
|
|
200
|
-
margin-right: 12px;
|
|
201
187
|
margin-right: var(--space-s-hv8c1d, 12px);
|
|
202
188
|
}
|
|
203
189
|
|
|
@@ -206,31 +192,24 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
206
192
|
}
|
|
207
193
|
|
|
208
194
|
.awsui_results_1wzqe_5ev6f_168:not(#\9) {
|
|
209
|
-
color: #000716;
|
|
210
195
|
color: var(--color-text-form-label-k3j0b4, #000716);
|
|
211
196
|
display: inline-block;
|
|
212
197
|
box-sizing: border-box;
|
|
213
198
|
white-space: nowrap;
|
|
214
199
|
}
|
|
215
200
|
.awsui_results-visible_1wzqe_5ev6f_174:not(#\9) {
|
|
216
|
-
padding-left: 12px;
|
|
217
201
|
padding-left: var(--space-s-hv8c1d, 12px);
|
|
218
202
|
}
|
|
219
203
|
|
|
220
204
|
.awsui_separator_1wzqe_5ev6f_178:not(#\9) {
|
|
221
|
-
margin: 0px 16px;
|
|
222
205
|
margin: 0px var(--space-scaled-m-pv0fmt, 16px);
|
|
223
206
|
height: 100%;
|
|
224
|
-
width: 2px;
|
|
225
207
|
width: var(--border-divider-section-width-4wm2it, 2px);
|
|
226
|
-
background-color: #e9ebed;
|
|
227
208
|
background-color: var(--color-border-divider-default-7s2wjw, #e9ebed);
|
|
228
209
|
}
|
|
229
210
|
|
|
230
211
|
.awsui_toggle-collapsed_1wzqe_5ev6f_185:not(#\9) {
|
|
231
|
-
margin-top: calc(-1 * 4px);
|
|
232
212
|
margin-top: calc(-1 * var(--space-scaled-xxs-95dhkm, 4px));
|
|
233
|
-
margin-left: 8px;
|
|
234
213
|
margin-left: var(--space-xs-rsr2qu, 8px);
|
|
235
214
|
}
|
|
236
215
|
|
|
@@ -241,7 +220,6 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
241
220
|
}
|
|
242
221
|
|
|
243
222
|
.awsui_token-editor-cancel_1wzqe_5ev6f_196:not(#\9) {
|
|
244
|
-
margin-right: 8px;
|
|
245
223
|
margin-right: var(--space-xs-rsr2qu, 8px);
|
|
246
224
|
}
|
|
247
225
|
|
|
@@ -120,14 +120,10 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
120
120
|
widows: 2;
|
|
121
121
|
word-spacing: normal;
|
|
122
122
|
box-sizing: border-box;
|
|
123
|
-
font-size: 14px;
|
|
124
123
|
font-size: var(--font-body-m-size-sregvd, 14px);
|
|
125
|
-
line-height: 22px;
|
|
126
124
|
line-height: var(--font-body-m-line-height-i7xxvv, 22px);
|
|
127
|
-
color: #000716;
|
|
128
125
|
color: var(--color-text-body-default-ajf1h5, #000716);
|
|
129
126
|
font-weight: 400;
|
|
130
|
-
font-family: "Open Sans", "Helvetica Neue", Roboto, Arial, sans-serif;
|
|
131
127
|
font-family: var(--font-family-base-qnistn, "Open Sans", "Helvetica Neue", Roboto, Arial, sans-serif);
|
|
132
128
|
display: block;
|
|
133
129
|
}
|
|
@@ -137,25 +133,18 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
137
133
|
}
|
|
138
134
|
|
|
139
135
|
.awsui_radio_1mabk_6gh4j_105 + .awsui_radio_1mabk_6gh4j_105:not(#\9) {
|
|
140
|
-
margin-top: 4px;
|
|
141
136
|
margin-top: var(--space-scaled-xxs-95dhkm, 4px);
|
|
142
137
|
}
|
|
143
138
|
|
|
144
139
|
.awsui_radio--has-description_1mabk_6gh4j_113 + .awsui_radio_1mabk_6gh4j_105:not(#\9) {
|
|
145
|
-
margin-top: 8px;
|
|
146
140
|
margin-top: var(--space-scaled-xs-6859qs, 8px);
|
|
147
141
|
}
|
|
148
142
|
|
|
149
143
|
.awsui_radio-control_1mabk_6gh4j_117:not(#\9) {
|
|
150
|
-
margin-top: calc((22px - 16px) / 2);
|
|
151
144
|
margin-top: calc((var(--font-body-m-line-height-i7xxvv, 22px) - var(--size-control-n9i4yo, 16px)) / 2);
|
|
152
|
-
min-height: 16px;
|
|
153
145
|
min-height: var(--size-control-n9i4yo, 16px);
|
|
154
|
-
min-width: 16px;
|
|
155
146
|
min-width: var(--size-control-n9i4yo, 16px);
|
|
156
|
-
height: 16px;
|
|
157
147
|
height: var(--size-control-n9i4yo, 16px);
|
|
158
|
-
width: 16px;
|
|
159
148
|
width: var(--size-control-n9i4yo, 16px);
|
|
160
149
|
}
|
|
161
150
|
|
|
@@ -177,41 +166,30 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
177
166
|
top: calc(-1 * 2px);
|
|
178
167
|
width: calc(100% + 2 * 2px);
|
|
179
168
|
height: calc(100% + 2 * 2px);
|
|
180
|
-
border-radius: 4px;
|
|
181
169
|
border-radius: var(--border-radius-control-circular-focus-ring-qawzn7, 4px);
|
|
182
|
-
box-shadow: 0 0 0 2px #0972d3;
|
|
183
170
|
box-shadow: 0 0 0 2px var(--color-border-item-focused-ap3b6s, #0972d3);
|
|
184
171
|
}
|
|
185
172
|
|
|
186
173
|
.awsui_styled-circle-border_1mabk_6gh4j_147:not(#\9) {
|
|
187
|
-
stroke: #7d8998;
|
|
188
174
|
stroke: var(--color-border-control-default-m3lmsh, #7d8998);
|
|
189
|
-
fill: #ffffff;
|
|
190
175
|
fill: var(--color-background-control-default-4pa05r, #ffffff);
|
|
191
176
|
}
|
|
192
177
|
.awsui_styled-circle-border_1mabk_6gh4j_147.awsui_styled-circle-disabled_1mabk_6gh4j_151:not(#\9) {
|
|
193
|
-
fill: #d1d5db;
|
|
194
178
|
fill: var(--color-background-control-disabled-zplipy, #d1d5db);
|
|
195
|
-
stroke: #d1d5db;
|
|
196
179
|
stroke: var(--color-background-control-disabled-zplipy, #d1d5db);
|
|
197
180
|
}
|
|
198
181
|
|
|
199
182
|
.awsui_styled-circle-fill_1mabk_6gh4j_156:not(#\9) {
|
|
200
|
-
stroke: #0972d3;
|
|
201
183
|
stroke: var(--color-background-control-checked-9admlu, #0972d3);
|
|
202
|
-
fill: #ffffff;
|
|
203
184
|
fill: var(--color-foreground-control-default-7ajdem, #ffffff);
|
|
204
185
|
opacity: 0;
|
|
205
|
-
transition: opacity 90ms linear;
|
|
206
186
|
transition: opacity var(--motion-duration-transition-quick-x85tae, 90ms) var(--motion-easing-transition-quick-lukbd8, linear);
|
|
207
187
|
}
|
|
208
188
|
.awsui_styled-circle-fill_1mabk_6gh4j_156.awsui_styled-circle-checked_1mabk_6gh4j_162:not(#\9) {
|
|
209
189
|
opacity: 1;
|
|
210
190
|
}
|
|
211
191
|
.awsui_styled-circle-fill_1mabk_6gh4j_156.awsui_styled-circle-disabled_1mabk_6gh4j_151:not(#\9) {
|
|
212
|
-
fill: #ffffff;
|
|
213
192
|
fill: var(--color-foreground-control-disabled-v6a97u, #ffffff);
|
|
214
|
-
stroke: #d1d5db;
|
|
215
193
|
stroke: var(--color-background-control-disabled-zplipy, #d1d5db);
|
|
216
194
|
}
|
|
217
195
|
@media (prefers-reduced-motion: reduce) {
|
|
@@ -22,12 +22,10 @@
|
|
|
22
22
|
display: flex;
|
|
23
23
|
flex-wrap: wrap;
|
|
24
24
|
align-items: flex-end;
|
|
25
|
-
margin: calc(-1 * 8px);
|
|
26
25
|
margin: calc(-1 * var(--space-xs-rsr2qu, 8px));
|
|
27
26
|
/* stylelint-disable selector-max-universal */
|
|
28
27
|
}
|
|
29
28
|
.awsui_layout_1vtzr_7zub1_21 > *:not(#\9) {
|
|
30
|
-
margin: 8px;
|
|
31
29
|
margin: var(--space-xs-rsr2qu, 8px);
|
|
32
30
|
}
|
|
33
31
|
.awsui_layout-uri_1vtzr_7zub1_31:not(#\9) {
|
|
@@ -40,12 +38,8 @@
|
|
|
40
38
|
width: 20%;
|
|
41
39
|
}
|
|
42
40
|
.awsui_layout-divider_1vtzr_7zub1_40:not(#\9) {
|
|
43
|
-
height: calc(
|
|
44
|
-
2 * 2px + 2 * 4px + 22px
|
|
45
|
-
);
|
|
46
41
|
height: calc(
|
|
47
42
|
2 * var(--border-divider-section-width-4wm2it, 2px) + 2 * var(--space-scaled-xxs-95dhkm, 4px) + var(--font-body-m-line-height-i7xxvv, 22px)
|
|
48
43
|
);
|
|
49
|
-
border-left: 2px solid #e9ebed;
|
|
50
44
|
border-left: var(--border-divider-section-width-4wm2it, 2px) solid var(--color-border-divider-default-7s2wjw, #e9ebed);
|
|
51
45
|
}
|