@cloudscape-design/components 3.0.194 → 3.0.195
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/annotation-context/annotation/styles.css.js +24 -24
- package/annotation-context/annotation/styles.scoped.css +30 -30
- package/annotation-context/annotation/styles.selectors.js +24 -24
- package/app-layout/notifications/styles.css.js +1 -1
- package/app-layout/notifications/styles.scoped.css +2 -1
- package/app-layout/notifications/styles.selectors.js +1 -1
- package/app-layout/visual-refresh/styles.css.js +60 -60
- package/app-layout/visual-refresh/styles.scoped.css +223 -222
- package/app-layout/visual-refresh/styles.selectors.js +60 -60
- package/attribute-editor/interfaces.d.ts +1 -0
- package/attribute-editor/interfaces.d.ts.map +1 -1
- package/attribute-editor/interfaces.js.map +1 -1
- package/attribute-editor/internal.d.ts.map +1 -1
- package/attribute-editor/internal.js +17 -2
- package/attribute-editor/internal.js.map +1 -1
- package/flashbar/collapsible-flashbar.d.ts +2 -2
- package/flashbar/collapsible-flashbar.d.ts.map +1 -1
- package/flashbar/collapsible-flashbar.js +19 -9
- package/flashbar/collapsible-flashbar.js.map +1 -1
- package/flashbar/common.d.ts +2 -2
- package/flashbar/common.d.ts.map +1 -1
- package/flashbar/common.js.map +1 -1
- package/flashbar/index.d.ts +2 -2
- package/flashbar/index.d.ts.map +1 -1
- package/flashbar/index.js +1 -4
- package/flashbar/index.js.map +1 -1
- package/flashbar/interfaces.d.ts +30 -17
- package/flashbar/interfaces.d.ts.map +1 -1
- package/flashbar/interfaces.js.map +1 -1
- package/flashbar/non-collapsible-flashbar.d.ts +2 -2
- package/flashbar/non-collapsible-flashbar.d.ts.map +1 -1
- package/flashbar/non-collapsible-flashbar.js.map +1 -1
- package/flashbar/styles.css.js +43 -43
- package/flashbar/styles.scoped.css +142 -142
- package/flashbar/styles.selectors.js +43 -43
- package/flashbar/utils.d.ts +1 -0
- package/flashbar/utils.d.ts.map +1 -1
- package/flashbar/utils.js +3 -0
- package/flashbar/utils.js.map +1 -1
- package/internal/environment.js +1 -1
- package/internal/generated/custom-css-properties/index.d.ts.map +1 -1
- package/internal/generated/custom-css-properties/index.js +28 -27
- package/internal/generated/custom-css-properties/index.js.map +1 -1
- package/internal/manifest.json +1 -1
- package/package.json +1 -1
- package/tag-editor/interfaces.d.ts +1 -0
- package/tag-editor/interfaces.d.ts.map +1 -1
- package/tag-editor/interfaces.js.map +1 -1
- package/test-utils/dom/flashbar/index.d.ts +2 -0
- package/test-utils/dom/flashbar/index.js +2 -0
- package/test-utils/dom/flashbar/index.js.map +1 -1
- package/test-utils/selectors/flashbar/index.d.ts +2 -0
- package/test-utils/selectors/flashbar/index.js +2 -0
- package/test-utils/selectors/flashbar/index.js.map +1 -1
- package/test-utils/tsconfig.tsbuildinfo +1 -1
- package/wizard/index.d.ts.map +1 -1
- package/wizard/index.js +5 -4
- package/wizard/index.js.map +1 -1
- package/wizard/internal/analytics.d.ts +3 -3
- package/wizard/internal/analytics.d.ts.map +1 -1
- package/wizard/internal/analytics.js +6 -11
- package/wizard/internal/analytics.js.map +1 -1
|
@@ -90,7 +90,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
90
90
|
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
91
91
|
SPDX-License-Identifier: Apache-2.0
|
|
92
92
|
*/
|
|
93
|
-
section.
|
|
93
|
+
section.awsui_appbar_hyvsj_1naed_93:not(#\9) {
|
|
94
94
|
align-items: center;
|
|
95
95
|
box-sizing: border-box;
|
|
96
96
|
display: grid;
|
|
@@ -114,20 +114,20 @@ section.awsui_appbar_hyvsj_oe1jw_93:not(#\9) {
|
|
|
114
114
|
span the entire column definition of the Layout grid.
|
|
115
115
|
*/
|
|
116
116
|
}
|
|
117
|
-
section.
|
|
117
|
+
section.awsui_appbar_hyvsj_1naed_93 > .awsui_appbar-nav_hyvsj_1naed_117:not(#\9) {
|
|
118
118
|
grid-column: 1;
|
|
119
119
|
margin-right: var(--space-m-17eucw, 16px);
|
|
120
120
|
}
|
|
121
|
-
section.
|
|
121
|
+
section.awsui_appbar_hyvsj_1naed_93 > .awsui_breadcrumbs_hyvsj_1naed_121:not(#\9) {
|
|
122
122
|
grid-column: 2;
|
|
123
123
|
background-color: var(--color-background-layout-main-sfhm4y, #ffffff);
|
|
124
124
|
}
|
|
125
|
-
section.
|
|
125
|
+
section.awsui_appbar_hyvsj_1naed_93 > .awsui_appbar-tools_hyvsj_1naed_125:not(#\9) {
|
|
126
126
|
grid-column: 3;
|
|
127
127
|
margin-left: var(--space-m-17eucw, 16px);
|
|
128
128
|
}
|
|
129
129
|
@media (min-width: 689px) {
|
|
130
|
-
section.
|
|
130
|
+
section.awsui_appbar_hyvsj_1naed_93:not(#\9) {
|
|
131
131
|
/*
|
|
132
132
|
If Breadcrumbs do not exist then the AppBar should be suppressed
|
|
133
133
|
because in large viewports the triggers are rendered
|
|
@@ -163,33 +163,33 @@ section.awsui_appbar_hyvsj_oe1jw_93 > .awsui_appbar-tools_hyvsj_oe1jw_125:not(#\
|
|
|
163
163
|
be lifted so it doesn't render behind the background element.
|
|
164
164
|
*/
|
|
165
165
|
}
|
|
166
|
-
section.
|
|
166
|
+
section.awsui_appbar_hyvsj_1naed_93:not(#\9):not(.awsui_has-breadcrumbs_hyvsj_1naed_166) {
|
|
167
167
|
display: none;
|
|
168
168
|
}
|
|
169
|
-
section.
|
|
170
|
-
section.
|
|
169
|
+
section.awsui_appbar_hyvsj_1naed_93 > .awsui_appbar-nav_hyvsj_1naed_117:not(#\9),
|
|
170
|
+
section.awsui_appbar_hyvsj_1naed_93 > .awsui_appbar-tools_hyvsj_1naed_125:not(#\9) {
|
|
171
171
|
display: none;
|
|
172
172
|
}
|
|
173
|
-
section.
|
|
173
|
+
section.awsui_appbar_hyvsj_1naed_93 > .awsui_breadcrumbs_hyvsj_1naed_121:not(#\9):not(.awsui_has-notifications-content_hyvsj_1naed_173) {
|
|
174
174
|
padding-top: var(--space-scaled-m-pv0fmt, 16px);
|
|
175
175
|
}
|
|
176
|
-
section.
|
|
176
|
+
section.awsui_appbar_hyvsj_1naed_93 > .awsui_breadcrumbs_hyvsj_1naed_121.awsui_has-notifications-content_hyvsj_1naed_173:not(#\9) {
|
|
177
177
|
padding-top: var(--space-scaled-2x-s-9svxjy, 12px);
|
|
178
178
|
}
|
|
179
|
-
section.
|
|
180
|
-
section.
|
|
179
|
+
section.awsui_appbar_hyvsj_1naed_93 > .awsui_breadcrumbs_hyvsj_1naed_121:not(#\9):not(.awsui_has-header_hyvsj_1naed_179):not(.awsui_has-dynamic-overlap-height_hyvsj_1naed_179),
|
|
180
|
+
section.awsui_appbar_hyvsj_1naed_93 > .awsui_breadcrumbs_hyvsj_1naed_121:not(#\9):not(.awsui_has-header_hyvsj_1naed_179).awsui_content-type-wizard_hyvsj_1naed_180 {
|
|
181
181
|
padding-bottom: var(--space-m-17eucw, 16px);
|
|
182
182
|
}
|
|
183
|
-
section.
|
|
184
|
-
section.
|
|
183
|
+
section.awsui_appbar_hyvsj_1naed_93 > .awsui_breadcrumbs_hyvsj_1naed_121.awsui_content-type-cards_hyvsj_1naed_183:not(#\9),
|
|
184
|
+
section.awsui_appbar_hyvsj_1naed_93 > .awsui_breadcrumbs_hyvsj_1naed_121.awsui_content-type-table_hyvsj_1naed_184:not(#\9) {
|
|
185
185
|
padding-bottom: var(--space-xxs-ynfts5, 4px);
|
|
186
186
|
}
|
|
187
|
-
section.
|
|
187
|
+
section.awsui_appbar_hyvsj_1naed_93 > .awsui_breadcrumbs_hyvsj_1naed_121.awsui_has-sticky-background_hyvsj_1naed_187:not(#\9) {
|
|
188
188
|
z-index: 799;
|
|
189
189
|
}
|
|
190
190
|
}
|
|
191
191
|
@media (max-width: 688px) {
|
|
192
|
-
section.
|
|
192
|
+
section.awsui_appbar_hyvsj_1naed_93:not(#\9) {
|
|
193
193
|
background-color: var(--color-background-home-header-mpq08f, #000716);
|
|
194
194
|
border-bottom: 1px solid var(--color-border-divider-default-7s2wjw, #e9ebed);
|
|
195
195
|
box-shadow: var(--shadow-panel-toggle-3fk0ch, 0px 6px 12px 1px rgba(0, 7, 22, 0.12));
|
|
@@ -198,18 +198,18 @@ section.awsui_appbar_hyvsj_oe1jw_93 > .awsui_appbar-tools_hyvsj_oe1jw_125:not(#\
|
|
|
198
198
|
height: calc(2 * var(--space-m-17eucw, 16px) + var(--space-scaled-xs-6859qs, 8px));
|
|
199
199
|
padding: 0 var(--space-m-17eucw, 16px);
|
|
200
200
|
position: sticky;
|
|
201
|
-
top: var(--awsui-offset-top-
|
|
201
|
+
top: var(--awsui-offset-top-20d8jh);
|
|
202
202
|
z-index: 1000;
|
|
203
203
|
/*
|
|
204
204
|
Remove any existing top and bottom padding from the Breadcrumbs since
|
|
205
205
|
they are now sticky positioned in the viewport with the AppBar.
|
|
206
206
|
*/
|
|
207
207
|
}
|
|
208
|
-
section.
|
|
209
|
-
section.
|
|
208
|
+
section.awsui_appbar_hyvsj_1naed_93 > .awsui_appbar-nav_hyvsj_1naed_117:not(#\9),
|
|
209
|
+
section.awsui_appbar_hyvsj_1naed_93 > .awsui_appbar-tools_hyvsj_1naed_125:not(#\9) {
|
|
210
210
|
display: block;
|
|
211
211
|
}
|
|
212
|
-
section.
|
|
212
|
+
section.awsui_appbar_hyvsj_1naed_93 > .awsui_breadcrumbs_hyvsj_1naed_121:not(#\9) {
|
|
213
213
|
padding: 0;
|
|
214
214
|
}
|
|
215
215
|
}
|
|
@@ -218,10 +218,10 @@ section.awsui_appbar_hyvsj_oe1jw_93 > .awsui_appbar-tools_hyvsj_oe1jw_125:not(#\
|
|
|
218
218
|
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
219
219
|
SPDX-License-Identifier: Apache-2.0
|
|
220
220
|
*/
|
|
221
|
-
div.
|
|
221
|
+
div.awsui_background_hyvsj_1naed_221:not(#\9) {
|
|
222
222
|
display: contents;
|
|
223
223
|
}
|
|
224
|
-
div.
|
|
224
|
+
div.awsui_background_hyvsj_1naed_221 > .awsui_notifications-appbar-header_hyvsj_1naed_224:not(#\9) {
|
|
225
225
|
background-color: var(--color-background-layout-main-sfhm4y, #ffffff);
|
|
226
226
|
grid-column: 1/span 5;
|
|
227
227
|
grid-row: 1/span 3;
|
|
@@ -233,13 +233,13 @@ div.awsui_background_hyvsj_oe1jw_221 > .awsui_notifications-appbar-header_hyvsj_
|
|
|
233
233
|
*/
|
|
234
234
|
}
|
|
235
235
|
@media (min-width: 689px) {
|
|
236
|
-
div.
|
|
236
|
+
div.awsui_background_hyvsj_1naed_221 > .awsui_notifications-appbar-header_hyvsj_1naed_224.awsui_has-sticky-background_hyvsj_1naed_187.awsui_has-notifications-content_hyvsj_1naed_173.awsui_sticky-notifications_hyvsj_1naed_236:not(#\9) {
|
|
237
237
|
position: sticky;
|
|
238
|
-
top: var(--awsui-offset-top-
|
|
238
|
+
top: var(--awsui-offset-top-20d8jh);
|
|
239
239
|
z-index: 799;
|
|
240
240
|
}
|
|
241
241
|
}
|
|
242
|
-
div.
|
|
242
|
+
div.awsui_background_hyvsj_1naed_221 > .awsui_overlap_hyvsj_1naed_242:not(#\9) {
|
|
243
243
|
background-color: var(--color-background-layout-main-sfhm4y, #ffffff);
|
|
244
244
|
grid-column: 1/span 5;
|
|
245
245
|
grid-row: 4;
|
|
@@ -251,9 +251,9 @@ div.awsui_background_hyvsj_oe1jw_221 > .awsui_overlap_hyvsj_oe1jw_242:not(#\9) {
|
|
|
251
251
|
*/
|
|
252
252
|
}
|
|
253
253
|
@media (min-width: 689px) {
|
|
254
|
-
div.
|
|
254
|
+
div.awsui_background_hyvsj_1naed_221 > .awsui_overlap_hyvsj_1naed_242.awsui_has-sticky-background_hyvsj_1naed_187:not(#\9) {
|
|
255
255
|
position: sticky;
|
|
256
|
-
top: var(--awsui-offset-top-with-notifications-
|
|
256
|
+
top: var(--awsui-offset-top-with-notifications-20d8jh);
|
|
257
257
|
z-index: 799;
|
|
258
258
|
}
|
|
259
259
|
}
|
|
@@ -262,13 +262,13 @@ div.awsui_background_hyvsj_oe1jw_221 > .awsui_overlap_hyvsj_oe1jw_242:not(#\9) {
|
|
|
262
262
|
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
263
263
|
SPDX-License-Identifier: Apache-2.0
|
|
264
264
|
*/
|
|
265
|
-
header.
|
|
265
|
+
header.awsui_content_hyvsj_1naed_180:not(#\9) {
|
|
266
266
|
grid-column: 3;
|
|
267
267
|
grid-row: 3;
|
|
268
268
|
padding-bottom: var(--space-content-header-padding-bottom-nvqytg, 24px);
|
|
269
269
|
}
|
|
270
270
|
@media (min-width: 689px) {
|
|
271
|
-
header.
|
|
271
|
+
header.awsui_content_hyvsj_1naed_180:not(#\9) {
|
|
272
272
|
/*
|
|
273
273
|
If Notifications exist and Breadcrumbs do not then Notifications
|
|
274
274
|
is the previous adjacent sibling to the Header. Add minimal top padding
|
|
@@ -286,25 +286,25 @@ header.awsui_content_hyvsj_oe1jw_180:not(#\9) {
|
|
|
286
286
|
circular buttons.
|
|
287
287
|
*/
|
|
288
288
|
}
|
|
289
|
-
header.
|
|
289
|
+
header.awsui_content_hyvsj_1naed_180.awsui_has-notifications-content_hyvsj_1naed_173:not(#\9):not(.awsui_has-breadcrumbs_hyvsj_1naed_166) {
|
|
290
290
|
padding-top: var(--space-scaled-xs-6859qs, 8px);
|
|
291
291
|
}
|
|
292
|
-
header.
|
|
292
|
+
header.awsui_content_hyvsj_1naed_180.awsui_has-breadcrumbs_hyvsj_1naed_166:not(#\9) {
|
|
293
293
|
padding-top: var(--space-xxs-ynfts5, 4px);
|
|
294
294
|
}
|
|
295
|
-
header.
|
|
295
|
+
header.awsui_content_hyvsj_1naed_180:not(#\9):not(.awsui_has-notifications-content_hyvsj_1naed_173):not(.awsui_has-breadcrumbs_hyvsj_1naed_166) {
|
|
296
296
|
padding-top: var(--space-scaled-xs-6859qs, 8px);
|
|
297
297
|
}
|
|
298
298
|
}
|
|
299
299
|
@media (max-width: 688px) {
|
|
300
|
-
header.
|
|
300
|
+
header.awsui_content_hyvsj_1naed_180:not(#\9) {
|
|
301
301
|
padding: var(--space-m-17eucw, 16px) 0 var(--space-content-header-padding-bottom-nvqytg, 24px);
|
|
302
302
|
/*
|
|
303
303
|
Breadcrumbs has moved to first position and sticky so Notifications
|
|
304
304
|
are now the previous adjacent sibling if they exist.
|
|
305
305
|
*/
|
|
306
306
|
}
|
|
307
|
-
header.
|
|
307
|
+
header.awsui_content_hyvsj_1naed_180.awsui_has-notifications-content_hyvsj_1naed_173:not(#\9) {
|
|
308
308
|
padding-top: var(--space-scaled-xs-6859qs, 8px);
|
|
309
309
|
}
|
|
310
310
|
}
|
|
@@ -330,26 +330,26 @@ header.awsui_content_hyvsj_oe1jw_180:not(#\9) {
|
|
|
330
330
|
circumstances regardless of whether the minContentWidth property is
|
|
331
331
|
explicitly set in script.
|
|
332
332
|
*/
|
|
333
|
-
.
|
|
334
|
-
--awsui-content-gap-left-
|
|
335
|
-
--awsui-content-gap-right-
|
|
336
|
-
--awsui-content-height-
|
|
337
|
-
--awsui-default-max-content-width-
|
|
338
|
-
--awsui-default-min-content-width-
|
|
339
|
-
--awsui-footer-height-
|
|
340
|
-
--awsui-header-height-
|
|
341
|
-
--awsui-layout-width-
|
|
342
|
-
--awsui-main-offset-left-
|
|
343
|
-
--awsui-max-content-width-
|
|
344
|
-
--awsui-min-content-width-
|
|
345
|
-
--awsui-notifications-height-
|
|
346
|
-
--awsui-offset-top-
|
|
347
|
-
--awsui-offset-top-with-notifications-
|
|
348
|
-
--awsui-overlap-height-
|
|
333
|
+
.awsui_layout_hyvsj_1naed_333:not(#\9) {
|
|
334
|
+
--awsui-content-gap-left-20d8jh: 0px;
|
|
335
|
+
--awsui-content-gap-right-20d8jh: 0px;
|
|
336
|
+
--awsui-content-height-20d8jh: calc(100vh - var(--awsui-header-height-20d8jh) - var(--awsui-footer-height-20d8jh));
|
|
337
|
+
--awsui-default-max-content-width-20d8jh: 1280px;
|
|
338
|
+
--awsui-default-min-content-width-20d8jh: 0px;
|
|
339
|
+
--awsui-footer-height-20d8jh: 0px;
|
|
340
|
+
--awsui-header-height-20d8jh: 0px;
|
|
341
|
+
--awsui-layout-width-20d8jh: 0px;
|
|
342
|
+
--awsui-main-offset-left-20d8jh: 0px;
|
|
343
|
+
--awsui-max-content-width-20d8jh: 0px;
|
|
344
|
+
--awsui-min-content-width-20d8jh: 280px;
|
|
345
|
+
--awsui-notifications-height-20d8jh: 0px;
|
|
346
|
+
--awsui-offset-top-20d8jh: 0px;
|
|
347
|
+
--awsui-offset-top-with-notifications-20d8jh: 0px;
|
|
348
|
+
--awsui-overlap-height-20d8jh: var(--space-dark-header-overlap-distance-hfejul, 36px);
|
|
349
349
|
background-color: var(--color-background-layout-main-sfhm4y, #ffffff);
|
|
350
350
|
display: grid;
|
|
351
|
-
grid-template-rows: repeat(3, auto) var(--awsui-overlap-height-
|
|
352
|
-
grid-template-columns: min-content minmax(var(--awsui-content-gap-left-
|
|
351
|
+
grid-template-rows: repeat(3, auto) var(--awsui-overlap-height-20d8jh) 1fr;
|
|
352
|
+
grid-template-columns: min-content minmax(var(--awsui-content-gap-left-20d8jh), 1fr) minmax(var(--awsui-default-min-content-width-20d8jh), var(--awsui-default-max-content-width-20d8jh)) minmax(var(--awsui-content-gap-right-20d8jh), 1fr) min-content;
|
|
353
353
|
position: relative;
|
|
354
354
|
/*
|
|
355
355
|
Only use the max content width custom property for the middle column definition
|
|
@@ -412,77 +412,77 @@ header.awsui_content_hyvsj_oe1jw_180:not(#\9) {
|
|
|
412
412
|
*/
|
|
413
413
|
}
|
|
414
414
|
@media (min-width: 1401px) {
|
|
415
|
-
.
|
|
416
|
-
--awsui-default-max-content-width-
|
|
415
|
+
.awsui_layout_hyvsj_1naed_333:not(#\9):not(.awsui_has-max-content-width_hyvsj_1naed_415) {
|
|
416
|
+
--awsui-default-max-content-width-20d8jh: 1280px;
|
|
417
417
|
}
|
|
418
418
|
}
|
|
419
419
|
@media (min-width: 1921px) {
|
|
420
|
-
.
|
|
421
|
-
--awsui-default-max-content-width-
|
|
420
|
+
.awsui_layout_hyvsj_1naed_333:not(#\9):not(.awsui_has-max-content-width_hyvsj_1naed_415) {
|
|
421
|
+
--awsui-default-max-content-width-20d8jh: 1440px;
|
|
422
422
|
}
|
|
423
423
|
}
|
|
424
424
|
@media (min-width: 2541px) {
|
|
425
|
-
.
|
|
426
|
-
--awsui-default-max-content-width-
|
|
425
|
+
.awsui_layout_hyvsj_1naed_333:not(#\9):not(.awsui_has-max-content-width_hyvsj_1naed_415) {
|
|
426
|
+
--awsui-default-max-content-width-20d8jh: 1620px;
|
|
427
427
|
}
|
|
428
428
|
}
|
|
429
|
-
.
|
|
430
|
-
--awsui-default-max-content-width-
|
|
429
|
+
.awsui_layout_hyvsj_1naed_333.awsui_has-max-content-width_hyvsj_1naed_415:not(#\9) {
|
|
430
|
+
--awsui-default-max-content-width-20d8jh: var(--awsui-max-content-width-20d8jh);
|
|
431
431
|
}
|
|
432
432
|
@media (min-width: 993px) {
|
|
433
|
-
.
|
|
434
|
-
--awsui-default-min-content-width-
|
|
433
|
+
.awsui_layout_hyvsj_1naed_333:not(#\9) {
|
|
434
|
+
--awsui-default-min-content-width-20d8jh: var(--awsui-min-content-width-20d8jh, 280px);
|
|
435
435
|
}
|
|
436
436
|
}
|
|
437
437
|
@media (max-width: 992px) {
|
|
438
|
-
.
|
|
439
|
-
--awsui-default-min-content-width-
|
|
438
|
+
.awsui_layout_hyvsj_1naed_333:not(#\9) {
|
|
439
|
+
--awsui-default-min-content-width-20d8jh: 0px;
|
|
440
440
|
}
|
|
441
441
|
}
|
|
442
|
-
.
|
|
443
|
-
--awsui-overlap-height-
|
|
442
|
+
.awsui_layout_hyvsj_1naed_333.awsui_is-overlap-disabled_hyvsj_1naed_442:not(#\9) {
|
|
443
|
+
--awsui-overlap-height-20d8jh: 0;
|
|
444
444
|
}
|
|
445
|
-
.
|
|
446
|
-
--awsui-offset-top-
|
|
447
|
-
min-height: var(--awsui-content-height-
|
|
445
|
+
.awsui_layout_hyvsj_1naed_333:not(#\9):not(.awsui_disable-body-scroll_hyvsj_1naed_445) {
|
|
446
|
+
--awsui-offset-top-20d8jh: var(--awsui-header-height-20d8jh);
|
|
447
|
+
min-height: var(--awsui-content-height-20d8jh);
|
|
448
448
|
}
|
|
449
|
-
.
|
|
450
|
-
--awsui-offset-top-with-notifications-
|
|
449
|
+
.awsui_layout_hyvsj_1naed_333:not(#\9):not(.awsui_disable-body-scroll_hyvsj_1naed_445):not(.awsui_has-sticky-notifications_hyvsj_1naed_449) {
|
|
450
|
+
--awsui-offset-top-with-notifications-20d8jh: var(--awsui-header-height-20d8jh);
|
|
451
451
|
}
|
|
452
|
-
.
|
|
453
|
-
--awsui-offset-top-with-notifications-
|
|
454
|
-
var(--awsui-header-height-
|
|
452
|
+
.awsui_layout_hyvsj_1naed_333:not(#\9):not(.awsui_disable-body-scroll_hyvsj_1naed_445).awsui_has-sticky-notifications_hyvsj_1naed_449 {
|
|
453
|
+
--awsui-offset-top-with-notifications-20d8jh: calc(
|
|
454
|
+
var(--awsui-header-height-20d8jh) + var(--awsui-notifications-height-20d8jh) + var(--space-xs-rsr2qu, 8px) + var(--space-xxxs-k2w98v, 2px)
|
|
455
455
|
);
|
|
456
456
|
}
|
|
457
|
-
.
|
|
458
|
-
--awsui-offset-top-
|
|
459
|
-
grid-template-rows: repeat(3, auto) var(--awsui-overlap-height-
|
|
460
|
-
height: var(--awsui-content-height-
|
|
457
|
+
.awsui_layout_hyvsj_1naed_333.awsui_disable-body-scroll_hyvsj_1naed_445:not(#\9) {
|
|
458
|
+
--awsui-offset-top-20d8jh: 0px;
|
|
459
|
+
grid-template-rows: repeat(3, auto) var(--awsui-overlap-height-20d8jh) 1fr auto;
|
|
460
|
+
height: var(--awsui-content-height-20d8jh);
|
|
461
461
|
overflow-y: scroll;
|
|
462
462
|
}
|
|
463
|
-
.
|
|
464
|
-
grid-template-rows: repeat(3, auto) var(--awsui-overlap-height-
|
|
463
|
+
.awsui_layout_hyvsj_1naed_333.awsui_disable-body-scroll_hyvsj_1naed_445.awsui_has-split-panel_hyvsj_1naed_463.awsui_split-panel-position-bottom_hyvsj_1naed_463:not(#\9) {
|
|
464
|
+
grid-template-rows: repeat(3, auto) var(--awsui-overlap-height-20d8jh) repeat(2, auto);
|
|
465
465
|
}
|
|
466
|
-
.
|
|
467
|
-
--awsui-offset-top-with-notifications-
|
|
466
|
+
.awsui_layout_hyvsj_1naed_333.awsui_disable-body-scroll_hyvsj_1naed_445:not(#\9):not(.awsui_has-sticky-notifications_hyvsj_1naed_449) {
|
|
467
|
+
--awsui-offset-top-with-notifications-20d8jh: 0px;
|
|
468
468
|
}
|
|
469
|
-
.
|
|
470
|
-
--awsui-offset-top-with-notifications-
|
|
471
|
-
var(--awsui-notifications-height-
|
|
469
|
+
.awsui_layout_hyvsj_1naed_333.awsui_disable-body-scroll_hyvsj_1naed_445.awsui_has-sticky-notifications_hyvsj_1naed_449:not(#\9) {
|
|
470
|
+
--awsui-offset-top-with-notifications-20d8jh: calc(
|
|
471
|
+
var(--awsui-notifications-height-20d8jh) + var(--space-xs-rsr2qu, 8px) + var(--space-xxs-ynfts5, 4px)
|
|
472
472
|
);
|
|
473
473
|
}
|
|
474
474
|
@media (min-width: 689px) {
|
|
475
|
-
.
|
|
476
|
-
--awsui-content-gap-left-
|
|
475
|
+
.awsui_layout_hyvsj_1naed_333.awsui_has-content-gap-left_hyvsj_1naed_475:not(#\9) {
|
|
476
|
+
--awsui-content-gap-left-20d8jh: var(--space-scaled-2x-xxxl-lbp35j, 40px);
|
|
477
477
|
}
|
|
478
|
-
.
|
|
479
|
-
--awsui-content-gap-right-
|
|
478
|
+
.awsui_layout_hyvsj_1naed_333.awsui_has-content-gap-right_hyvsj_1naed_478:not(#\9) {
|
|
479
|
+
--awsui-content-gap-right-20d8jh: var(--space-scaled-2x-xxxl-lbp35j, 40px);
|
|
480
480
|
}
|
|
481
481
|
}
|
|
482
482
|
@media (max-width: 688px) {
|
|
483
|
-
.
|
|
484
|
-
--awsui-content-gap-left-
|
|
485
|
-
--awsui-content-gap-right-
|
|
483
|
+
.awsui_layout_hyvsj_1naed_333:not(#\9) {
|
|
484
|
+
--awsui-content-gap-left-20d8jh: var(--space-l-4vl6xu, 20px);
|
|
485
|
+
--awsui-content-gap-right-20d8jh: var(--space-l-4vl6xu, 20px);
|
|
486
486
|
}
|
|
487
487
|
}
|
|
488
488
|
|
|
@@ -490,7 +490,7 @@ header.awsui_content_hyvsj_oe1jw_180:not(#\9) {
|
|
|
490
490
|
This CSS class is applied to the document body to prevent overflow scrolling
|
|
491
491
|
when the navigation or tools drawers are open in responsive viewports.
|
|
492
492
|
*/
|
|
493
|
-
.awsui_block-body-
|
|
493
|
+
.awsui_block-body-scroll_hyvsj_1naed_493:not(#\9) {
|
|
494
494
|
overflow: hidden;
|
|
495
495
|
}
|
|
496
496
|
|
|
@@ -498,7 +498,7 @@ when the navigation or tools drawers are open in responsive viewports.
|
|
|
498
498
|
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
499
499
|
SPDX-License-Identifier: Apache-2.0
|
|
500
500
|
*/
|
|
501
|
-
.
|
|
501
|
+
.awsui_container_hyvsj_1naed_501:not(#\9) {
|
|
502
502
|
grid-column: 3;
|
|
503
503
|
grid-row: 4/span 2;
|
|
504
504
|
padding-bottom: var(--space-layout-content-bottom-kg9l42, 40px);
|
|
@@ -521,23 +521,23 @@ when the navigation or tools drawers are open in responsive viewports.
|
|
|
521
521
|
under various circumstances.
|
|
522
522
|
*/
|
|
523
523
|
}
|
|
524
|
-
.
|
|
525
|
-
padding-bottom: calc(var(--awsui-split-panel-height-
|
|
524
|
+
.awsui_container_hyvsj_1naed_501.awsui_has-split-panel_hyvsj_1naed_463.awsui_split-panel-position-bottom_hyvsj_1naed_463:not(#\9) {
|
|
525
|
+
padding-bottom: calc(var(--awsui-split-panel-height-20d8jh) + var(--space-layout-content-bottom-kg9l42, 40px));
|
|
526
526
|
}
|
|
527
|
-
.
|
|
527
|
+
.awsui_container_hyvsj_1naed_501.awsui_disable-content-paddings_hyvsj_1naed_527:not(#\9) {
|
|
528
528
|
grid-column: 1/6;
|
|
529
529
|
padding: 0;
|
|
530
530
|
}
|
|
531
531
|
@media (min-width: 689px) {
|
|
532
|
-
.
|
|
532
|
+
.awsui_container_hyvsj_1naed_501.awsui_disable-content-paddings_hyvsj_1naed_527.awsui_is-navigation-open_hyvsj_1naed_532:not(#\9) {
|
|
533
533
|
grid-column-start: 2;
|
|
534
534
|
}
|
|
535
|
-
.
|
|
535
|
+
.awsui_container_hyvsj_1naed_501.awsui_disable-content-paddings_hyvsj_1naed_527.awsui_is-tools-open_hyvsj_1naed_535:not(#\9), .awsui_container_hyvsj_1naed_501.awsui_disable-content-paddings_hyvsj_1naed_527.awsui_is-split-panel-open_hyvsj_1naed_535.awsui_split-panel-position-side_hyvsj_1naed_535:not(#\9) {
|
|
536
536
|
grid-column-end: 5;
|
|
537
537
|
}
|
|
538
538
|
}
|
|
539
539
|
@media (min-width: 689px) {
|
|
540
|
-
.
|
|
540
|
+
.awsui_container_hyvsj_1naed_501:not(#\9):not(.awsui_disable-content-paddings_hyvsj_1naed_527) {
|
|
541
541
|
/*
|
|
542
542
|
Notifications is the previous adjacent sibling to the Main in
|
|
543
543
|
desktop viewports if there are no Breadcrumbs or Header. Use additional
|
|
@@ -552,18 +552,18 @@ when the navigation or tools drawers are open in responsive viewports.
|
|
|
552
552
|
sibling to the Main which requires no top padding.
|
|
553
553
|
*/
|
|
554
554
|
}
|
|
555
|
-
.
|
|
555
|
+
.awsui_container_hyvsj_1naed_501:not(#\9):not(.awsui_disable-content-paddings_hyvsj_1naed_527).awsui_content-type-default_hyvsj_1naed_555.awsui_has-notifications-content_hyvsj_1naed_173:not(.awsui_has-breadcrumbs_hyvsj_1naed_166):not(.awsui_has-header_hyvsj_1naed_179):not(.awsui_has-dynamic-overlap-height_hyvsj_1naed_179), .awsui_container_hyvsj_1naed_501:not(#\9):not(.awsui_disable-content-paddings_hyvsj_1naed_527).awsui_content-type-form_hyvsj_1naed_555.awsui_has-notifications-content_hyvsj_1naed_173:not(.awsui_has-breadcrumbs_hyvsj_1naed_166):not(.awsui_has-header_hyvsj_1naed_179):not(.awsui_has-dynamic-overlap-height_hyvsj_1naed_179) {
|
|
556
556
|
padding-top: var(--space-scaled-m-pv0fmt, 16px);
|
|
557
557
|
}
|
|
558
|
-
.
|
|
558
|
+
.awsui_container_hyvsj_1naed_501:not(#\9):not(.awsui_disable-content-paddings_hyvsj_1naed_527).awsui_content-type-default_hyvsj_1naed_555:not(.awsui_has-notifications-content_hyvsj_1naed_173):not(.awsui_has-breadcrumbs_hyvsj_1naed_166):not(.awsui_has-header_hyvsj_1naed_179):not(.awsui_has-dynamic-overlap-height_hyvsj_1naed_179), .awsui_container_hyvsj_1naed_501:not(#\9):not(.awsui_disable-content-paddings_hyvsj_1naed_527).awsui_content-type-form_hyvsj_1naed_555:not(.awsui_has-notifications-content_hyvsj_1naed_173):not(.awsui_has-breadcrumbs_hyvsj_1naed_166):not(.awsui_has-header_hyvsj_1naed_179):not(.awsui_has-dynamic-overlap-height_hyvsj_1naed_179) {
|
|
559
559
|
padding-top: var(--space-scaled-xs-6859qs, 8px);
|
|
560
560
|
}
|
|
561
|
-
.
|
|
561
|
+
.awsui_container_hyvsj_1naed_501:not(#\9):not(.awsui_disable-content-paddings_hyvsj_1naed_527).awsui_has-header_hyvsj_1naed_179, .awsui_container_hyvsj_1naed_501:not(#\9):not(.awsui_disable-content-paddings_hyvsj_1naed_527).awsui_has-dynamic-overlap-height_hyvsj_1naed_179 {
|
|
562
562
|
padding-top: 0;
|
|
563
563
|
}
|
|
564
564
|
}
|
|
565
565
|
@media (max-width: 688px) {
|
|
566
|
-
.
|
|
566
|
+
.awsui_container_hyvsj_1naed_501:not(#\9):not(.awsui_disable-content-paddings_hyvsj_1naed_527) {
|
|
567
567
|
/*
|
|
568
568
|
If the Notifications exist but the Header does not then the
|
|
569
569
|
Notifications is the previous adjacent sibling to the Main
|
|
@@ -578,23 +578,23 @@ when the navigation or tools drawers are open in responsive viewports.
|
|
|
578
578
|
sibling to the Main which requires no top padding.
|
|
579
579
|
*/
|
|
580
580
|
}
|
|
581
|
-
.
|
|
581
|
+
.awsui_container_hyvsj_1naed_501:not(#\9):not(.awsui_disable-content-paddings_hyvsj_1naed_527).awsui_content-type-default_hyvsj_1naed_555.awsui_has-notifications-content_hyvsj_1naed_173:not(.awsui_has-header_hyvsj_1naed_179):not(.awsui_has-dynamic-overlap-height_hyvsj_1naed_179), .awsui_container_hyvsj_1naed_501:not(#\9):not(.awsui_disable-content-paddings_hyvsj_1naed_527).awsui_content-type-form_hyvsj_1naed_555.awsui_has-notifications-content_hyvsj_1naed_173:not(.awsui_has-header_hyvsj_1naed_179):not(.awsui_has-dynamic-overlap-height_hyvsj_1naed_179) {
|
|
582
582
|
padding-top: var(--space-scaled-m-pv0fmt, 16px);
|
|
583
583
|
}
|
|
584
|
-
.
|
|
584
|
+
.awsui_container_hyvsj_1naed_501:not(#\9):not(.awsui_disable-content-paddings_hyvsj_1naed_527).awsui_content-type-default_hyvsj_1naed_555:not(.awsui_has-notifications-content_hyvsj_1naed_173):not(.awsui_has-header_hyvsj_1naed_179):not(.awsui_has-dynamic-overlap-height_hyvsj_1naed_179), .awsui_container_hyvsj_1naed_501:not(#\9):not(.awsui_disable-content-paddings_hyvsj_1naed_527).awsui_content-type-form_hyvsj_1naed_555:not(.awsui_has-notifications-content_hyvsj_1naed_173):not(.awsui_has-header_hyvsj_1naed_179):not(.awsui_has-dynamic-overlap-height_hyvsj_1naed_179) {
|
|
585
585
|
padding-top: var(--space-scaled-m-pv0fmt, 16px);
|
|
586
586
|
}
|
|
587
|
-
.
|
|
587
|
+
.awsui_container_hyvsj_1naed_501:not(#\9):not(.awsui_disable-content-paddings_hyvsj_1naed_527).awsui_has-header_hyvsj_1naed_179, .awsui_container_hyvsj_1naed_501:not(#\9):not(.awsui_disable-content-paddings_hyvsj_1naed_527).awsui_has-dynamic-overlap-height_hyvsj_1naed_179 {
|
|
588
588
|
padding-top: 0;
|
|
589
589
|
}
|
|
590
590
|
}
|
|
591
|
-
.
|
|
591
|
+
.awsui_container_hyvsj_1naed_501.awsui_content-type-cards_hyvsj_1naed_183:not(#\9), .awsui_container_hyvsj_1naed_501.awsui_content-type-table_hyvsj_1naed_184:not(#\9), .awsui_container_hyvsj_1naed_501.awsui_content-type-wizard_hyvsj_1naed_180:not(#\9) {
|
|
592
592
|
padding-top: 0;
|
|
593
593
|
}
|
|
594
594
|
|
|
595
595
|
/* stylelint-disable selector-max-universal, selector-combinator-disallowed-list */
|
|
596
|
-
.
|
|
597
|
-
.
|
|
596
|
+
.awsui_unfocusable_hyvsj_1naed_596:not(#\9),
|
|
597
|
+
.awsui_unfocusable_hyvsj_1naed_596 *:not(#\9) {
|
|
598
598
|
visibility: hidden !important;
|
|
599
599
|
}
|
|
600
600
|
|
|
@@ -603,14 +603,14 @@ when the navigation or tools drawers are open in responsive viewports.
|
|
|
603
603
|
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
604
604
|
SPDX-License-Identifier: Apache-2.0
|
|
605
605
|
*/
|
|
606
|
-
.awsui_navigation-
|
|
607
|
-
--awsui-navigation-width-
|
|
606
|
+
.awsui_navigation-container_hyvsj_1naed_606:not(#\9) {
|
|
607
|
+
--awsui-navigation-width-20d8jh: 280px;
|
|
608
608
|
display: flex;
|
|
609
609
|
grid-column: 1;
|
|
610
610
|
grid-row: 1/span 5;
|
|
611
|
-
height: var(--awsui-content-height-
|
|
611
|
+
height: var(--awsui-content-height-20d8jh);
|
|
612
612
|
position: sticky;
|
|
613
|
-
top: var(--awsui-offset-top-
|
|
613
|
+
top: var(--awsui-offset-top-20d8jh);
|
|
614
614
|
z-index: 850;
|
|
615
615
|
/*
|
|
616
616
|
The navigation and tools containers (that contain the toggle buttons)
|
|
@@ -625,27 +625,27 @@ when the navigation or tools drawers are open in responsive viewports.
|
|
|
625
625
|
pointer-events: none;
|
|
626
626
|
}
|
|
627
627
|
@media (min-width: 2541px) {
|
|
628
|
-
.awsui_navigation-
|
|
629
|
-
--awsui-navigation-width-
|
|
628
|
+
.awsui_navigation-container_hyvsj_1naed_606:not(#\9) {
|
|
629
|
+
--awsui-navigation-width-20d8jh: 320px;
|
|
630
630
|
}
|
|
631
631
|
}
|
|
632
632
|
@media (max-width: 688px) {
|
|
633
|
-
.awsui_navigation-
|
|
633
|
+
.awsui_navigation-container_hyvsj_1naed_606:not(#\9) {
|
|
634
634
|
left: 0;
|
|
635
635
|
position: fixed;
|
|
636
|
-
top: var(--awsui-offset-top-
|
|
636
|
+
top: var(--awsui-offset-top-20d8jh);
|
|
637
637
|
z-index: 1001;
|
|
638
638
|
}
|
|
639
639
|
}
|
|
640
640
|
|
|
641
|
-
nav.awsui_show-
|
|
641
|
+
nav.awsui_show-navigation_hyvsj_1naed_641:not(#\9) {
|
|
642
642
|
padding: var(--space-scaled-s-cu1hzn, 12px) var(--space-layout-toggle-padding-axl9jr, 20px);
|
|
643
643
|
/*
|
|
644
644
|
Apply the animation only in desktop viewports because the AppBar will
|
|
645
645
|
take control in responsive viewports.
|
|
646
646
|
*/
|
|
647
647
|
}
|
|
648
|
-
@keyframes
|
|
648
|
+
@keyframes awsui_showButtons_hyvsj_1naed_1 {
|
|
649
649
|
0% {
|
|
650
650
|
opacity: 0;
|
|
651
651
|
}
|
|
@@ -653,31 +653,31 @@ nav.awsui_show-navigation_hyvsj_oe1jw_641:not(#\9) {
|
|
|
653
653
|
opacity: 1;
|
|
654
654
|
}
|
|
655
655
|
}
|
|
656
|
-
nav.awsui_show-
|
|
656
|
+
nav.awsui_show-navigation_hyvsj_1naed_641.awsui_is-navigation-open_hyvsj_1naed_532:not(#\9) {
|
|
657
657
|
display: none;
|
|
658
658
|
}
|
|
659
659
|
@media (min-width: 689px) {
|
|
660
|
-
nav.awsui_show-
|
|
660
|
+
nav.awsui_show-navigation_hyvsj_1naed_641:not(#\9):not(.awsui_is-navigation-open_hyvsj_1naed_532) {
|
|
661
661
|
display: block;
|
|
662
662
|
}
|
|
663
|
-
nav.awsui_show-
|
|
664
|
-
animation:
|
|
663
|
+
nav.awsui_show-navigation_hyvsj_1naed_641:not(#\9):not(.awsui_is-navigation-open_hyvsj_1naed_532).awsui_animating_hyvsj_1naed_663 {
|
|
664
|
+
animation: awsui_showButtons_hyvsj_1naed_1 var(--motion-duration-refresh-only-fast-addxjd, 115ms);
|
|
665
665
|
}
|
|
666
666
|
}
|
|
667
667
|
@media (min-width: 689px) and (prefers-reduced-motion: reduce) {
|
|
668
|
-
nav.awsui_show-
|
|
668
|
+
nav.awsui_show-navigation_hyvsj_1naed_641:not(#\9):not(.awsui_is-navigation-open_hyvsj_1naed_532).awsui_animating_hyvsj_1naed_663 {
|
|
669
669
|
animation: none;
|
|
670
670
|
transition: none;
|
|
671
671
|
}
|
|
672
672
|
}
|
|
673
673
|
@media (min-width: 689px) {
|
|
674
|
-
.awsui-motion-disabled nav.awsui_show-
|
|
674
|
+
.awsui-motion-disabled nav.awsui_show-navigation_hyvsj_1naed_641:not(#\9):not(.awsui_is-navigation-open_hyvsj_1naed_532).awsui_animating_hyvsj_1naed_663, .awsui-mode-entering nav.awsui_show-navigation_hyvsj_1naed_641:not(#\9):not(.awsui_is-navigation-open_hyvsj_1naed_532).awsui_animating_hyvsj_1naed_663 {
|
|
675
675
|
animation: none;
|
|
676
676
|
transition: none;
|
|
677
677
|
}
|
|
678
678
|
}
|
|
679
679
|
|
|
680
|
-
nav.
|
|
680
|
+
nav.awsui_navigation_hyvsj_1naed_606:not(#\9) {
|
|
681
681
|
background-color: var(--color-background-container-content-i8i4a0, #ffffff);
|
|
682
682
|
box-shadow: var(--shadow-panel-gp3bf2, 0px 1px 1px 1px #e9ebed, 0px 6px 36px rgba(0, 7, 22, 0.1));
|
|
683
683
|
bottom: 0;
|
|
@@ -694,43 +694,43 @@ nav.awsui_navigation_hyvsj_oe1jw_606:not(#\9) {
|
|
|
694
694
|
prevent unwanted text wrapping.
|
|
695
695
|
*/
|
|
696
696
|
}
|
|
697
|
-
@keyframes
|
|
697
|
+
@keyframes awsui_openNavigation_hyvsj_1naed_1 {
|
|
698
698
|
from {
|
|
699
699
|
opacity: 0;
|
|
700
700
|
width: calc(var(--space-layout-toggle-padding-axl9jr, 20px) * 2 + var(--space-layout-toggle-diameter-hzvqtj, 40px));
|
|
701
701
|
}
|
|
702
702
|
to {
|
|
703
703
|
opacity: 1;
|
|
704
|
-
width: var(--awsui-navigation-width-
|
|
704
|
+
width: var(--awsui-navigation-width-20d8jh);
|
|
705
705
|
}
|
|
706
706
|
}
|
|
707
|
-
nav.
|
|
707
|
+
nav.awsui_navigation_hyvsj_1naed_606:not(#\9):not(.awsui_is-navigation-open_hyvsj_1naed_532) {
|
|
708
708
|
width: 0;
|
|
709
709
|
display: none;
|
|
710
710
|
}
|
|
711
|
-
nav.
|
|
712
|
-
animation:
|
|
711
|
+
nav.awsui_navigation_hyvsj_1naed_606.awsui_is-navigation-open_hyvsj_1naed_532.awsui_animating_hyvsj_1naed_663:not(#\9) {
|
|
712
|
+
animation: awsui_openNavigation_hyvsj_1naed_1 var(--motion-duration-refresh-only-fast-addxjd, 115ms);
|
|
713
713
|
}
|
|
714
714
|
@media (prefers-reduced-motion: reduce) {
|
|
715
|
-
nav.
|
|
715
|
+
nav.awsui_navigation_hyvsj_1naed_606.awsui_is-navigation-open_hyvsj_1naed_532.awsui_animating_hyvsj_1naed_663:not(#\9) {
|
|
716
716
|
animation: none;
|
|
717
717
|
transition: none;
|
|
718
718
|
}
|
|
719
719
|
}
|
|
720
|
-
.awsui-motion-disabled nav.
|
|
720
|
+
.awsui-motion-disabled nav.awsui_navigation_hyvsj_1naed_606.awsui_is-navigation-open_hyvsj_1naed_532.awsui_animating_hyvsj_1naed_663:not(#\9), .awsui-mode-entering nav.awsui_navigation_hyvsj_1naed_606.awsui_is-navigation-open_hyvsj_1naed_532.awsui_animating_hyvsj_1naed_663:not(#\9) {
|
|
721
721
|
animation: none;
|
|
722
722
|
transition: none;
|
|
723
723
|
}
|
|
724
|
-
nav.
|
|
725
|
-
width: var(--awsui-navigation-width-
|
|
724
|
+
nav.awsui_navigation_hyvsj_1naed_606 > .awsui_animated-content_hyvsj_1naed_724:not(#\9) {
|
|
725
|
+
width: var(--awsui-navigation-width-20d8jh);
|
|
726
726
|
}
|
|
727
727
|
@media (max-width: 688px) {
|
|
728
|
-
nav.
|
|
729
|
-
--awsui-navigation-width-
|
|
728
|
+
nav.awsui_navigation_hyvsj_1naed_606:not(#\9) {
|
|
729
|
+
--awsui-navigation-width-20d8jh: 100vw;
|
|
730
730
|
}
|
|
731
731
|
}
|
|
732
732
|
|
|
733
|
-
.awsui_hide-
|
|
733
|
+
.awsui_hide-navigation_hyvsj_1naed_733:not(#\9) {
|
|
734
734
|
position: absolute;
|
|
735
735
|
right: var(--space-m-17eucw, 16px);
|
|
736
736
|
top: var(--size-vertical-panel-icon-offset-ti40n4, 15px);
|
|
@@ -740,7 +740,7 @@ nav.awsui_navigation_hyvsj_oe1jw_606 > .awsui_animated-content_hyvsj_oe1jw_724:n
|
|
|
740
740
|
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
741
741
|
SPDX-License-Identifier: Apache-2.0
|
|
742
742
|
*/
|
|
743
|
-
.
|
|
743
|
+
.awsui_notifications_hyvsj_1naed_224:not(#\9) {
|
|
744
744
|
grid-column: 3;
|
|
745
745
|
grid-row: 1;
|
|
746
746
|
z-index: 825;
|
|
@@ -757,30 +757,31 @@ nav.awsui_navigation_hyvsj_oe1jw_606 > .awsui_animated-content_hyvsj_oe1jw_724:n
|
|
|
757
757
|
*/
|
|
758
758
|
}
|
|
759
759
|
@media (min-width: 689px) {
|
|
760
|
-
.
|
|
760
|
+
.awsui_notifications_hyvsj_1naed_224:not(#\9) {
|
|
761
761
|
margin: var(--space-xs-rsr2qu, 8px) 0;
|
|
762
762
|
/*
|
|
763
763
|
var(--space-xs-rsr2qu, 8px) token needs to align with the $offsetTopWithNotifications
|
|
764
764
|
calculation in the layout CSS.
|
|
765
765
|
*/
|
|
766
766
|
}
|
|
767
|
-
.
|
|
767
|
+
.awsui_notifications_hyvsj_1naed_224.awsui_sticky-notifications_hyvsj_1naed_236:not(#\9) {
|
|
768
768
|
position: sticky;
|
|
769
|
-
top: calc(var(--awsui-offset-top-
|
|
769
|
+
top: calc(var(--awsui-offset-top-20d8jh) + var(--space-xs-rsr2qu, 8px));
|
|
770
|
+
--awsui-flashbar-sticky-bottom-margin-20d8jh: var(--space-xxl-2nvmf1, 32px);
|
|
770
771
|
}
|
|
771
|
-
.
|
|
772
|
+
.awsui_notifications_hyvsj_1naed_224:not(#\9):not(.awsui_has-notifications-content_hyvsj_1naed_173) {
|
|
772
773
|
margin: 0;
|
|
773
774
|
}
|
|
774
775
|
}
|
|
775
776
|
@media (max-width: 688px) {
|
|
776
|
-
.
|
|
777
|
+
.awsui_notifications_hyvsj_1naed_224:not(#\9) {
|
|
777
778
|
grid-row: 2;
|
|
778
779
|
margin: var(--space-scaled-s-cu1hzn, 12px) 0;
|
|
779
780
|
}
|
|
780
|
-
.
|
|
781
|
+
.awsui_notifications_hyvsj_1naed_224.awsui_sticky-notifications_hyvsj_1naed_236:not(#\9) {
|
|
781
782
|
position: static;
|
|
782
783
|
}
|
|
783
|
-
.
|
|
784
|
+
.awsui_notifications_hyvsj_1naed_224:not(#\9):not(.awsui_has-notifications-content_hyvsj_1naed_173) {
|
|
784
785
|
margin: 0;
|
|
785
786
|
}
|
|
786
787
|
}
|
|
@@ -795,13 +796,13 @@ as the content area. This row is defined as 1 fractional unit which will
|
|
|
795
796
|
consume the remaining vertical space in the grid after the notifications
|
|
796
797
|
and breadcrumbs.
|
|
797
798
|
*/
|
|
798
|
-
section.awsui_split-panel-
|
|
799
|
+
section.awsui_split-panel-bottom_hyvsj_1naed_799:not(#\9) {
|
|
799
800
|
/*
|
|
800
801
|
The align self property will position the split panel at the bottom of the grid row.
|
|
801
802
|
This could be off the viewport if the content area has enough content to be scrollable.
|
|
802
803
|
*/
|
|
803
804
|
align-self: end;
|
|
804
|
-
bottom: var(--awsui-footer-height-
|
|
805
|
+
bottom: var(--awsui-footer-height-20d8jh);
|
|
805
806
|
display: none;
|
|
806
807
|
grid-column: 1/6;
|
|
807
808
|
grid-row: 5;
|
|
@@ -830,47 +831,47 @@ section.awsui_split-panel-bottom_hyvsj_oe1jw_798:not(#\9) {
|
|
|
830
831
|
apply the animation to the height property.
|
|
831
832
|
*/
|
|
832
833
|
}
|
|
833
|
-
@keyframes
|
|
834
|
+
@keyframes awsui_openSplitPanelBottom_hyvsj_1naed_1 {
|
|
834
835
|
from {
|
|
835
|
-
height: var(--awsui-split-panel-reported-header-size-
|
|
836
|
+
height: var(--awsui-split-panel-reported-header-size-20d8jh, 0);
|
|
836
837
|
}
|
|
837
838
|
to {
|
|
838
|
-
height: var(--awsui-split-panel-reported-size-
|
|
839
|
+
height: var(--awsui-split-panel-reported-size-20d8jh);
|
|
839
840
|
}
|
|
840
841
|
}
|
|
841
|
-
section.awsui_split-panel-
|
|
842
|
+
section.awsui_split-panel-bottom_hyvsj_1naed_799.awsui_disable-body-scroll_hyvsj_1naed_445:not(#\9) {
|
|
842
843
|
bottom: 0;
|
|
843
844
|
}
|
|
844
|
-
section.awsui_split-panel-
|
|
845
|
+
section.awsui_split-panel-bottom_hyvsj_1naed_799.awsui_is-navigation-open_hyvsj_1naed_532.awsui_position-bottom_hyvsj_1naed_845:not(#\9) {
|
|
845
846
|
grid-column-start: 2;
|
|
846
847
|
}
|
|
847
|
-
section.awsui_split-panel-
|
|
848
|
+
section.awsui_split-panel-bottom_hyvsj_1naed_799.awsui_is-tools-open_hyvsj_1naed_535.awsui_position-bottom_hyvsj_1naed_845:not(#\9) {
|
|
848
849
|
grid-column-end: 5;
|
|
849
850
|
}
|
|
850
|
-
section.awsui_split-panel-
|
|
851
|
+
section.awsui_split-panel-bottom_hyvsj_1naed_799.awsui_position-bottom_hyvsj_1naed_845:not(#\9) {
|
|
851
852
|
display: block;
|
|
852
853
|
}
|
|
853
|
-
section.awsui_split-panel-
|
|
854
|
+
section.awsui_split-panel-bottom_hyvsj_1naed_799:not(#\9):not(.awsui_is-split-panel-open_hyvsj_1naed_535).awsui_position-bottom_hyvsj_1naed_845 {
|
|
854
855
|
box-shadow: rgba(0, 7, 22, 0.1) 0px -32px 32px -24px;
|
|
855
856
|
}
|
|
856
|
-
section.awsui_split-panel-
|
|
857
|
+
section.awsui_split-panel-bottom_hyvsj_1naed_799.awsui_is-split-panel-open_hyvsj_1naed_535.awsui_position-bottom_hyvsj_1naed_845:not(#\9) {
|
|
857
858
|
box-shadow: var(--shadow-split-bottom-otfetg, 0px -36px 36px -36px rgba(0, 7, 22, 0.1));
|
|
858
859
|
}
|
|
859
|
-
section.awsui_split-panel-
|
|
860
|
-
animation:
|
|
860
|
+
section.awsui_split-panel-bottom_hyvsj_1naed_799.awsui_is-split-panel-open_hyvsj_1naed_535.awsui_position-bottom_hyvsj_1naed_845.awsui_animating_hyvsj_1naed_663:not(#\9) {
|
|
861
|
+
animation: awsui_openSplitPanelBottom_hyvsj_1naed_1 var(--motion-duration-refresh-only-fast-addxjd, 115ms);
|
|
861
862
|
}
|
|
862
863
|
@media (prefers-reduced-motion: reduce) {
|
|
863
|
-
section.awsui_split-panel-
|
|
864
|
+
section.awsui_split-panel-bottom_hyvsj_1naed_799.awsui_is-split-panel-open_hyvsj_1naed_535.awsui_position-bottom_hyvsj_1naed_845.awsui_animating_hyvsj_1naed_663:not(#\9) {
|
|
864
865
|
animation: none;
|
|
865
866
|
transition: none;
|
|
866
867
|
}
|
|
867
868
|
}
|
|
868
|
-
.awsui-motion-disabled section.awsui_split-panel-
|
|
869
|
+
.awsui-motion-disabled section.awsui_split-panel-bottom_hyvsj_1naed_799.awsui_is-split-panel-open_hyvsj_1naed_535.awsui_position-bottom_hyvsj_1naed_845.awsui_animating_hyvsj_1naed_663:not(#\9), .awsui-mode-entering section.awsui_split-panel-bottom_hyvsj_1naed_799.awsui_is-split-panel-open_hyvsj_1naed_535.awsui_position-bottom_hyvsj_1naed_845.awsui_animating_hyvsj_1naed_663:not(#\9) {
|
|
869
870
|
animation: none;
|
|
870
871
|
transition: none;
|
|
871
872
|
}
|
|
872
873
|
|
|
873
|
-
section.awsui_split-panel-
|
|
874
|
+
section.awsui_split-panel-side_hyvsj_1naed_874:not(#\9) {
|
|
874
875
|
height: 100%;
|
|
875
876
|
overflow-x: hidden;
|
|
876
877
|
pointer-events: auto;
|
|
@@ -885,41 +886,41 @@ section.awsui_split-panel-side_hyvsj_oe1jw_873:not(#\9) {
|
|
|
885
886
|
prevent unwanted text wrapping.
|
|
886
887
|
*/
|
|
887
888
|
}
|
|
888
|
-
@keyframes
|
|
889
|
+
@keyframes awsui_openSplitPanelSide_hyvsj_1naed_1 {
|
|
889
890
|
from {
|
|
890
891
|
opacity: 0;
|
|
891
|
-
width: var(--awsui-split-panel-min-width-
|
|
892
|
+
width: var(--awsui-split-panel-min-width-20d8jh, 280px);
|
|
892
893
|
}
|
|
893
894
|
to {
|
|
894
895
|
opacity: 1;
|
|
895
|
-
width: var(--awsui-split-panel-reported-size-
|
|
896
|
+
width: var(--awsui-split-panel-reported-size-20d8jh);
|
|
896
897
|
}
|
|
897
898
|
}
|
|
898
|
-
section.awsui_split-panel-
|
|
899
|
+
section.awsui_split-panel-side_hyvsj_1naed_874:not(#\9):not(.awsui_is-split-panel-open_hyvsj_1naed_535), section.awsui_split-panel-side_hyvsj_1naed_874.awsui_position-bottom_hyvsj_1naed_845:not(#\9) {
|
|
899
900
|
width: 0;
|
|
900
901
|
}
|
|
901
|
-
section.awsui_split-panel-
|
|
902
|
+
section.awsui_split-panel-side_hyvsj_1naed_874.awsui_is-split-panel-open_hyvsj_1naed_535.awsui_position-side_hyvsj_1naed_902:not(#\9) {
|
|
902
903
|
box-shadow: var(--shadow-panel-gp3bf2, 0px 1px 1px 1px #e9ebed, 0px 6px 36px rgba(0, 7, 22, 0.1));
|
|
903
|
-
max-width: var(--awsui-split-panel-max-width-
|
|
904
|
-
min-width: var(--awsui-split-panel-min-width-
|
|
904
|
+
max-width: var(--awsui-split-panel-max-width-20d8jh, 280px);
|
|
905
|
+
min-width: var(--awsui-split-panel-min-width-20d8jh, 280px);
|
|
905
906
|
}
|
|
906
|
-
section.awsui_split-panel-
|
|
907
|
-
animation:
|
|
907
|
+
section.awsui_split-panel-side_hyvsj_1naed_874.awsui_is-split-panel-open_hyvsj_1naed_535.awsui_position-side_hyvsj_1naed_902.awsui_animating_hyvsj_1naed_663:not(#\9) {
|
|
908
|
+
animation: awsui_openSplitPanelSide_hyvsj_1naed_1 var(--motion-duration-refresh-only-fast-addxjd, 115ms);
|
|
908
909
|
}
|
|
909
910
|
@media (prefers-reduced-motion: reduce) {
|
|
910
|
-
section.awsui_split-panel-
|
|
911
|
+
section.awsui_split-panel-side_hyvsj_1naed_874.awsui_is-split-panel-open_hyvsj_1naed_535.awsui_position-side_hyvsj_1naed_902.awsui_animating_hyvsj_1naed_663:not(#\9) {
|
|
911
912
|
animation: none;
|
|
912
913
|
transition: none;
|
|
913
914
|
}
|
|
914
915
|
}
|
|
915
|
-
.awsui-motion-disabled section.awsui_split-panel-
|
|
916
|
+
.awsui-motion-disabled section.awsui_split-panel-side_hyvsj_1naed_874.awsui_is-split-panel-open_hyvsj_1naed_535.awsui_position-side_hyvsj_1naed_902.awsui_animating_hyvsj_1naed_663:not(#\9), .awsui-mode-entering section.awsui_split-panel-side_hyvsj_1naed_874.awsui_is-split-panel-open_hyvsj_1naed_535.awsui_position-side_hyvsj_1naed_902.awsui_animating_hyvsj_1naed_663:not(#\9) {
|
|
916
917
|
animation: none;
|
|
917
918
|
transition: none;
|
|
918
919
|
}
|
|
919
|
-
section.awsui_split-panel-
|
|
920
|
+
section.awsui_split-panel-side_hyvsj_1naed_874 > .awsui_animated-content_hyvsj_1naed_724:not(#\9) {
|
|
920
921
|
height: 100%;
|
|
921
922
|
max-width: inherit;
|
|
922
|
-
width: var(--awsui-split-panel-reported-size-
|
|
923
|
+
width: var(--awsui-split-panel-reported-size-20d8jh);
|
|
923
924
|
}
|
|
924
925
|
|
|
925
926
|
/*
|
|
@@ -935,38 +936,38 @@ content width has a default value that can be set directly with the minContentWi
|
|
|
935
936
|
property. The content gap right is computed in the Layout styles based on the
|
|
936
937
|
viewport size and state of the Tools drawer.
|
|
937
938
|
*/
|
|
938
|
-
.awsui_tools-
|
|
939
|
+
.awsui_tools-container_hyvsj_1naed_939:not(#\9) {
|
|
939
940
|
/* stylelint-disable scss/operator-no-newline-after */
|
|
940
|
-
--awsui-tools-max-width-
|
|
941
|
+
--awsui-tools-max-width-20d8jh: calc(var(--awsui-layout-width-20d8jh) - var(--awsui-main-offset-left-20d8jh) - var(--awsui-default-min-content-width-20d8jh) - var(--awsui-content-gap-right-20d8jh));
|
|
941
942
|
/* stylelint-enable scss/operator-no-newline-after */
|
|
942
|
-
--awsui-tools-width-
|
|
943
|
+
--awsui-tools-width-20d8jh: 290px;
|
|
943
944
|
display: flex;
|
|
944
945
|
grid-column: 5;
|
|
945
946
|
grid-row: 1/span 5;
|
|
946
|
-
height: var(--awsui-content-height-
|
|
947
|
-
max-width: var(--awsui-tools-max-width-
|
|
947
|
+
height: var(--awsui-content-height-20d8jh);
|
|
948
|
+
max-width: var(--awsui-tools-max-width-20d8jh);
|
|
948
949
|
position: sticky;
|
|
949
|
-
top: var(--awsui-offset-top-
|
|
950
|
+
top: var(--awsui-offset-top-20d8jh);
|
|
950
951
|
z-index: 850;
|
|
951
952
|
pointer-events: none;
|
|
952
953
|
}
|
|
953
954
|
@media (min-width: 2541px) {
|
|
954
|
-
.awsui_tools-
|
|
955
|
-
--awsui-tools-width-
|
|
955
|
+
.awsui_tools-container_hyvsj_1naed_939:not(#\9) {
|
|
956
|
+
--awsui-tools-width-20d8jh: 360px;
|
|
956
957
|
}
|
|
957
958
|
}
|
|
958
959
|
@media (max-width: 688px) {
|
|
959
|
-
.awsui_tools-
|
|
960
|
-
--awsui-tools-max-width-
|
|
961
|
-
--awsui-tools-width-
|
|
960
|
+
.awsui_tools-container_hyvsj_1naed_939:not(#\9) {
|
|
961
|
+
--awsui-tools-max-width-20d8jh: none;
|
|
962
|
+
--awsui-tools-width-20d8jh: auto;
|
|
962
963
|
position: fixed;
|
|
963
964
|
right: 0;
|
|
964
|
-
top: var(--awsui-offset-top-
|
|
965
|
+
top: var(--awsui-offset-top-20d8jh);
|
|
965
966
|
z-index: 1001;
|
|
966
967
|
}
|
|
967
968
|
}
|
|
968
969
|
|
|
969
|
-
.
|
|
970
|
+
.awsui_tools_hyvsj_1naed_939:not(#\9) {
|
|
970
971
|
background-color: var(--color-background-container-content-i8i4a0, #ffffff);
|
|
971
972
|
box-shadow: var(--shadow-panel-gp3bf2, 0px 1px 1px 1px #e9ebed, 0px 6px 36px rgba(0, 7, 22, 0.1));
|
|
972
973
|
flex-shrink: 0;
|
|
@@ -989,48 +990,48 @@ viewport size and state of the Tools drawer.
|
|
|
989
990
|
in the side position.
|
|
990
991
|
*/
|
|
991
992
|
}
|
|
992
|
-
@keyframes
|
|
993
|
+
@keyframes awsui_openTools_hyvsj_1naed_1 {
|
|
993
994
|
from {
|
|
994
|
-
opacity: var(--awsui-tools-animation-starting-opacity-
|
|
995
|
+
opacity: var(--awsui-tools-animation-starting-opacity-20d8jh, 0);
|
|
995
996
|
width: calc(var(--space-layout-toggle-padding-axl9jr, 20px) * 2 + var(--space-layout-toggle-diameter-hzvqtj, 40px));
|
|
996
997
|
}
|
|
997
998
|
to {
|
|
998
999
|
opacity: 1;
|
|
999
|
-
width: var(--awsui-tools-width-
|
|
1000
|
+
width: var(--awsui-tools-width-20d8jh);
|
|
1000
1001
|
}
|
|
1001
1002
|
}
|
|
1002
|
-
.
|
|
1003
|
+
.awsui_tools_hyvsj_1naed_939:not(#\9):not(.awsui_is-tools-open_hyvsj_1naed_535) {
|
|
1003
1004
|
width: 0;
|
|
1004
1005
|
display: none;
|
|
1005
1006
|
}
|
|
1006
|
-
.
|
|
1007
|
-
animation:
|
|
1007
|
+
.awsui_tools_hyvsj_1naed_939.awsui_is-tools-open_hyvsj_1naed_535.awsui_animating_hyvsj_1naed_663:not(#\9) {
|
|
1008
|
+
animation: awsui_openTools_hyvsj_1naed_1 var(--motion-duration-refresh-only-fast-addxjd, 115ms);
|
|
1008
1009
|
}
|
|
1009
1010
|
@media (prefers-reduced-motion: reduce) {
|
|
1010
|
-
.
|
|
1011
|
+
.awsui_tools_hyvsj_1naed_939.awsui_is-tools-open_hyvsj_1naed_535.awsui_animating_hyvsj_1naed_663:not(#\9) {
|
|
1011
1012
|
animation: none;
|
|
1012
1013
|
transition: none;
|
|
1013
1014
|
}
|
|
1014
1015
|
}
|
|
1015
|
-
.awsui-motion-disabled .
|
|
1016
|
+
.awsui-motion-disabled .awsui_tools_hyvsj_1naed_939.awsui_is-tools-open_hyvsj_1naed_535.awsui_animating_hyvsj_1naed_663:not(#\9), .awsui-mode-entering .awsui_tools_hyvsj_1naed_939.awsui_is-tools-open_hyvsj_1naed_535.awsui_animating_hyvsj_1naed_663:not(#\9) {
|
|
1016
1017
|
animation: none;
|
|
1017
1018
|
transition: none;
|
|
1018
1019
|
}
|
|
1019
|
-
.
|
|
1020
|
-
width: var(--awsui-tools-width-
|
|
1020
|
+
.awsui_tools_hyvsj_1naed_939 > .awsui_animated-content_hyvsj_1naed_724:not(#\9) {
|
|
1021
|
+
width: var(--awsui-tools-width-20d8jh);
|
|
1021
1022
|
}
|
|
1022
1023
|
@media (min-width: 689px) {
|
|
1023
|
-
.
|
|
1024
|
+
.awsui_tools_hyvsj_1naed_939.awsui_is-tools-open_hyvsj_1naed_535.awsui_has-tools-form-persistence_hyvsj_1naed_1024:not(#\9) {
|
|
1024
1025
|
border-right: var(--border-divider-section-width-4wm2it, 2px) solid var(--color-border-divider-default-7s2wjw, #e9ebed);
|
|
1025
1026
|
}
|
|
1026
1027
|
}
|
|
1027
1028
|
@media (max-width: 688px) {
|
|
1028
|
-
.
|
|
1029
|
-
--awsui-tools-width-
|
|
1029
|
+
.awsui_tools_hyvsj_1naed_939:not(#\9) {
|
|
1030
|
+
--awsui-tools-width-20d8jh: 100vw;
|
|
1030
1031
|
}
|
|
1031
1032
|
}
|
|
1032
1033
|
|
|
1033
|
-
.awsui_hide-
|
|
1034
|
+
.awsui_hide-tools_hyvsj_1naed_1034:not(#\9) {
|
|
1034
1035
|
position: absolute;
|
|
1035
1036
|
right: var(--space-m-17eucw, 16px);
|
|
1036
1037
|
top: var(--size-vertical-panel-icon-offset-ti40n4, 15px);
|
|
@@ -1042,7 +1043,7 @@ Warning! If these design tokens for padding change it will adversely impact
|
|
|
1042
1043
|
the calculation used to determine the Split Panel maximum width in the
|
|
1043
1044
|
handleSplitPanelMaxWidth function in the context.
|
|
1044
1045
|
*/
|
|
1045
|
-
.awsui_show-
|
|
1046
|
+
.awsui_show-tools_hyvsj_1naed_1046:not(#\9) {
|
|
1046
1047
|
box-sizing: border-box;
|
|
1047
1048
|
padding: var(--space-scaled-s-cu1hzn, 12px) var(--space-layout-toggle-padding-axl9jr, 20px);
|
|
1048
1049
|
/*
|
|
@@ -1050,7 +1051,7 @@ handleSplitPanelMaxWidth function in the context.
|
|
|
1050
1051
|
take control in responsive viewports.
|
|
1051
1052
|
*/
|
|
1052
1053
|
}
|
|
1053
|
-
@keyframes
|
|
1054
|
+
@keyframes awsui_showButtons_hyvsj_1naed_1 {
|
|
1054
1055
|
0% {
|
|
1055
1056
|
opacity: 0;
|
|
1056
1057
|
}
|
|
@@ -1058,33 +1059,33 @@ handleSplitPanelMaxWidth function in the context.
|
|
|
1058
1059
|
opacity: 1;
|
|
1059
1060
|
}
|
|
1060
1061
|
}
|
|
1061
|
-
.awsui_show-
|
|
1062
|
+
.awsui_show-tools_hyvsj_1naed_1046:not(#\9):not(.awsui_has-tools-form_hyvsj_1naed_1024) {
|
|
1062
1063
|
display: none;
|
|
1063
1064
|
}
|
|
1064
1065
|
@media (min-width: 689px) {
|
|
1065
|
-
.awsui_show-
|
|
1066
|
+
.awsui_show-tools_hyvsj_1naed_1046.awsui_has-tools-form_hyvsj_1naed_1024:not(#\9) {
|
|
1066
1067
|
display: flex;
|
|
1067
1068
|
flex-direction: column;
|
|
1068
1069
|
gap: var(--space-xs-rsr2qu, 8px);
|
|
1069
1070
|
}
|
|
1070
|
-
.awsui_show-
|
|
1071
|
-
animation:
|
|
1071
|
+
.awsui_show-tools_hyvsj_1naed_1046.awsui_has-tools-form_hyvsj_1naed_1024.awsui_animating_hyvsj_1naed_663:not(#\9) {
|
|
1072
|
+
animation: awsui_showButtons_hyvsj_1naed_1 var(--motion-duration-refresh-only-fast-addxjd, 115ms);
|
|
1072
1073
|
}
|
|
1073
1074
|
}
|
|
1074
1075
|
@media (min-width: 689px) and (prefers-reduced-motion: reduce) {
|
|
1075
|
-
.awsui_show-
|
|
1076
|
+
.awsui_show-tools_hyvsj_1naed_1046.awsui_has-tools-form_hyvsj_1naed_1024.awsui_animating_hyvsj_1naed_663:not(#\9) {
|
|
1076
1077
|
animation: none;
|
|
1077
1078
|
transition: none;
|
|
1078
1079
|
}
|
|
1079
1080
|
}
|
|
1080
1081
|
@media (min-width: 689px) {
|
|
1081
|
-
.awsui-motion-disabled .awsui_show-
|
|
1082
|
+
.awsui-motion-disabled .awsui_show-tools_hyvsj_1naed_1046.awsui_has-tools-form_hyvsj_1naed_1024.awsui_animating_hyvsj_1naed_663:not(#\9), .awsui-mode-entering .awsui_show-tools_hyvsj_1naed_1046.awsui_has-tools-form_hyvsj_1naed_1024.awsui_animating_hyvsj_1naed_663:not(#\9) {
|
|
1082
1083
|
animation: none;
|
|
1083
1084
|
transition: none;
|
|
1084
1085
|
}
|
|
1085
1086
|
}
|
|
1086
1087
|
@media (min-width: 689px) {
|
|
1087
|
-
.awsui_show-
|
|
1088
|
+
.awsui_show-tools_hyvsj_1naed_1046.awsui_has-tools-form-persistence_hyvsj_1naed_1024:not(#\9) {
|
|
1088
1089
|
background-color: var(--color-background-container-content-i8i4a0, #ffffff);
|
|
1089
1090
|
z-index: 1;
|
|
1090
1091
|
}
|
|
@@ -1099,7 +1100,7 @@ Warning! If these design tokens for width change it will adversely impact
|
|
|
1099
1100
|
the calculation used to determine the Split Panel maximum width in the
|
|
1100
1101
|
handleSplitPanelMaxWidth function in the context.
|
|
1101
1102
|
*/
|
|
1102
|
-
.
|
|
1103
|
+
.awsui_trigger_hyvsj_1naed_1103:not(#\9) {
|
|
1103
1104
|
background: var(--color-background-layout-toggle-default-f9hnkv, #192534);
|
|
1104
1105
|
border: none;
|
|
1105
1106
|
border-radius: 50%;
|
|
@@ -1111,14 +1112,14 @@ handleSplitPanelMaxWidth function in the context.
|
|
|
1111
1112
|
width: var(--space-layout-toggle-diameter-hzvqtj, 40px);
|
|
1112
1113
|
pointer-events: auto;
|
|
1113
1114
|
}
|
|
1114
|
-
.
|
|
1115
|
+
.awsui_trigger_hyvsj_1naed_1103[data-awsui-focus-visible=true]:not(#\9):focus {
|
|
1115
1116
|
position: relative;
|
|
1116
1117
|
}
|
|
1117
|
-
.
|
|
1118
|
+
.awsui_trigger_hyvsj_1naed_1103[data-awsui-focus-visible=true]:not(#\9):focus {
|
|
1118
1119
|
outline: 2px dotted transparent;
|
|
1119
1120
|
outline-offset: calc(3px - 1px);
|
|
1120
1121
|
}
|
|
1121
|
-
.
|
|
1122
|
+
.awsui_trigger_hyvsj_1naed_1103[data-awsui-focus-visible=true]:not(#\9):focus::before {
|
|
1122
1123
|
content: " ";
|
|
1123
1124
|
display: block;
|
|
1124
1125
|
position: absolute;
|
|
@@ -1129,23 +1130,23 @@ handleSplitPanelMaxWidth function in the context.
|
|
|
1129
1130
|
border-radius: var(--border-radius-control-default-focus-ring-7661kz, 4px);
|
|
1130
1131
|
box-shadow: 0 0 0 2px var(--color-border-item-focused-ap3b6s, #0972d3);
|
|
1131
1132
|
}
|
|
1132
|
-
.
|
|
1133
|
+
.awsui_trigger_hyvsj_1naed_1103:not(#\9):focus {
|
|
1133
1134
|
outline: none;
|
|
1134
1135
|
}
|
|
1135
|
-
.
|
|
1136
|
+
.awsui_trigger_hyvsj_1naed_1103:not(#\9):hover {
|
|
1136
1137
|
background: var(--color-background-layout-toggle-hover-gi0e0b, #354150);
|
|
1137
1138
|
}
|
|
1138
|
-
.
|
|
1139
|
+
.awsui_trigger_hyvsj_1naed_1103:not(#\9):active {
|
|
1139
1140
|
background: var(--color-background-layout-toggle-active-d15dki, #354150);
|
|
1140
1141
|
}
|
|
1141
|
-
.
|
|
1142
|
+
.awsui_trigger_hyvsj_1naed_1103.awsui_selected_hyvsj_1naed_1142:not(#\9) {
|
|
1142
1143
|
background: var(--color-background-layout-toggle-selected-default-e1giv3, #0972d3);
|
|
1143
1144
|
color: var(--color-text-layout-toggle-selected-tzwifo, #ffffff);
|
|
1144
1145
|
}
|
|
1145
|
-
.
|
|
1146
|
+
.awsui_trigger_hyvsj_1naed_1103.awsui_selected_hyvsj_1naed_1142:not(#\9):hover {
|
|
1146
1147
|
background: var(--color-background-layout-toggle-selected-hover-mes33s, #065299);
|
|
1147
1148
|
}
|
|
1148
|
-
.
|
|
1149
|
+
.awsui_trigger_hyvsj_1naed_1103.awsui_selected_hyvsj_1naed_1142:not(#\9):active {
|
|
1149
1150
|
background: var(--color-background-layout-toggle-selected-active-9w7pk3, #0972d3);
|
|
1150
1151
|
}
|
|
1151
1152
|
|