@cloudscape-design/components-themeable 3.0.1344 → 3.0.1345
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/app-layout/constants.scss +0 -3
- package/lib/internal/scss/app-layout/visual-refresh-toolbar/drawer/styles.scss +2 -0
- package/lib/internal/scss/app-layout/visual-refresh-toolbar/navigation/styles.scss +1 -1
- package/lib/internal/scss/app-layout/visual-refresh-toolbar/skeleton/styles.scss +1 -1
- package/lib/internal/scss/expandable-section/styles.scss +102 -14
- package/lib/internal/scss/flashbar/collapsible.scss +1 -1
- package/lib/internal/scss/internal/generated/custom-css-properties/index.scss +1 -1
- package/lib/internal/scss/internal/styles/motion/mixins.scss +9 -0
- package/lib/internal/scss/side-navigation/styles.scss +420 -40
- package/lib/internal/template/app-layout/visual-refresh-toolbar/drawer/styles.css.js +32 -32
- package/lib/internal/template/app-layout/visual-refresh-toolbar/drawer/styles.scoped.css +90 -87
- package/lib/internal/template/app-layout/visual-refresh-toolbar/drawer/styles.selectors.js +32 -32
- package/lib/internal/template/app-layout/visual-refresh-toolbar/navigation/styles.css.js +6 -6
- package/lib/internal/template/app-layout/visual-refresh-toolbar/navigation/styles.scoped.css +11 -11
- package/lib/internal/template/app-layout/visual-refresh-toolbar/navigation/styles.selectors.js +6 -6
- package/lib/internal/template/app-layout/visual-refresh-toolbar/skeleton/styles.css.js +30 -30
- package/lib/internal/template/app-layout/visual-refresh-toolbar/skeleton/styles.scoped.css +60 -60
- package/lib/internal/template/app-layout/visual-refresh-toolbar/skeleton/styles.selectors.js +30 -30
- package/lib/internal/template/app-layout-toolbar/index.d.ts.map +1 -1
- package/lib/internal/template/app-layout-toolbar/index.js +1 -0
- package/lib/internal/template/app-layout-toolbar/index.js.map +1 -1
- package/lib/internal/template/expandable-section/expandable-section-container.d.ts +1 -2
- package/lib/internal/template/expandable-section/expandable-section-container.d.ts.map +1 -1
- package/lib/internal/template/expandable-section/expandable-section-container.js +2 -2
- package/lib/internal/template/expandable-section/expandable-section-container.js.map +1 -1
- package/lib/internal/template/expandable-section/expandable-section-header.d.ts +2 -1
- package/lib/internal/template/expandable-section/expandable-section-header.d.ts.map +1 -1
- package/lib/internal/template/expandable-section/expandable-section-header.js +4 -4
- package/lib/internal/template/expandable-section/expandable-section-header.js.map +1 -1
- package/lib/internal/template/expandable-section/internal.d.ts +8 -3
- package/lib/internal/template/expandable-section/internal.d.ts.map +1 -1
- package/lib/internal/template/expandable-section/internal.js +24 -10
- package/lib/internal/template/expandable-section/internal.js.map +1 -1
- package/lib/internal/template/expandable-section/styles.css.js +43 -42
- package/lib/internal/template/expandable-section/styles.scoped.css +198 -143
- package/lib/internal/template/expandable-section/styles.selectors.js +43 -42
- package/lib/internal/template/flashbar/styles.css.js +50 -50
- package/lib/internal/template/flashbar/styles.scoped.css +153 -153
- package/lib/internal/template/flashbar/styles.selectors.js +50 -50
- package/lib/internal/template/internal/base-component/styles.scoped.css +19 -9
- package/lib/internal/template/internal/components/transition/index.d.ts +6 -6
- package/lib/internal/template/internal/components/transition/index.d.ts.map +1 -1
- package/lib/internal/template/internal/components/transition/index.js +4 -4
- package/lib/internal/template/internal/components/transition/index.js.map +1 -1
- package/lib/internal/template/internal/environment.js +2 -2
- package/lib/internal/template/internal/environment.json +2 -2
- package/lib/internal/template/internal/generated/styles/tokens.d.ts +9 -0
- package/lib/internal/template/internal/generated/styles/tokens.js +10 -1
- package/lib/internal/template/internal/generated/theming/index.cjs +106 -15
- package/lib/internal/template/internal/generated/theming/index.cjs.d.ts +18 -0
- package/lib/internal/template/internal/generated/theming/index.d.ts +18 -0
- package/lib/internal/template/internal/generated/theming/index.js +106 -15
- package/lib/internal/template/side-navigation/implementation.d.ts.map +1 -1
- package/lib/internal/template/side-navigation/implementation.js +6 -3
- package/lib/internal/template/side-navigation/implementation.js.map +1 -1
- package/lib/internal/template/side-navigation/parts.d.ts +2 -1
- package/lib/internal/template/side-navigation/parts.d.ts.map +1 -1
- package/lib/internal/template/side-navigation/parts.js +86 -76
- package/lib/internal/template/side-navigation/parts.js.map +1 -1
- package/lib/internal/template/side-navigation/styles.css.js +64 -50
- package/lib/internal/template/side-navigation/styles.scoped.css +550 -106
- package/lib/internal/template/side-navigation/styles.selectors.js +64 -50
- package/lib/internal/template/side-navigation/util.d.ts +10 -0
- package/lib/internal/template/side-navigation/util.d.ts.map +1 -1
- package/lib/internal/template/side-navigation/util.js +48 -0
- package/lib/internal/template/side-navigation/util.js.map +1 -1
- package/package.json +1 -1
- package/lib/internal/scss/expandable-section/motion.scss +0 -30
|
@@ -190,7 +190,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
190
190
|
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
191
191
|
SPDX-License-Identifier: Apache-2.0
|
|
192
192
|
*/
|
|
193
|
-
.
|
|
193
|
+
.awsui_drawer_12i0j_1shc7_193:not(#\9) {
|
|
194
194
|
position: sticky;
|
|
195
195
|
z-index: 830;
|
|
196
196
|
background-color: var(--color-background-layout-panel-content-2jvi28, #ffffff);
|
|
@@ -204,56 +204,56 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
204
204
|
pointer-events: auto;
|
|
205
205
|
word-wrap: break-word;
|
|
206
206
|
}
|
|
207
|
-
.
|
|
207
|
+
.awsui_drawer_12i0j_1shc7_193.awsui_with-expanded-motion_12i0j_1shc7_207:not(#\9) {
|
|
208
208
|
transition: inline-size var(--motion-duration-refresh-only-slow-zil3nj, 0ms) var(--motion-easing-refresh-only-a-8gio5w, cubic-bezier(0, 0, 0, 1)), block-size var(--motion-duration-refresh-only-slow-zil3nj, 0ms) var(--motion-easing-refresh-only-a-8gio5w, cubic-bezier(0, 0, 0, 1)), min-inline-size var(--motion-duration-refresh-only-slow-zil3nj, 0ms) var(--motion-easing-refresh-only-a-8gio5w, cubic-bezier(0, 0, 0, 1));
|
|
209
209
|
}
|
|
210
210
|
@media (prefers-reduced-motion: reduce) {
|
|
211
|
-
.
|
|
211
|
+
.awsui_drawer_12i0j_1shc7_193.awsui_with-expanded-motion_12i0j_1shc7_207:not(#\9) {
|
|
212
212
|
animation: none;
|
|
213
213
|
transition: none;
|
|
214
214
|
}
|
|
215
215
|
}
|
|
216
|
-
.awsui-motion-disabled .
|
|
216
|
+
.awsui-motion-disabled .awsui_drawer_12i0j_1shc7_193.awsui_with-expanded-motion_12i0j_1shc7_207:not(#\9), .awsui-mode-entering .awsui_drawer_12i0j_1shc7_193.awsui_with-expanded-motion_12i0j_1shc7_207:not(#\9) {
|
|
217
217
|
animation: none;
|
|
218
218
|
transition: none;
|
|
219
219
|
}
|
|
220
220
|
@media (min-width: 689px) {
|
|
221
|
-
.
|
|
221
|
+
.awsui_drawer_12i0j_1shc7_193:not(#\9):not(.awsui_legacy_12i0j_1shc7_221):not(.awsui_ai-drawer_12i0j_1shc7_221):not(.awsui_bottom-drawer_12i0j_1shc7_221) {
|
|
222
222
|
border-inline-start: var(--border-divider-section-width-dlkb8v, 1px) solid var(--color-border-layout-gb61sp, #d5dbdb);
|
|
223
223
|
}
|
|
224
224
|
}
|
|
225
225
|
@media (max-width: 688px) {
|
|
226
|
-
.
|
|
226
|
+
.awsui_drawer_12i0j_1shc7_193:not(#\9) {
|
|
227
227
|
inline-size: 100%;
|
|
228
228
|
}
|
|
229
|
-
.
|
|
229
|
+
.awsui_drawer_12i0j_1shc7_193.awsui_last-opened_12i0j_1shc7_229:not(#\9) {
|
|
230
230
|
z-index: 1001;
|
|
231
231
|
}
|
|
232
232
|
}
|
|
233
|
-
.
|
|
233
|
+
.awsui_drawer_12i0j_1shc7_193.awsui_drawer-global_12i0j_1shc7_233:not(#\9) {
|
|
234
234
|
display: block;
|
|
235
235
|
}
|
|
236
236
|
@media (min-width: 689px) {
|
|
237
|
-
.
|
|
237
|
+
.awsui_drawer_12i0j_1shc7_193.awsui_drawer-global_12i0j_1shc7_233:not(#\9) {
|
|
238
238
|
inline-size: var(--awsui-drawer-size-esndbs);
|
|
239
239
|
}
|
|
240
240
|
}
|
|
241
241
|
@media (max-width: 688px) {
|
|
242
|
-
.
|
|
242
|
+
.awsui_drawer_12i0j_1shc7_193.awsui_drawer-global_12i0j_1shc7_233:not(#\9):not(.awsui_last-opened_12i0j_1shc7_229):not(.awsui_drawer-expanded_12i0j_1shc7_242) {
|
|
243
243
|
display: none;
|
|
244
244
|
}
|
|
245
245
|
}
|
|
246
|
-
.
|
|
246
|
+
.awsui_drawer_12i0j_1shc7_193.awsui_drawer-hidden_12i0j_1shc7_246:not(#\9) {
|
|
247
247
|
display: none;
|
|
248
248
|
}
|
|
249
|
-
.
|
|
249
|
+
.awsui_drawer_12i0j_1shc7_193.awsui_drawer-expanded_12i0j_1shc7_242:not(#\9) {
|
|
250
250
|
inline-size: 100%;
|
|
251
251
|
}
|
|
252
252
|
@media (min-width: 689px) {
|
|
253
|
-
.
|
|
253
|
+
.awsui_drawer_12i0j_1shc7_193.awsui_drawer-expanded_12i0j_1shc7_242:not(#\9) {
|
|
254
254
|
border-inline-start: none;
|
|
255
255
|
}
|
|
256
|
-
.
|
|
256
|
+
.awsui_drawer_12i0j_1shc7_193.awsui_drawer-expanded_12i0j_1shc7_242.awsui_has-next-siblings_12i0j_1shc7_256 > .awsui_global-drawer-wrapper_12i0j_1shc7_256:not(#\9):after {
|
|
257
257
|
content: "";
|
|
258
258
|
position: absolute;
|
|
259
259
|
block-size: 100%;
|
|
@@ -263,14 +263,14 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
263
263
|
border-inline-start: var(--border-divider-section-width-dlkb8v, 1px) solid var(--color-border-layout-gb61sp, #d5dbdb);
|
|
264
264
|
box-sizing: border-box;
|
|
265
265
|
}
|
|
266
|
-
.
|
|
266
|
+
.awsui_drawer_12i0j_1shc7_193.awsui_drawer-expanded_12i0j_1shc7_242 > .awsui_global-drawer-wrapper_12i0j_1shc7_256:not(#\9) {
|
|
267
267
|
inline-size: 100%;
|
|
268
268
|
grid-template-columns: 8px 1fr;
|
|
269
269
|
}
|
|
270
|
-
.
|
|
270
|
+
.awsui_drawer_12i0j_1shc7_193.awsui_drawer-expanded_12i0j_1shc7_242 > .awsui_global-drawer-wrapper_12i0j_1shc7_256 > .awsui_drawer-content-container_12i0j_1shc7_270:not(#\9) {
|
|
271
271
|
grid-column: 2;
|
|
272
272
|
}
|
|
273
|
-
.
|
|
273
|
+
.awsui_drawer_12i0j_1shc7_193.awsui_drawer-expanded_12i0j_1shc7_242 > .awsui_global-drawer-wrapper_12i0j_1shc7_256 > .awsui_drawer-gap_12i0j_1shc7_273:not(#\9) {
|
|
274
274
|
grid-column: 1;
|
|
275
275
|
grid-row: 1;
|
|
276
276
|
block-size: 100%;
|
|
@@ -279,7 +279,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
279
279
|
border-inline-end: var(--border-divider-section-width-dlkb8v, 1px) solid var(--color-border-layout-gb61sp, #d5dbdb);
|
|
280
280
|
}
|
|
281
281
|
}
|
|
282
|
-
.
|
|
282
|
+
.awsui_drawer_12i0j_1shc7_193 > .awsui_drawer-content-container_12i0j_1shc7_270:not(#\9) {
|
|
283
283
|
grid-column: 1/span 2;
|
|
284
284
|
grid-row: 1;
|
|
285
285
|
display: grid;
|
|
@@ -288,13 +288,13 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
288
288
|
overflow-y: auto;
|
|
289
289
|
min-inline-size: var(--awsui-drawer-size-esndbs);
|
|
290
290
|
}
|
|
291
|
-
.
|
|
291
|
+
.awsui_drawer_12i0j_1shc7_193 > .awsui_drawer-content-container_12i0j_1shc7_270 > .awsui_drawer-close-button_12i0j_1shc7_291:not(#\9) {
|
|
292
292
|
grid-column: 3;
|
|
293
293
|
grid-row: 2;
|
|
294
294
|
z-index: 1;
|
|
295
295
|
align-self: start;
|
|
296
296
|
}
|
|
297
|
-
.
|
|
297
|
+
.awsui_drawer_12i0j_1shc7_193 > .awsui_drawer-content-container_12i0j_1shc7_270 > .awsui_drawer-expanded-mode-button_12i0j_1shc7_297:not(#\9) {
|
|
298
298
|
grid-column: 2;
|
|
299
299
|
grid-row: 2;
|
|
300
300
|
z-index: 1;
|
|
@@ -302,14 +302,14 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
302
302
|
display: flex;
|
|
303
303
|
justify-content: flex-end;
|
|
304
304
|
}
|
|
305
|
-
.
|
|
305
|
+
.awsui_drawer_12i0j_1shc7_193 > .awsui_drawer-content-container_12i0j_1shc7_270 > .awsui_drawer-content_12i0j_1shc7_270:not(#\9) {
|
|
306
306
|
grid-column: 1/span 4;
|
|
307
307
|
grid-row: 1/span 2;
|
|
308
308
|
}
|
|
309
|
-
.
|
|
309
|
+
.awsui_drawer_12i0j_1shc7_193 > .awsui_drawer-content-container_12i0j_1shc7_270 > .awsui_drawer-content_12i0j_1shc7_270.awsui_drawer-content-hidden_12i0j_1shc7_309:not(#\9) {
|
|
310
310
|
display: none;
|
|
311
311
|
}
|
|
312
|
-
.
|
|
312
|
+
.awsui_drawer_12i0j_1shc7_193 > .awsui_drawer-slider_12i0j_1shc7_312:not(#\9) {
|
|
313
313
|
z-index: 850;
|
|
314
314
|
grid-column: 1;
|
|
315
315
|
grid-row: 1;
|
|
@@ -317,18 +317,18 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
317
317
|
display: flex;
|
|
318
318
|
align-items: center;
|
|
319
319
|
}
|
|
320
|
-
.
|
|
320
|
+
.awsui_drawer_12i0j_1shc7_193 > .awsui_global-drawer-wrapper_12i0j_1shc7_256:not(#\9) {
|
|
321
321
|
display: grid;
|
|
322
322
|
min-inline-size: var(--awsui-drawer-size-esndbs);
|
|
323
323
|
grid-template-columns: 8px var(--space-m-n2lypl, 16px) 1fr;
|
|
324
324
|
overflow: hidden;
|
|
325
325
|
}
|
|
326
326
|
@media (max-width: 688px) {
|
|
327
|
-
.
|
|
327
|
+
.awsui_drawer_12i0j_1shc7_193 > .awsui_global-drawer-wrapper_12i0j_1shc7_256:not(#\9) {
|
|
328
328
|
grid-template-columns: 1fr;
|
|
329
329
|
}
|
|
330
330
|
}
|
|
331
|
-
.
|
|
331
|
+
.awsui_drawer_12i0j_1shc7_193 > .awsui_global-drawer-wrapper_12i0j_1shc7_256 > .awsui_drawer-gap_12i0j_1shc7_273:not(#\9) {
|
|
332
332
|
grid-column: 1;
|
|
333
333
|
grid-row: 1;
|
|
334
334
|
block-size: 100%;
|
|
@@ -337,14 +337,14 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
337
337
|
border-inline-end: var(--border-divider-section-width-dlkb8v, 1px) solid var(--color-border-layout-gb61sp, #d5dbdb);
|
|
338
338
|
box-sizing: border-box;
|
|
339
339
|
}
|
|
340
|
-
.
|
|
340
|
+
.awsui_drawer_12i0j_1shc7_193 > .awsui_global-drawer-wrapper_12i0j_1shc7_256 > .awsui_drawer-slider_12i0j_1shc7_312:not(#\9) {
|
|
341
341
|
z-index: 850;
|
|
342
342
|
grid-column: 2;
|
|
343
343
|
grid-row: 1;
|
|
344
344
|
display: flex;
|
|
345
345
|
align-items: center;
|
|
346
346
|
}
|
|
347
|
-
.
|
|
347
|
+
.awsui_drawer_12i0j_1shc7_193 > .awsui_global-drawer-wrapper_12i0j_1shc7_256 > .awsui_drawer-content-container_12i0j_1shc7_270:not(#\9) {
|
|
348
348
|
grid-row: 1;
|
|
349
349
|
display: grid;
|
|
350
350
|
grid-template-columns: var(--space-m-n2lypl, 16px) 1fr auto var(--space-m-n2lypl, 16px);
|
|
@@ -352,16 +352,16 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
352
352
|
overflow-y: auto;
|
|
353
353
|
}
|
|
354
354
|
@media (min-width: 689px) {
|
|
355
|
-
.
|
|
355
|
+
.awsui_drawer_12i0j_1shc7_193 > .awsui_global-drawer-wrapper_12i0j_1shc7_256 > .awsui_drawer-content-container_12i0j_1shc7_270:not(#\9) {
|
|
356
356
|
grid-column: 2/span 2;
|
|
357
357
|
}
|
|
358
358
|
}
|
|
359
359
|
@media (max-width: 688px) {
|
|
360
|
-
.
|
|
360
|
+
.awsui_drawer_12i0j_1shc7_193 > .awsui_global-drawer-wrapper_12i0j_1shc7_256 > .awsui_drawer-content-container_12i0j_1shc7_270:not(#\9) {
|
|
361
361
|
grid-column: 1/span 2;
|
|
362
362
|
}
|
|
363
363
|
}
|
|
364
|
-
.
|
|
364
|
+
.awsui_drawer_12i0j_1shc7_193 > .awsui_global-drawer-wrapper_12i0j_1shc7_256 > .awsui_drawer-content-container_12i0j_1shc7_270 > .awsui_drawer-actions_12i0j_1shc7_364:not(#\9) {
|
|
365
365
|
position: absolute;
|
|
366
366
|
display: flex;
|
|
367
367
|
inset-block-start: 0;
|
|
@@ -369,13 +369,13 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
369
369
|
padding-inline-end: var(--space-m-n2lypl, 16px);
|
|
370
370
|
padding-block-start: 14px;
|
|
371
371
|
}
|
|
372
|
-
.
|
|
372
|
+
.awsui_drawer_12i0j_1shc7_193 > .awsui_global-drawer-wrapper_12i0j_1shc7_256 > .awsui_drawer-content-container_12i0j_1shc7_270 > .awsui_drawer-close-button_12i0j_1shc7_291:not(#\9) {
|
|
373
373
|
grid-column: 3;
|
|
374
374
|
grid-row: 2;
|
|
375
375
|
z-index: 1;
|
|
376
376
|
align-self: start;
|
|
377
377
|
}
|
|
378
|
-
.
|
|
378
|
+
.awsui_drawer_12i0j_1shc7_193 > .awsui_global-drawer-wrapper_12i0j_1shc7_256 > .awsui_drawer-content-container_12i0j_1shc7_270 > .awsui_drawer-expanded-mode-button_12i0j_1shc7_297:not(#\9) {
|
|
379
379
|
grid-column: 2;
|
|
380
380
|
grid-row: 2;
|
|
381
381
|
z-index: 1;
|
|
@@ -383,34 +383,34 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
383
383
|
display: flex;
|
|
384
384
|
justify-content: flex-end;
|
|
385
385
|
}
|
|
386
|
-
.
|
|
386
|
+
.awsui_drawer_12i0j_1shc7_193 > .awsui_global-drawer-wrapper_12i0j_1shc7_256 > .awsui_drawer-content-container_12i0j_1shc7_270 > .awsui_drawer-content_12i0j_1shc7_270:not(#\9) {
|
|
387
387
|
grid-column: 1/span 4;
|
|
388
388
|
grid-row: 1/span 2;
|
|
389
389
|
}
|
|
390
|
-
.
|
|
390
|
+
.awsui_drawer_12i0j_1shc7_193 > .awsui_global-drawer-wrapper_12i0j_1shc7_256 > .awsui_drawer-content-container_12i0j_1shc7_270 > .awsui_drawer-content_12i0j_1shc7_270.awsui_drawer-content-hidden_12i0j_1shc7_309:not(#\9) {
|
|
391
391
|
display: none;
|
|
392
392
|
}
|
|
393
393
|
@media (max-width: 688px) {
|
|
394
394
|
@media not print {
|
|
395
|
-
.
|
|
395
|
+
.awsui_drawer_12i0j_1shc7_193:not(#\9):not(.awsui_ai-drawer_12i0j_1shc7_221) {
|
|
396
396
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
397
397
|
}
|
|
398
|
-
.awsui-polaris-dark-mode .
|
|
398
|
+
.awsui-polaris-dark-mode .awsui_drawer_12i0j_1shc7_193:not(#\9):not(.awsui_ai-drawer_12i0j_1shc7_221), .awsui-dark-mode .awsui_drawer_12i0j_1shc7_193:not(#\9):not(.awsui_ai-drawer_12i0j_1shc7_221) {
|
|
399
399
|
border-block-start: var(--border-divider-section-width-dlkb8v, 1px) solid var(--color-border-layout-gb61sp, #d5dbdb);
|
|
400
400
|
}
|
|
401
401
|
}
|
|
402
402
|
}
|
|
403
|
-
.
|
|
403
|
+
.awsui_drawer_12i0j_1shc7_193.awsui_ai-drawer_12i0j_1shc7_221:not(#\9) {
|
|
404
404
|
grid-template-columns: 1fr var(--space-xs-kw7k3v, 8px);
|
|
405
405
|
background: var(--color-background-layout-ai-drawer-91zkk9, #1a2029);
|
|
406
406
|
}
|
|
407
407
|
@media (max-width: 688px) {
|
|
408
|
-
.
|
|
408
|
+
.awsui_drawer_12i0j_1shc7_193.awsui_ai-drawer_12i0j_1shc7_221:not(#\9) {
|
|
409
409
|
grid-template-columns: 1fr;
|
|
410
410
|
z-index: 1001;
|
|
411
411
|
}
|
|
412
412
|
}
|
|
413
|
-
.
|
|
413
|
+
.awsui_drawer_12i0j_1shc7_193.awsui_ai-drawer_12i0j_1shc7_221 > .awsui_drawer-slider_12i0j_1shc7_312:not(#\9) {
|
|
414
414
|
z-index: 850;
|
|
415
415
|
display: flex;
|
|
416
416
|
justify-content: center;
|
|
@@ -418,32 +418,32 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
418
418
|
overflow: hidden;
|
|
419
419
|
grid-column: 2;
|
|
420
420
|
}
|
|
421
|
-
.
|
|
421
|
+
.awsui_drawer_12i0j_1shc7_193.awsui_ai-drawer_12i0j_1shc7_221 .awsui_ai-drawer-slider-handle_12i0j_1shc7_421:not(#\9) {
|
|
422
422
|
color: var(--color-text-interactive-inverted-default-7b7mg9, #d5dbdb);
|
|
423
423
|
}
|
|
424
|
-
.
|
|
424
|
+
.awsui_drawer_12i0j_1shc7_193.awsui_ai-drawer_12i0j_1shc7_221 .awsui_ai-drawer-slider-handle_12i0j_1shc7_421:not(#\9):hover {
|
|
425
425
|
stroke: var(--color-text-interactive-inverted-hover-3rhu13, #fafafa);
|
|
426
426
|
}
|
|
427
|
-
.awsui-one-theme .
|
|
427
|
+
.awsui-one-theme .awsui_drawer_12i0j_1shc7_193.awsui_ai-drawer_12i0j_1shc7_221 .awsui_ai-drawer-slider-handle_12i0j_1shc7_421:not(#\9) {
|
|
428
428
|
color: var(--color-text-interactive-default-mf3cev, #545b64);
|
|
429
429
|
}
|
|
430
|
-
.awsui-one-theme .
|
|
430
|
+
.awsui-one-theme .awsui_drawer_12i0j_1shc7_193.awsui_ai-drawer_12i0j_1shc7_221 .awsui_ai-drawer-slider-handle_12i0j_1shc7_421:not(#\9):hover {
|
|
431
431
|
stroke: var(--color-text-interactive-hover-kceoak, #16191f);
|
|
432
432
|
}
|
|
433
|
-
.
|
|
433
|
+
.awsui_drawer_12i0j_1shc7_193.awsui_ai-drawer_12i0j_1shc7_221 > .awsui_drawer-content-container_12i0j_1shc7_270:not(#\9) {
|
|
434
434
|
min-inline-size: calc(var(--awsui-drawer-min-size-esndbs) - var(--space-xs-kw7k3v, 8px));
|
|
435
435
|
grid-column: 1/span 1;
|
|
436
436
|
background-color: var(--color-background-layout-panel-content-2jvi28, #ffffff);
|
|
437
437
|
}
|
|
438
438
|
@media (min-width: 689px) {
|
|
439
|
-
.
|
|
439
|
+
.awsui_drawer_12i0j_1shc7_193.awsui_ai-drawer_12i0j_1shc7_221 > .awsui_drawer-content-container_12i0j_1shc7_270:not(#\9) {
|
|
440
440
|
border-start-end-radius: var(--space-xxs-jnczic, 4px);
|
|
441
441
|
}
|
|
442
442
|
}
|
|
443
|
-
.
|
|
443
|
+
.awsui_drawer_12i0j_1shc7_193.awsui_ai-drawer_12i0j_1shc7_221 > .awsui_drawer-content-container_12i0j_1shc7_270 > .awsui_drawer-content_12i0j_1shc7_270:not(#\9) {
|
|
444
444
|
grid-row: 1/span 4;
|
|
445
445
|
}
|
|
446
|
-
.
|
|
446
|
+
.awsui_drawer_12i0j_1shc7_193.awsui_ai-drawer_12i0j_1shc7_221 > .awsui_drawer-content-container_12i0j_1shc7_270 > .awsui_drawer-content_12i0j_1shc7_270 > .awsui_drawer-content-header_12i0j_1shc7_446:not(#\9) {
|
|
447
447
|
block-size: 42px;
|
|
448
448
|
position: sticky;
|
|
449
449
|
z-index: 1000;
|
|
@@ -456,10 +456,10 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
456
456
|
border-image: linear-gradient(90deg, #962eff 0%, #5c7fff 30%, #09f 50%, #b8e7ff 70%, #8575ff 100%) 1;
|
|
457
457
|
box-sizing: border-box;
|
|
458
458
|
}
|
|
459
|
-
.awsui-one-theme .
|
|
459
|
+
.awsui-one-theme .awsui_drawer_12i0j_1shc7_193.awsui_ai-drawer_12i0j_1shc7_221 > .awsui_drawer-content-container_12i0j_1shc7_270 > .awsui_drawer-content_12i0j_1shc7_270 > .awsui_drawer-content-header_12i0j_1shc7_446:not(#\9) {
|
|
460
460
|
align-items: flex-start;
|
|
461
461
|
}
|
|
462
|
-
.
|
|
462
|
+
.awsui_drawer_12i0j_1shc7_193.awsui_ai-drawer_12i0j_1shc7_221 > .awsui_drawer-content-container_12i0j_1shc7_270 > .awsui_drawer-content_12i0j_1shc7_270 > .awsui_drawer-content-header_12i0j_1shc7_446 > .awsui_drawer-content-header-content_12i0j_1shc7_462:not(#\9) {
|
|
463
463
|
display: flex;
|
|
464
464
|
flex: 1;
|
|
465
465
|
align-items: center;
|
|
@@ -468,24 +468,27 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
468
468
|
padding-inline-start: var(--space-l-3cws6j, 20px);
|
|
469
469
|
padding-inline-end: var(--space-m-n2lypl, 16px);
|
|
470
470
|
}
|
|
471
|
-
.awsui-one-theme .
|
|
471
|
+
.awsui-one-theme .awsui_drawer_12i0j_1shc7_193.awsui_ai-drawer_12i0j_1shc7_221 > .awsui_drawer-content-container_12i0j_1shc7_270 > .awsui_drawer-content_12i0j_1shc7_270 > .awsui_drawer-content-header_12i0j_1shc7_446 > .awsui_drawer-content-header-content_12i0j_1shc7_462:not(#\9) {
|
|
472
472
|
border-block-start: var(--border-divider-section-width-dlkb8v, 1px) solid var(--color-border-layout-gb61sp, #d5dbdb);
|
|
473
473
|
}
|
|
474
474
|
@media not print {
|
|
475
|
-
.
|
|
475
|
+
.awsui_drawer_12i0j_1shc7_193.awsui_ai-drawer_12i0j_1shc7_221 > .awsui_drawer-content-container_12i0j_1shc7_270 > .awsui_drawer-content_12i0j_1shc7_270 > .awsui_drawer-content-header_12i0j_1shc7_446 > .awsui_drawer-content-header-content_12i0j_1shc7_462:not(#\9) {
|
|
476
476
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
477
477
|
}
|
|
478
|
+
.awsui-polaris-dark-mode .awsui_drawer_12i0j_1shc7_193.awsui_ai-drawer_12i0j_1shc7_221 > .awsui_drawer-content-container_12i0j_1shc7_270 > .awsui_drawer-content_12i0j_1shc7_270 > .awsui_drawer-content-header_12i0j_1shc7_446 > .awsui_drawer-content-header-content_12i0j_1shc7_462:not(#\9), .awsui-dark-mode .awsui_drawer_12i0j_1shc7_193.awsui_ai-drawer_12i0j_1shc7_221 > .awsui_drawer-content-container_12i0j_1shc7_270 > .awsui_drawer-content_12i0j_1shc7_270 > .awsui_drawer-content-header_12i0j_1shc7_446 > .awsui_drawer-content-header-content_12i0j_1shc7_462:not(#\9) {
|
|
479
|
+
border-block-start: var(--border-divider-section-width-dlkb8v, 1px) solid var(--color-border-layout-gb61sp, #d5dbdb);
|
|
480
|
+
}
|
|
478
481
|
@media (min-width: 689px) {
|
|
479
|
-
.awsui-polaris-dark-mode .
|
|
482
|
+
.awsui-polaris-dark-mode .awsui_drawer_12i0j_1shc7_193.awsui_ai-drawer_12i0j_1shc7_221 > .awsui_drawer-content-container_12i0j_1shc7_270 > .awsui_drawer-content_12i0j_1shc7_270 > .awsui_drawer-content-header_12i0j_1shc7_446 > .awsui_drawer-content-header-content_12i0j_1shc7_462:not(#\9):has(+ .awsui_drawer-back-to-console-slot_12i0j_1shc7_482), .awsui-dark-mode .awsui_drawer_12i0j_1shc7_193.awsui_ai-drawer_12i0j_1shc7_221 > .awsui_drawer-content-container_12i0j_1shc7_270 > .awsui_drawer-content_12i0j_1shc7_270 > .awsui_drawer-content-header_12i0j_1shc7_446 > .awsui_drawer-content-header-content_12i0j_1shc7_462:not(#\9):has(+ .awsui_drawer-back-to-console-slot_12i0j_1shc7_482) {
|
|
480
483
|
border-inline-end: var(--border-divider-section-width-dlkb8v, 1px) solid var(--color-border-layout-gb61sp, #d5dbdb);
|
|
481
484
|
border-start-end-radius: var(--space-xxs-jnczic, 4px);
|
|
482
485
|
}
|
|
483
486
|
}
|
|
484
487
|
}
|
|
485
|
-
.
|
|
488
|
+
.awsui_drawer_12i0j_1shc7_193.awsui_ai-drawer_12i0j_1shc7_221 > .awsui_drawer-content-container_12i0j_1shc7_270 > .awsui_drawer-content_12i0j_1shc7_270 > .awsui_drawer-content-header_12i0j_1shc7_446 > .awsui_drawer-content-header-content_12i0j_1shc7_462 > .awsui_drawer-actions_12i0j_1shc7_364:not(#\9) {
|
|
486
489
|
display: flex;
|
|
487
490
|
}
|
|
488
|
-
.
|
|
491
|
+
.awsui_drawer_12i0j_1shc7_193.awsui_ai-drawer_12i0j_1shc7_221 > .awsui_drawer-content-container_12i0j_1shc7_270 > .awsui_drawer-content_12i0j_1shc7_270 > .awsui_drawer-content-header_12i0j_1shc7_446 > .awsui_drawer-back-to-console-slot_12i0j_1shc7_482:not(#\9) {
|
|
489
492
|
position: relative;
|
|
490
493
|
display: flex;
|
|
491
494
|
align-items: center;
|
|
@@ -494,7 +497,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
494
497
|
padding-inline: var(--space-static-m-1cd7a5, 16px);
|
|
495
498
|
background-color: var(--color-background-layout-ai-drawer-91zkk9, #1a2029);
|
|
496
499
|
}
|
|
497
|
-
.
|
|
500
|
+
.awsui_drawer_12i0j_1shc7_193.awsui_ai-drawer_12i0j_1shc7_221 > .awsui_drawer-content-container_12i0j_1shc7_270 > .awsui_drawer-content_12i0j_1shc7_270 > .awsui_drawer-content-header_12i0j_1shc7_446 > .awsui_drawer-back-to-console-slot_12i0j_1shc7_482:not(#\9):before, .awsui_drawer_12i0j_1shc7_193.awsui_ai-drawer_12i0j_1shc7_221 > .awsui_drawer-content-container_12i0j_1shc7_270 > .awsui_drawer-content_12i0j_1shc7_270 > .awsui_drawer-content-header_12i0j_1shc7_446 > .awsui_drawer-back-to-console-slot_12i0j_1shc7_482:not(#\9):after {
|
|
498
501
|
content: "";
|
|
499
502
|
position: absolute;
|
|
500
503
|
inset-block-start: 0;
|
|
@@ -504,28 +507,28 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
504
507
|
background: var(--color-background-layout-ai-drawer-91zkk9, #1a2029);
|
|
505
508
|
}
|
|
506
509
|
@media not print {
|
|
507
|
-
.
|
|
510
|
+
.awsui_drawer_12i0j_1shc7_193.awsui_ai-drawer_12i0j_1shc7_221 > .awsui_drawer-content-container_12i0j_1shc7_270 > .awsui_drawer-content_12i0j_1shc7_270 > .awsui_drawer-content-header_12i0j_1shc7_446 > .awsui_drawer-back-to-console-slot_12i0j_1shc7_482:not(#\9):before, .awsui_drawer_12i0j_1shc7_193.awsui_ai-drawer_12i0j_1shc7_221 > .awsui_drawer-content-container_12i0j_1shc7_270 > .awsui_drawer-content_12i0j_1shc7_270 > .awsui_drawer-content-header_12i0j_1shc7_446 > .awsui_drawer-back-to-console-slot_12i0j_1shc7_482:not(#\9):after {
|
|
508
511
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
509
512
|
}
|
|
510
|
-
.awsui-polaris-dark-mode .
|
|
513
|
+
.awsui-polaris-dark-mode .awsui_drawer_12i0j_1shc7_193.awsui_ai-drawer_12i0j_1shc7_221 > .awsui_drawer-content-container_12i0j_1shc7_270 > .awsui_drawer-content_12i0j_1shc7_270 > .awsui_drawer-content-header_12i0j_1shc7_446 > .awsui_drawer-back-to-console-slot_12i0j_1shc7_482:not(#\9):before, .awsui-dark-mode .awsui_drawer_12i0j_1shc7_193.awsui_ai-drawer_12i0j_1shc7_221 > .awsui_drawer-content-container_12i0j_1shc7_270 > .awsui_drawer-content_12i0j_1shc7_270 > .awsui_drawer-content-header_12i0j_1shc7_446 > .awsui_drawer-back-to-console-slot_12i0j_1shc7_482:not(#\9):before, .awsui-polaris-dark-mode .awsui_drawer_12i0j_1shc7_193.awsui_ai-drawer_12i0j_1shc7_221 > .awsui_drawer-content-container_12i0j_1shc7_270 > .awsui_drawer-content_12i0j_1shc7_270 > .awsui_drawer-content-header_12i0j_1shc7_446 > .awsui_drawer-back-to-console-slot_12i0j_1shc7_482:not(#\9):after, .awsui-dark-mode .awsui_drawer_12i0j_1shc7_193.awsui_ai-drawer_12i0j_1shc7_221 > .awsui_drawer-content-container_12i0j_1shc7_270 > .awsui_drawer-content_12i0j_1shc7_270 > .awsui_drawer-content-header_12i0j_1shc7_446 > .awsui_drawer-back-to-console-slot_12i0j_1shc7_482:not(#\9):after {
|
|
511
514
|
display: none;
|
|
512
515
|
}
|
|
513
516
|
}
|
|
514
|
-
.
|
|
517
|
+
.awsui_drawer_12i0j_1shc7_193.awsui_ai-drawer_12i0j_1shc7_221 > .awsui_drawer-content-container_12i0j_1shc7_270 > .awsui_drawer-content_12i0j_1shc7_270 > .awsui_drawer-content-header_12i0j_1shc7_446 > .awsui_drawer-back-to-console-slot_12i0j_1shc7_482:not(#\9):after {
|
|
515
518
|
background-color: var(--color-background-layout-panel-content-2jvi28, #ffffff);
|
|
516
519
|
border-start-end-radius: var(--space-xxs-jnczic, 4px);
|
|
517
520
|
}
|
|
518
|
-
.
|
|
521
|
+
.awsui_drawer_12i0j_1shc7_193.awsui_ai-drawer_12i0j_1shc7_221 > .awsui_drawer-content-container_12i0j_1shc7_270 > .awsui_drawer-content_12i0j_1shc7_270 > .awsui_drawer-content-header_12i0j_1shc7_446 > .awsui_drawer-back-to-console-slot_12i0j_1shc7_482 > .awsui_drawer-back-to-console-button-wrapper_12i0j_1shc7_521:not(#\9) {
|
|
519
522
|
position: relative;
|
|
520
523
|
}
|
|
521
|
-
.
|
|
524
|
+
.awsui_drawer_12i0j_1shc7_193.awsui_ai-drawer_12i0j_1shc7_221 > .awsui_drawer-content-container_12i0j_1shc7_270 > .awsui_drawer-content_12i0j_1shc7_270 > .awsui_drawer-content-header_12i0j_1shc7_446 > .awsui_drawer-back-to-console-slot_12i0j_1shc7_482 > .awsui_drawer-back-to-console-button-wrapper_12i0j_1shc7_521:not(#\9):has(:focus-visible) {
|
|
522
525
|
position: relative;
|
|
523
526
|
}
|
|
524
|
-
.
|
|
527
|
+
.awsui_drawer_12i0j_1shc7_193.awsui_ai-drawer_12i0j_1shc7_221 > .awsui_drawer-content-container_12i0j_1shc7_270 > .awsui_drawer-content_12i0j_1shc7_270 > .awsui_drawer-content-header_12i0j_1shc7_446 > .awsui_drawer-back-to-console-slot_12i0j_1shc7_482 > .awsui_drawer-back-to-console-button-wrapper_12i0j_1shc7_521:not(#\9):has(:focus-visible) {
|
|
525
528
|
outline: 2px dotted transparent;
|
|
526
529
|
outline-offset: calc(3px - 1px);
|
|
527
530
|
}
|
|
528
|
-
.
|
|
531
|
+
.awsui_drawer_12i0j_1shc7_193.awsui_ai-drawer_12i0j_1shc7_221 > .awsui_drawer-content-container_12i0j_1shc7_270 > .awsui_drawer-content_12i0j_1shc7_270 > .awsui_drawer-content-header_12i0j_1shc7_446 > .awsui_drawer-back-to-console-slot_12i0j_1shc7_482 > .awsui_drawer-back-to-console-button-wrapper_12i0j_1shc7_521:not(#\9):has(:focus-visible)::before {
|
|
529
532
|
content: " ";
|
|
530
533
|
display: block;
|
|
531
534
|
position: absolute;
|
|
@@ -539,7 +542,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
539
542
|
border-end-end-radius: var(--border-radius-control-default-focus-ring-akwhsf, 2px);
|
|
540
543
|
box-shadow: 0 0 0 2px var(--color-border-item-focused-a3thrr, #0073bb);
|
|
541
544
|
}
|
|
542
|
-
.
|
|
545
|
+
.awsui_drawer_12i0j_1shc7_193.awsui_ai-drawer_12i0j_1shc7_221 > .awsui_drawer-content-container_12i0j_1shc7_270 > .awsui_drawer-content_12i0j_1shc7_270 > .awsui_drawer-content-header_12i0j_1shc7_446 > .awsui_drawer-back-to-console-slot_12i0j_1shc7_482 > .awsui_drawer-back-to-console-button-wrapper_12i0j_1shc7_521 > .awsui_drawer-back-to-console-button_12i0j_1shc7_521:not(#\9) {
|
|
543
546
|
border-collapse: separate;
|
|
544
547
|
border-spacing: 0;
|
|
545
548
|
box-sizing: border-box;
|
|
@@ -585,84 +588,84 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
585
588
|
color: #ffffff;
|
|
586
589
|
cursor: pointer;
|
|
587
590
|
}
|
|
588
|
-
.
|
|
591
|
+
.awsui_drawer_12i0j_1shc7_193.awsui_ai-drawer_12i0j_1shc7_221 > .awsui_drawer-content-container_12i0j_1shc7_270 > .awsui_drawer-content_12i0j_1shc7_270 > .awsui_drawer-content-header_12i0j_1shc7_446 > .awsui_drawer-back-to-console-slot_12i0j_1shc7_482 > .awsui_drawer-back-to-console-button-wrapper_12i0j_1shc7_521 > .awsui_drawer-back-to-console-button_12i0j_1shc7_521:not(#\9):focus {
|
|
589
592
|
outline: none;
|
|
590
593
|
}
|
|
591
|
-
.
|
|
594
|
+
.awsui_drawer_12i0j_1shc7_193.awsui_ai-drawer_12i0j_1shc7_221 > .awsui_drawer-content-container_12i0j_1shc7_270 > .awsui_drawer-content_12i0j_1shc7_270 > .awsui_drawer-content-header_12i0j_1shc7_446 > .awsui_drawer-back-to-console-slot_12i0j_1shc7_482 > .awsui_drawer-back-to-console-button-wrapper_12i0j_1shc7_521 > .awsui_drawer-back-to-console-custom-button_12i0j_1shc7_594:not(#\9) {
|
|
592
595
|
all: initial;
|
|
593
596
|
display: flex;
|
|
594
597
|
cursor: pointer;
|
|
595
598
|
text-align: center;
|
|
596
599
|
}
|
|
597
|
-
.
|
|
600
|
+
.awsui_drawer_12i0j_1shc7_193.awsui_ai-drawer_12i0j_1shc7_221 > .awsui_drawer-content-container_12i0j_1shc7_270 > .awsui_drawer-content_12i0j_1shc7_270 > .awsui_drawer-content-content_12i0j_1shc7_600:not(#\9) {
|
|
598
601
|
display: flex;
|
|
599
602
|
flex-direction: column;
|
|
600
603
|
block-size: calc(100% - 42px);
|
|
601
604
|
}
|
|
602
605
|
@media (min-width: 689px) {
|
|
603
|
-
.
|
|
606
|
+
.awsui_drawer_12i0j_1shc7_193.awsui_ai-drawer_12i0j_1shc7_221:not(#\9):not(.awsui_drawer-expanded_12i0j_1shc7_242) > .awsui_drawer-content-container_12i0j_1shc7_270 {
|
|
604
607
|
clip-path: inset(0 0 -9999px 0 round 0 var(--space-xxs-jnczic, 4px) 0 0);
|
|
605
608
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
606
609
|
}
|
|
607
|
-
.
|
|
610
|
+
.awsui_drawer_12i0j_1shc7_193.awsui_ai-drawer_12i0j_1shc7_221:not(#\9):not(.awsui_drawer-expanded_12i0j_1shc7_242) > .awsui_drawer-content-container_12i0j_1shc7_270:dir(rtl) {
|
|
608
611
|
clip-path: inset(0 0 -9999px 0 round var(--space-xxs-jnczic, 4px) 0 0 0);
|
|
609
612
|
}
|
|
610
613
|
@media not print {
|
|
611
|
-
.
|
|
614
|
+
.awsui_drawer_12i0j_1shc7_193.awsui_ai-drawer_12i0j_1shc7_221:not(#\9):not(.awsui_drawer-expanded_12i0j_1shc7_242) > .awsui_drawer-content-container_12i0j_1shc7_270 {
|
|
612
615
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
613
616
|
}
|
|
614
|
-
.awsui-polaris-dark-mode .
|
|
617
|
+
.awsui-polaris-dark-mode .awsui_drawer_12i0j_1shc7_193.awsui_ai-drawer_12i0j_1shc7_221:not(#\9):not(.awsui_drawer-expanded_12i0j_1shc7_242) > .awsui_drawer-content-container_12i0j_1shc7_270, .awsui-dark-mode .awsui_drawer_12i0j_1shc7_193.awsui_ai-drawer_12i0j_1shc7_221:not(#\9):not(.awsui_drawer-expanded_12i0j_1shc7_242) > .awsui_drawer-content-container_12i0j_1shc7_270 {
|
|
615
618
|
border-inline-end: var(--border-divider-section-width-dlkb8v, 1px) solid var(--color-border-layout-gb61sp, #d5dbdb);
|
|
616
619
|
}
|
|
617
620
|
}
|
|
618
|
-
.awsui-one-theme .
|
|
621
|
+
.awsui-one-theme .awsui_drawer_12i0j_1shc7_193.awsui_ai-drawer_12i0j_1shc7_221:not(#\9):not(.awsui_drawer-expanded_12i0j_1shc7_242) > .awsui_drawer-content-container_12i0j_1shc7_270 {
|
|
619
622
|
border-inline-end: var(--border-divider-section-width-dlkb8v, 1px) solid var(--color-border-layout-gb61sp, #d5dbdb);
|
|
620
623
|
}
|
|
621
624
|
}
|
|
622
|
-
.
|
|
625
|
+
.awsui_drawer_12i0j_1shc7_193.awsui_ai-drawer_12i0j_1shc7_221.awsui_drawer-expanded_12i0j_1shc7_242:not(#\9) {
|
|
623
626
|
grid-template-columns: 1fr;
|
|
624
627
|
}
|
|
625
|
-
.
|
|
628
|
+
.awsui_drawer_12i0j_1shc7_193.awsui_ai-drawer_12i0j_1shc7_221.awsui_drawer-expanded_12i0j_1shc7_242 > .awsui_drawer-content-container_12i0j_1shc7_270:not(#\9) {
|
|
626
629
|
border-start-end-radius: 0;
|
|
627
630
|
}
|
|
628
|
-
.
|
|
631
|
+
.awsui_drawer_12i0j_1shc7_193.awsui_bottom-drawer_12i0j_1shc7_221:not(#\9) {
|
|
629
632
|
display: block;
|
|
630
633
|
inline-size: 100%;
|
|
631
634
|
block-size: var(--awsui-bottom-drawer-size-esndbs);
|
|
632
635
|
}
|
|
633
636
|
@media (max-width: 688px) {
|
|
634
|
-
.
|
|
637
|
+
.awsui_drawer_12i0j_1shc7_193.awsui_bottom-drawer_12i0j_1shc7_221:not(#\9) {
|
|
635
638
|
block-size: 100%;
|
|
636
639
|
}
|
|
637
|
-
.
|
|
640
|
+
.awsui_drawer_12i0j_1shc7_193.awsui_bottom-drawer_12i0j_1shc7_221.awsui_last-opened_12i0j_1shc7_229:not(#\9) {
|
|
638
641
|
z-index: 1001;
|
|
639
642
|
}
|
|
640
643
|
}
|
|
641
|
-
.
|
|
644
|
+
.awsui_drawer_12i0j_1shc7_193.awsui_bottom-drawer_12i0j_1shc7_221.awsui_drawer-hidden_12i0j_1shc7_246:not(#\9) {
|
|
642
645
|
display: none;
|
|
643
646
|
}
|
|
644
|
-
.
|
|
647
|
+
.awsui_drawer_12i0j_1shc7_193.awsui_bottom-drawer_12i0j_1shc7_221 > .awsui_global-drawer-wrapper_12i0j_1shc7_256:not(#\9) {
|
|
645
648
|
display: block;
|
|
646
649
|
}
|
|
647
|
-
.
|
|
650
|
+
.awsui_drawer_12i0j_1shc7_193.awsui_bottom-drawer_12i0j_1shc7_221 > .awsui_global-drawer-wrapper_12i0j_1shc7_256 > .awsui_drawer-gap_12i0j_1shc7_273:not(#\9) {
|
|
648
651
|
block-size: 8px;
|
|
649
652
|
inline-size: 100%;
|
|
650
653
|
border-block-start: var(--border-divider-section-width-dlkb8v, 1px) solid var(--color-border-layout-gb61sp, #d5dbdb);
|
|
651
654
|
border-block-end: var(--border-divider-section-width-dlkb8v, 1px) solid var(--color-border-layout-gb61sp, #d5dbdb);
|
|
652
655
|
box-sizing: content-box;
|
|
653
656
|
}
|
|
654
|
-
.
|
|
657
|
+
.awsui_drawer_12i0j_1shc7_193.awsui_bottom-drawer_12i0j_1shc7_221 > .awsui_global-drawer-wrapper_12i0j_1shc7_256 > .awsui_drawer-slider_12i0j_1shc7_312:not(#\9) {
|
|
655
658
|
block-size: auto;
|
|
656
659
|
justify-content: center;
|
|
657
660
|
}
|
|
658
|
-
.
|
|
661
|
+
.awsui_drawer_12i0j_1shc7_193.awsui_bottom-drawer_12i0j_1shc7_221 > .awsui_global-drawer-wrapper_12i0j_1shc7_256 > .awsui_bottom-drawer-content-header_12i0j_1shc7_661:not(#\9) {
|
|
659
662
|
display: flex;
|
|
660
663
|
justify-content: space-between;
|
|
661
664
|
align-items: center;
|
|
662
665
|
inset-block-start: 0;
|
|
663
666
|
box-sizing: border-box;
|
|
664
667
|
}
|
|
665
|
-
.
|
|
668
|
+
.awsui_drawer_12i0j_1shc7_193.awsui_bottom-drawer_12i0j_1shc7_221 > .awsui_global-drawer-wrapper_12i0j_1shc7_256 > .awsui_bottom-drawer-content-header_12i0j_1shc7_661 > .awsui_bottom-drawer-content-header-content_12i0j_1shc7_668:not(#\9) {
|
|
666
669
|
display: flex;
|
|
667
670
|
flex: 1;
|
|
668
671
|
align-items: center;
|
|
@@ -670,18 +673,18 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
670
673
|
block-size: 100%;
|
|
671
674
|
padding-inline-end: var(--space-m-n2lypl, 16px);
|
|
672
675
|
}
|
|
673
|
-
.
|
|
676
|
+
.awsui_drawer_12i0j_1shc7_193.awsui_bottom-drawer_12i0j_1shc7_221 > .awsui_global-drawer-wrapper_12i0j_1shc7_256 > .awsui_bottom-drawer-content-header_12i0j_1shc7_661 > .awsui_bottom-drawer-content-header-content_12i0j_1shc7_668 > .awsui_bottom-drawer-actions_12i0j_1shc7_676:not(#\9) {
|
|
674
677
|
display: flex;
|
|
675
678
|
}
|
|
676
|
-
.
|
|
679
|
+
.awsui_drawer_12i0j_1shc7_193.awsui_bottom-drawer_12i0j_1shc7_221 > .awsui_global-drawer-wrapper_12i0j_1shc7_256 > .awsui_drawer-content-container_12i0j_1shc7_270:not(#\9) {
|
|
677
680
|
grid-template-columns: 1fr;
|
|
678
681
|
grid-template-rows: auto;
|
|
679
682
|
}
|
|
680
683
|
|
|
681
|
-
.awsui_runtime-feature-notifications-drawer-
|
|
684
|
+
.awsui_runtime-feature-notifications-drawer-content_12i0j_1shc7_684:not(#\9) {
|
|
682
685
|
border-block-start: 1px solid var(--color-border-divider-default-hfk422, #eaeded);
|
|
683
686
|
}
|
|
684
687
|
|
|
685
|
-
.awsui_runtime-feature-notifications-
|
|
688
|
+
.awsui_runtime-feature-notifications-footer_12i0j_1shc7_688:not(#\9) {
|
|
686
689
|
border-block-start: var(--border-divider-list-width-2qbfmz, 1px) solid var(--color-border-divider-secondary-eit8l3, #eaeded);
|
|
687
690
|
}
|