@cloudscape-design/components 3.0.23 → 3.0.26
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/alert/styles.scoped.css +0 -34
- package/annotation-context/annotation/styles.scoped.css +0 -18
- package/app-layout/content-wrapper/styles.scoped.css +0 -4
- package/app-layout/mobile-toolbar/styles.scoped.css +0 -9
- package/app-layout/styles.scoped.css +0 -20
- package/app-layout/toggles/styles.scoped.css +0 -16
- package/app-layout/visual-refresh/styles.scoped.css +0 -71
- package/area-chart/styles.scoped.css +0 -13
- package/attribute-editor/styles.scoped.css +0 -23
- package/badge/styles.scoped.css +0 -15
- package/bar-chart/interfaces.d.ts +1 -1
- package/bar-chart/interfaces.d.ts.map +1 -1
- package/bar-chart/interfaces.js.map +1 -1
- package/box/styles.scoped.css +0 -171
- package/breadcrumb-group/item/styles.scoped.css +0 -11
- package/breadcrumb-group/styles.scoped.css +0 -10
- package/button/styles.scoped.css +0 -264
- package/button-dropdown/category-elements/styles.scoped.css +0 -26
- package/button-dropdown/item-element/styles.scoped.css +0 -22
- package/button-dropdown/mobile-expandable-group/styles.scoped.css +0 -5
- package/button-dropdown/styles.scoped.css +0 -7
- package/cards/styles.scoped.css +0 -45
- package/checkbox/styles.scoped.css +0 -11
- package/code-editor/styles.scoped.css +0 -87
- package/collection-preferences/styles.scoped.css +0 -12
- package/column-layout/styles.scoped.css +0 -12
- package/container/styles.scoped.css +0 -27
- package/date-picker/styles.scoped.css +0 -45
- package/date-range-picker/calendar/grids/day/styles.scoped.css +0 -45
- package/date-range-picker/index.d.ts.map +1 -1
- package/date-range-picker/index.js +13 -15
- package/date-range-picker/index.js.map +1 -1
- package/date-range-picker/relative-range/styles.scoped.css +0 -3
- package/date-range-picker/styles.css.js +41 -42
- package/date-range-picker/styles.scoped.css +49 -92
- package/date-range-picker/styles.selectors.js +41 -42
- package/expandable-section/styles.scoped.css +0 -33
- package/flashbar/styles.scoped.css +0 -36
- package/form/styles.scoped.css +0 -12
- package/form-field/styles.scoped.css +0 -26
- package/grid/styles.scoped.css +0 -6
- package/header/styles.scoped.css +0 -51
- package/help-panel/styles.scoped.css +0 -73
- package/hotspot/styles.scoped.css +0 -3
- package/icon/styles.scoped.css +0 -33
- package/input/styles.scoped.css +0 -49
- package/internal/base-component/styles.scoped.css +0 -1
- package/internal/components/abstract-switch/styles.scoped.css +0 -7
- package/internal/components/button-trigger/styles.scoped.css +0 -42
- package/internal/components/cartesian-chart/styles.scoped.css +0 -10
- package/internal/components/chart-filter/styles.scoped.css +0 -4
- package/internal/components/chart-legend/styles.scoped.css +0 -8
- package/internal/components/chart-plot/styles.scoped.css +0 -1
- package/internal/components/chart-popover/styles.scoped.css +0 -4
- package/internal/components/chart-series-details/styles.scoped.css +0 -12
- package/internal/components/chart-series-marker/styles.scoped.css +0 -7
- package/internal/components/chart-status-container/styles.scoped.css +0 -1
- package/internal/components/checkbox-icon/styles.scoped.css +0 -10
- package/internal/components/content-layout/styles.scoped.css +0 -5
- package/internal/components/dark-ribbon/styles.scoped.css +0 -1
- package/internal/components/dropdown/styles.scoped.css +0 -17
- package/internal/components/dropdown-footer/styles.scoped.css +0 -6
- package/internal/components/dropdown-status/styles.scoped.css +0 -6
- package/internal/components/filtering-token/styles.scoped.css +0 -21
- package/internal/components/menu-dropdown/styles.scoped.css +0 -17
- package/internal/components/option/styles.scoped.css +0 -16
- package/internal/components/options-list/styles.scoped.css +0 -5
- package/internal/components/selectable-item/styles.scoped.css +0 -44
- package/internal/environment.js +1 -1
- package/line-chart/interfaces.d.ts +1 -1
- package/line-chart/interfaces.d.ts.map +1 -1
- package/line-chart/interfaces.js.map +1 -1
- package/link/styles.scoped.css +0 -77
- package/mixed-line-bar-chart/bar-series.d.ts +1 -1
- package/mixed-line-bar-chart/bar-series.d.ts.map +1 -1
- package/mixed-line-bar-chart/bar-series.js.map +1 -1
- package/mixed-line-bar-chart/chart-container.d.ts.map +1 -1
- package/mixed-line-bar-chart/chart-container.js +9 -10
- package/mixed-line-bar-chart/chart-container.js.map +1 -1
- package/mixed-line-bar-chart/chart-filters.d.ts +2 -2
- package/mixed-line-bar-chart/chart-filters.d.ts.map +1 -1
- package/mixed-line-bar-chart/chart-filters.js +1 -2
- package/mixed-line-bar-chart/chart-filters.js.map +1 -1
- package/mixed-line-bar-chart/chart-legend.d.ts +2 -2
- package/mixed-line-bar-chart/chart-legend.d.ts.map +1 -1
- package/mixed-line-bar-chart/chart-legend.js +1 -2
- package/mixed-line-bar-chart/chart-legend.js.map +1 -1
- package/mixed-line-bar-chart/domain.d.ts +4 -0
- package/mixed-line-bar-chart/domain.d.ts.map +1 -0
- package/mixed-line-bar-chart/domain.js +138 -0
- package/mixed-line-bar-chart/domain.js.map +1 -0
- package/mixed-line-bar-chart/format-highlighted.d.ts +2 -4
- package/mixed-line-bar-chart/format-highlighted.d.ts.map +1 -1
- package/mixed-line-bar-chart/format-highlighted.js +26 -15
- package/mixed-line-bar-chart/format-highlighted.js.map +1 -1
- package/mixed-line-bar-chart/hooks/use-mouse-hover.d.ts.map +1 -1
- package/mixed-line-bar-chart/hooks/use-mouse-hover.js +3 -2
- package/mixed-line-bar-chart/hooks/use-mouse-hover.js.map +1 -1
- package/mixed-line-bar-chart/hooks/use-navigation.d.ts.map +1 -1
- package/mixed-line-bar-chart/hooks/use-navigation.js +23 -35
- package/mixed-line-bar-chart/hooks/use-navigation.js.map +1 -1
- package/mixed-line-bar-chart/interfaces.d.ts +12 -2
- package/mixed-line-bar-chart/interfaces.d.ts.map +1 -1
- package/mixed-line-bar-chart/interfaces.js.map +1 -1
- package/mixed-line-bar-chart/internal.d.ts.map +1 -1
- package/mixed-line-bar-chart/internal.js +14 -6
- package/mixed-line-bar-chart/internal.js.map +1 -1
- package/mixed-line-bar-chart/line-series.d.ts +2 -2
- package/mixed-line-bar-chart/line-series.d.ts.map +1 -1
- package/mixed-line-bar-chart/line-series.js +21 -9
- package/mixed-line-bar-chart/line-series.js.map +1 -1
- package/mixed-line-bar-chart/make-scaled-bar-groups.d.ts.map +1 -1
- package/mixed-line-bar-chart/make-scaled-bar-groups.js +11 -4
- package/mixed-line-bar-chart/make-scaled-bar-groups.js.map +1 -1
- package/mixed-line-bar-chart/make-scaled-series.d.ts +2 -4
- package/mixed-line-bar-chart/make-scaled-series.d.ts.map +1 -1
- package/mixed-line-bar-chart/make-scaled-series.js +89 -25
- package/mixed-line-bar-chart/make-scaled-series.js.map +1 -1
- package/mixed-line-bar-chart/styles.scoped.css +0 -13
- package/mixed-line-bar-chart/utils.d.ts +5 -6
- package/mixed-line-bar-chart/utils.d.ts.map +1 -1
- package/mixed-line-bar-chart/utils.js +11 -112
- package/mixed-line-bar-chart/utils.js.map +1 -1
- package/modal/styles.scoped.css +0 -31
- package/multiselect/styles.scoped.css +0 -4
- package/package.json +1 -1
- package/pagination/styles.scoped.css +0 -22
- package/pie-chart/styles.scoped.css +0 -25
- package/popover/styles.scoped.css +0 -35
- package/progress-bar/styles.scoped.css +0 -25
- package/property-filter/styles.scoped.css +0 -22
- package/radio-group/styles.scoped.css +0 -22
- package/s3-resource-selector/s3-in-context/styles.scoped.css +0 -6
- package/segmented-control/styles.scoped.css +0 -36
- package/select/parts/styles.scoped.css +0 -6
- package/select/styles.scoped.css +0 -4
- package/side-navigation/styles.scoped.css +0 -38
- package/space-between/styles.scoped.css +0 -40
- package/spinner/styles.scoped.css +0 -17
- package/split-panel/styles.scoped.css +0 -65
- package/status-indicator/styles.scoped.css +0 -20
- package/table/body-cell/styles.scoped.css +0 -29
- package/table/header-cell/styles.scoped.css +0 -32
- package/table/resizer/styles.scoped.css +0 -6
- package/table/selection-control/styles.scoped.css +0 -3
- package/table/styles.scoped.css +0 -39
- package/table/use-selection.d.ts.map +1 -1
- package/table/use-selection.js +5 -5
- package/table/use-selection.js.map +1 -1
- package/tabs/styles.scoped.css +0 -41
- package/tag-editor/styles.scoped.css +0 -12
- package/text-content/styles.scoped.css +0 -54
- package/text-filter/styles.scoped.css +0 -7
- package/textarea/styles.scoped.css +0 -30
- package/tiles/styles.scoped.css +0 -55
- package/toggle/styles.scoped.css +0 -14
- package/token-group/styles.scoped.css +0 -35
- package/top-navigation/1.0-beta/styles.scoped.css +0 -40
- package/top-navigation/styles.scoped.css +0 -75
- package/tutorial-panel/components/tutorial-detail-view/styles.scoped.css +0 -22
- package/tutorial-panel/components/tutorial-list/styles.scoped.css +0 -24
- package/tutorial-panel/styles.scoped.css +0 -5
- package/wizard/styles.scoped.css +0 -54
|
@@ -124,45 +124,32 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
124
124
|
widows: 2;
|
|
125
125
|
word-spacing: normal;
|
|
126
126
|
box-sizing: border-box;
|
|
127
|
-
font-size: 14px;
|
|
128
127
|
font-size: var(--font-body-m-size-sregvd, 14px);
|
|
129
|
-
line-height: 22px;
|
|
130
128
|
line-height: var(--font-body-m-line-height-i7xxvv, 22px);
|
|
131
|
-
color: #000716;
|
|
132
129
|
color: var(--color-text-body-default-ajf1h5, #000716);
|
|
133
130
|
font-weight: 400;
|
|
134
|
-
font-family: "Open Sans", "Helvetica Neue", Roboto, Arial, sans-serif;
|
|
135
131
|
font-family: var(--font-family-base-qnistn, "Open Sans", "Helvetica Neue", Roboto, Arial, sans-serif);
|
|
136
132
|
}
|
|
137
133
|
.awsui_root_dm8gx_1kw6u_97.awsui_has-items_dm8gx_1kw6u_107:not(#\9) {
|
|
138
|
-
padding-top: 8px;
|
|
139
134
|
padding-top: var(--space-xs-rsr2qu, 8px);
|
|
140
135
|
}
|
|
141
136
|
|
|
142
137
|
.awsui_token_dm8gx_1kw6u_111:not(#\9) {
|
|
143
|
-
border: 2px solid #0972d3;
|
|
144
138
|
border: var(--border-field-width-idlekx, 2px) solid var(--color-border-item-selected-ppkssz, #0972d3);
|
|
145
|
-
padding: 4px 4px 4px 12px;
|
|
146
139
|
padding: var(--space-scaled-xxs-95dhkm, 4px) var(--space-xxs-ynfts5, 4px) var(--space-scaled-xxs-95dhkm, 4px) var(--space-field-horizontal-89h2yr, 12px);
|
|
147
140
|
display: flex;
|
|
148
141
|
align-items: flex-start;
|
|
149
|
-
background: #f2f8fd;
|
|
150
142
|
background: var(--color-background-item-selected-ebt4bi, #f2f8fd);
|
|
151
|
-
border-radius: 8px;
|
|
152
143
|
border-radius: var(--border-radius-token-wohc9e, 8px);
|
|
153
|
-
color: #000716;
|
|
154
144
|
color: var(--color-text-body-default-ajf1h5, #000716);
|
|
155
145
|
height: 100%;
|
|
156
146
|
box-sizing: border-box;
|
|
157
147
|
}
|
|
158
148
|
|
|
159
149
|
.awsui_dismiss-button_dm8gx_1kw6u_123:not(#\9) {
|
|
160
|
-
margin: -1px -1px 0 4px;
|
|
161
150
|
margin: -1px -1px 0 var(--space-xxs-ynfts5, 4px);
|
|
162
151
|
border: 1px solid transparent;
|
|
163
|
-
padding: 0 4px;
|
|
164
152
|
padding: 0 var(--space-xxs-ynfts5, 4px);
|
|
165
|
-
color: #0972d3;
|
|
166
153
|
color: var(--color-text-button-inline-icon-default-w65lqn, #0972d3);
|
|
167
154
|
background-color: transparent;
|
|
168
155
|
}
|
|
@@ -181,9 +168,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
181
168
|
top: calc(-1 * 0px);
|
|
182
169
|
width: calc(100% + 2 * 0px);
|
|
183
170
|
height: calc(100% + 2 * 0px);
|
|
184
|
-
border-radius: 4px;
|
|
185
171
|
border-radius: var(--border-radius-control-default-focus-ring-7661kz, 4px);
|
|
186
|
-
box-shadow: 0 0 0 2px #0972d3;
|
|
187
172
|
box-shadow: 0 0 0 2px var(--color-border-item-focused-ap3b6s, #0972d3);
|
|
188
173
|
}
|
|
189
174
|
.awsui_dismiss-button_dm8gx_1kw6u_123:not(#\9):focus {
|
|
@@ -192,27 +177,21 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
192
177
|
}
|
|
193
178
|
.awsui_dismiss-button_dm8gx_1kw6u_123:not(#\9):hover {
|
|
194
179
|
cursor: pointer;
|
|
195
|
-
color: #033160;
|
|
196
180
|
color: var(--color-text-button-inline-icon-hover-wd5icp, #033160);
|
|
197
181
|
}
|
|
198
182
|
|
|
199
183
|
.awsui_token-disabled_dm8gx_1kw6u_157:not(#\9) {
|
|
200
|
-
border-color: #d1d5db;
|
|
201
184
|
border-color: var(--color-border-control-disabled-vx8bco, #d1d5db);
|
|
202
|
-
background-color: #ffffff;
|
|
203
185
|
background-color: var(--color-background-container-content-i8i4a0, #ffffff);
|
|
204
|
-
color: #9ba7b6;
|
|
205
186
|
color: var(--color-text-disabled-a2nkh4, #9ba7b6);
|
|
206
187
|
pointer-events: none;
|
|
207
188
|
}
|
|
208
189
|
.awsui_token-disabled_dm8gx_1kw6u_157 > .awsui_dismiss-button_dm8gx_1kw6u_123:not(#\9) {
|
|
209
|
-
color: #9ba7b6;
|
|
210
190
|
color: var(--color-text-button-inline-icon-disabled-gfhvz7, #9ba7b6);
|
|
211
191
|
}
|
|
212
192
|
.awsui_token-disabled_dm8gx_1kw6u_157 > .awsui_dismiss-button_dm8gx_1kw6u_123:not(#\9):hover {
|
|
213
193
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
214
194
|
cursor: auto;
|
|
215
|
-
color: #9ba7b6;
|
|
216
195
|
color: var(--color-text-button-inline-icon-disabled-gfhvz7, #9ba7b6);
|
|
217
196
|
}
|
|
218
197
|
|
|
@@ -246,16 +225,11 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
246
225
|
widows: 2;
|
|
247
226
|
word-spacing: normal;
|
|
248
227
|
box-sizing: border-box;
|
|
249
|
-
font-size: 14px;
|
|
250
228
|
font-size: var(--font-body-m-size-sregvd, 14px);
|
|
251
|
-
line-height: 22px;
|
|
252
229
|
line-height: var(--font-body-m-line-height-i7xxvv, 22px);
|
|
253
|
-
color: #000716;
|
|
254
230
|
color: var(--color-text-body-default-ajf1h5, #000716);
|
|
255
231
|
font-weight: 400;
|
|
256
|
-
font-family: "Open Sans", "Helvetica Neue", Roboto, Arial, sans-serif;
|
|
257
232
|
font-family: var(--font-family-base-qnistn, "Open Sans", "Helvetica Neue", Roboto, Arial, sans-serif);
|
|
258
|
-
color: #0972d3;
|
|
259
233
|
color: var(--color-text-link-default-5f186r, #0972d3);
|
|
260
234
|
font-weight: inherit;
|
|
261
235
|
letter-spacing: normal;
|
|
@@ -263,14 +237,11 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
263
237
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
264
238
|
text-decoration-color: transparent;
|
|
265
239
|
transition-property: color, text-decoration;
|
|
266
|
-
transition-duration: 165ms;
|
|
267
240
|
transition-duration: var(--motion-duration-refresh-only-medium-5flen2, 165ms);
|
|
268
241
|
display: flex;
|
|
269
242
|
align-items: center;
|
|
270
243
|
background-color: transparent;
|
|
271
|
-
border: 2px solid transparent;
|
|
272
244
|
border: var(--border-field-width-idlekx, 2px) solid transparent;
|
|
273
|
-
margin-top: 8px;
|
|
274
245
|
margin-top: var(--space-scaled-xs-6859qs, 8px);
|
|
275
246
|
padding: 0;
|
|
276
247
|
margin-left: -1px;
|
|
@@ -287,14 +258,12 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
287
258
|
}
|
|
288
259
|
.awsui_toggle_dm8gx_1kw6u_172:not(#\9):hover {
|
|
289
260
|
cursor: pointer;
|
|
290
|
-
color: #033160;
|
|
291
261
|
color: var(--color-text-link-hover-kololx, #033160);
|
|
292
262
|
}
|
|
293
263
|
.awsui_toggle_dm8gx_1kw6u_172:not(#\9):focus {
|
|
294
264
|
outline: none;
|
|
295
265
|
}
|
|
296
266
|
.awsui_toggle_dm8gx_1kw6u_172:not(#\9):active {
|
|
297
|
-
color: #033160;
|
|
298
267
|
color: var(--color-text-link-hover-kololx, #033160);
|
|
299
268
|
}
|
|
300
269
|
.awsui_toggle_dm8gx_1kw6u_172:not(#\9):active, .awsui_toggle_dm8gx_1kw6u_172:not(#\9):focus, .awsui_toggle_dm8gx_1kw6u_172:not(#\9):hover {
|
|
@@ -309,14 +278,10 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
309
278
|
}
|
|
310
279
|
.awsui_toggle_dm8gx_1kw6u_172[data-awsui-focus-visible=true]:not(#\9):focus {
|
|
311
280
|
outline: 2px dotted transparent;
|
|
312
|
-
border: 2px solid #0972d3;
|
|
313
281
|
border: var(--border-field-width-idlekx, 2px) solid var(--color-border-item-focused-ap3b6s, #0972d3);
|
|
314
|
-
border-radius: 4px;
|
|
315
282
|
border-radius: var(--border-radius-control-default-focus-ring-7661kz, 4px);
|
|
316
|
-
box-shadow: 0 0 0 0px #0972d3;
|
|
317
283
|
box-shadow: 0 0 0 var(--border-control-focus-ring-shadow-spread-srzyiu, 0px) var(--color-border-item-focused-ap3b6s, #0972d3);
|
|
318
284
|
}
|
|
319
285
|
.awsui_toggle_dm8gx_1kw6u_172 > .awsui_description_dm8gx_1kw6u_233:not(#\9) {
|
|
320
|
-
margin-left: 4px;
|
|
321
286
|
margin-left: var(--space-xxs-ynfts5, 4px);
|
|
322
287
|
}
|
|
@@ -120,16 +120,11 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
120
120
|
widows: 2;
|
|
121
121
|
word-spacing: normal;
|
|
122
122
|
box-sizing: border-box;
|
|
123
|
-
font-size: 14px;
|
|
124
123
|
font-size: var(--font-body-m-size-sregvd, 14px);
|
|
125
|
-
line-height: 22px;
|
|
126
124
|
line-height: var(--font-body-m-line-height-i7xxvv, 22px);
|
|
127
|
-
color: #000716;
|
|
128
125
|
color: var(--color-text-body-default-ajf1h5, #000716);
|
|
129
126
|
font-weight: 400;
|
|
130
|
-
font-family: "Open Sans", "Helvetica Neue", Roboto, Arial, sans-serif;
|
|
131
127
|
font-family: var(--font-family-base-qnistn, "Open Sans", "Helvetica Neue", Roboto, Arial, sans-serif);
|
|
132
|
-
background: #ffffff;
|
|
133
128
|
background: var(--color-background-container-content-i8i4a0, #ffffff);
|
|
134
129
|
}
|
|
135
130
|
.awsui_top-navigation_1ca1i_y2seh_93 > .awsui_padding-box_1ca1i_y2seh_104:not(#\9) {
|
|
@@ -139,19 +134,14 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
139
134
|
justify-content: space-between;
|
|
140
135
|
align-items: center;
|
|
141
136
|
box-sizing: border-box;
|
|
142
|
-
height: calc(40px + 16px);
|
|
143
137
|
height: calc(var(--space-xxxl-bo9z7f, 40px) + var(--space-scaled-m-pv0fmt, 16px));
|
|
144
|
-
padding: 0 0 0 20px;
|
|
145
138
|
padding: 0 0 0 var(--space-l-4vl6xu, 20px);
|
|
146
139
|
}
|
|
147
140
|
.awsui_top-navigation_1ca1i_y2seh_93.awsui_medium_1ca1i_y2seh_114 > .awsui_padding-box_1ca1i_y2seh_104:not(#\9), .awsui_top-navigation_1ca1i_y2seh_93.awsui_narrow_1ca1i_y2seh_114 > .awsui_padding-box_1ca1i_y2seh_104:not(#\9) {
|
|
148
|
-
height: calc(40px + 8px);
|
|
149
141
|
height: calc(var(--space-xxxl-bo9z7f, 40px) + var(--space-scaled-xs-6859qs, 8px));
|
|
150
142
|
}
|
|
151
143
|
.awsui_top-navigation_1ca1i_y2seh_93.awsui_narrow_1ca1i_y2seh_114 > .awsui_padding-box_1ca1i_y2seh_104:not(#\9) {
|
|
152
|
-
height: 40px;
|
|
153
144
|
height: var(--space-xxxl-bo9z7f, 40px);
|
|
154
|
-
padding: 0 0 0 8px;
|
|
155
145
|
padding: 0 0 0 var(--space-xs-rsr2qu, 8px);
|
|
156
146
|
}
|
|
157
147
|
|
|
@@ -172,23 +162,17 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
172
162
|
display: flex;
|
|
173
163
|
align-items: center;
|
|
174
164
|
text-decoration: none;
|
|
175
|
-
color: #000716;
|
|
176
165
|
color: var(--color-text-top-navigation-title-oypxe3, #000716);
|
|
177
166
|
}
|
|
178
167
|
.awsui_identity_1ca1i_y2seh_135 > .awsui_identity-link_1ca1i_y2seh_135:not(#\9):hover {
|
|
179
|
-
color: #0972d3;
|
|
180
168
|
color: var(--color-text-accent-s1eqko, #0972d3);
|
|
181
169
|
}
|
|
182
170
|
.awsui_identity_1ca1i_y2seh_135 > .awsui_identity-link_1ca1i_y2seh_135[data-awsui-focus-visible=true]:not(#\9):focus {
|
|
183
171
|
outline: thin dotted;
|
|
184
|
-
outline: 0;
|
|
185
172
|
outline: var(--border-link-focus-ring-outline-k2wccv, 0);
|
|
186
173
|
outline-offset: 2px;
|
|
187
|
-
outline-color: #0972d3;
|
|
188
174
|
outline-color: var(--color-border-item-focused-ap3b6s, #0972d3);
|
|
189
|
-
border-radius: 4px;
|
|
190
175
|
border-radius: var(--border-radius-control-default-focus-ring-7661kz, 4px);
|
|
191
|
-
box-shadow: 0 0 0 2px #0972d3;
|
|
192
176
|
box-shadow: 0 0 0 var(--border-link-focus-ring-shadow-spread-nv4ahb, 2px) var(--color-border-item-focused-ap3b6s, #0972d3);
|
|
193
177
|
}
|
|
194
178
|
.awsui_identity_1ca1i_y2seh_135.awsui_no-logo_1ca1i_y2seh_152:not(#\9) {
|
|
@@ -197,28 +181,20 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
197
181
|
|
|
198
182
|
.awsui_logo_1ca1i_y2seh_156:not(#\9) {
|
|
199
183
|
display: block;
|
|
200
|
-
max-height: 32px;
|
|
201
184
|
max-height: var(--space-xxl-2nvmf1, 32px);
|
|
202
|
-
margin-left: 12px;
|
|
203
185
|
margin-left: var(--space-s-hv8c1d, 12px);
|
|
204
186
|
width: auto;
|
|
205
187
|
min-width: 10px;
|
|
206
188
|
}
|
|
207
189
|
.awsui_logo_1ca1i_y2seh_156.awsui_narrow_1ca1i_y2seh_114:not(#\9) {
|
|
208
|
-
max-height: 24px;
|
|
209
190
|
max-height: var(--space-xl-a39hup, 24px);
|
|
210
191
|
}
|
|
211
192
|
|
|
212
193
|
.awsui_title_1ca1i_y2seh_167:not(#\9) {
|
|
213
|
-
font-size: 20px;
|
|
214
194
|
font-size: var(--font-heading-m-size-6e3jmg, 20px);
|
|
215
|
-
line-height: 24px;
|
|
216
195
|
line-height: var(--font-heading-m-line-height-u3t54f, 24px);
|
|
217
|
-
letter-spacing: -0.01em;
|
|
218
196
|
letter-spacing: var(--font-heading-m-letter-spacing-r00pg3, -0.01em);
|
|
219
|
-
font-weight: 800;
|
|
220
197
|
font-weight: var(--font-heading-m-weight-hi5n0j, 800);
|
|
221
|
-
margin-left: 12px;
|
|
222
198
|
margin-left: var(--space-s-hv8c1d, 12px);
|
|
223
199
|
white-space: nowrap;
|
|
224
200
|
overflow: hidden;
|
|
@@ -238,12 +214,10 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
238
214
|
.awsui_search_1ca1i_y2seh_188:not(#\9) {
|
|
239
215
|
width: 100%;
|
|
240
216
|
max-width: 340px;
|
|
241
|
-
padding-left: 40px;
|
|
242
217
|
padding-left: var(--space-xxxl-bo9z7f, 40px);
|
|
243
218
|
}
|
|
244
219
|
.awsui_search-expanded_1ca1i_y2seh_193:not(#\9) {
|
|
245
220
|
max-width: none;
|
|
246
|
-
padding-left: 12px;
|
|
247
221
|
padding-left: var(--space-s-hv8c1d, 12px);
|
|
248
222
|
}
|
|
249
223
|
|
|
@@ -252,7 +226,6 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
252
226
|
flex-shrink: 0;
|
|
253
227
|
flex-direction: row;
|
|
254
228
|
align-items: stretch;
|
|
255
|
-
padding-left: 16px;
|
|
256
229
|
padding-left: var(--space-m-17eucw, 16px);
|
|
257
230
|
height: 100%;
|
|
258
231
|
}
|
|
@@ -272,11 +245,8 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
272
245
|
content: "";
|
|
273
246
|
width: 1px;
|
|
274
247
|
right: 0;
|
|
275
|
-
top: 12px;
|
|
276
248
|
top: var(--space-s-hv8c1d, 12px);
|
|
277
|
-
bottom: 12px;
|
|
278
249
|
bottom: var(--space-s-hv8c1d, 12px);
|
|
279
|
-
background: #e9ebed;
|
|
280
250
|
background: var(--color-border-divider-default-7s2wjw, #e9ebed);
|
|
281
251
|
}
|
|
282
252
|
.awsui_utility-wrapper_1ca1i_y2seh_210.awsui_utility-wrapper-last_1ca1i_y2seh_226:not(#\9):not(.awsui_utility-type-button-primary-button_1ca1i_y2seh_226) {
|
|
@@ -286,14 +256,11 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
286
256
|
display: none;
|
|
287
257
|
}
|
|
288
258
|
.awsui_medium_1ca1i_y2seh_114 > .awsui_padding-box_1ca1i_y2seh_104 > .awsui_utilities_1ca1i_y2seh_198 > .awsui_utility-wrapper_1ca1i_y2seh_210:not(#\9)::after, .awsui_narrow_1ca1i_y2seh_114 > .awsui_padding-box_1ca1i_y2seh_104 > .awsui_utilities_1ca1i_y2seh_198 > .awsui_utility-wrapper_1ca1i_y2seh_210:not(#\9)::after {
|
|
289
|
-
top: 8px;
|
|
290
259
|
top: var(--space-xs-rsr2qu, 8px);
|
|
291
|
-
bottom: 8px;
|
|
292
260
|
bottom: var(--space-xs-rsr2qu, 8px);
|
|
293
261
|
}
|
|
294
262
|
|
|
295
263
|
.awsui_utility-wrapper-last_1ca1i_y2seh_226:not(#\9) {
|
|
296
|
-
margin-right: 12px;
|
|
297
264
|
margin-right: var(--space-s-hv8c1d, 12px);
|
|
298
265
|
}
|
|
299
266
|
.awsui_utility-wrapper-last_1ca1i_y2seh_226.awsui_utility-type-menu-dropdown_1ca1i_y2seh_240:not(#\9) {
|
|
@@ -303,25 +270,21 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
303
270
|
margin-right: 0;
|
|
304
271
|
}
|
|
305
272
|
.awsui_narrow_1ca1i_y2seh_114 > .awsui_padding-box_1ca1i_y2seh_104 > .awsui_utilities_1ca1i_y2seh_198 > .awsui_utility-wrapper-last_1ca1i_y2seh_226.awsui_utility-type-button-primary-button_1ca1i_y2seh_226:not(#\9) {
|
|
306
|
-
padding-right: 20px;
|
|
307
273
|
padding-right: var(--space-l-4vl6xu, 20px);
|
|
308
274
|
}
|
|
309
275
|
|
|
310
276
|
.awsui_utility-type-menu-dropdown_1ca1i_y2seh_240:not(#\9) {
|
|
311
|
-
padding: 0 12px;
|
|
312
277
|
padding: 0 var(--space-s-hv8c1d, 12px);
|
|
313
278
|
align-items: stretch;
|
|
314
279
|
}
|
|
315
280
|
|
|
316
281
|
.awsui_utility-type-button-link_1ca1i_y2seh_255:not(#\9),
|
|
317
282
|
.awsui_utility-type-button-primary-button_1ca1i_y2seh_226:not(#\9) {
|
|
318
|
-
padding: 0 16px;
|
|
319
283
|
padding: 0 var(--space-m-17eucw, 16px);
|
|
320
284
|
}
|
|
321
285
|
|
|
322
286
|
.awsui_utility-type-button-primary-button_1ca1i_y2seh_226:not(#\9) {
|
|
323
287
|
left: -1px;
|
|
324
|
-
border-left: 1px solid #ffffff;
|
|
325
288
|
border-left: 1px solid var(--color-background-container-content-i8i4a0, #ffffff);
|
|
326
289
|
}
|
|
327
290
|
.awsui_utility-type-button-primary-button_1ca1i_y2seh_226:not(#\9)::after {
|
|
@@ -329,7 +292,6 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
329
292
|
}
|
|
330
293
|
|
|
331
294
|
.awsui_utility-link-icon_1ca1i_y2seh_268:not(#\9) {
|
|
332
|
-
margin-right: 4px;
|
|
333
295
|
margin-right: var(--space-xxs-ynfts5, 4px);
|
|
334
296
|
}
|
|
335
297
|
|
|
@@ -343,7 +305,6 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
343
305
|
|
|
344
306
|
.awsui_rotate-up_1ca1i_y2seh_280:not(#\9) {
|
|
345
307
|
transform: rotate(-180deg);
|
|
346
|
-
transition: transform 135ms cubic-bezier(0.165, 0.84, 0.44, 1);
|
|
347
308
|
transition: transform var(--motion-duration-rotate-180-ofa1ir, 135ms) var(--motion-easing-rotate-180-3rbbga, cubic-bezier(0.165, 0.84, 0.44, 1));
|
|
348
309
|
}
|
|
349
310
|
@media (prefers-reduced-motion: reduce) {
|
|
@@ -359,7 +320,6 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
359
320
|
|
|
360
321
|
.awsui_rotate-down_1ca1i_y2seh_295:not(#\9) {
|
|
361
322
|
transform: rotate(0deg);
|
|
362
|
-
transition: transform 135ms cubic-bezier(0.165, 0.84, 0.44, 1);
|
|
363
323
|
transition: transform var(--motion-duration-rotate-180-ofa1ir, 135ms) var(--motion-easing-rotate-180-3rbbga, cubic-bezier(0.165, 0.84, 0.44, 1));
|
|
364
324
|
}
|
|
365
325
|
@media (prefers-reduced-motion: reduce) {
|
|
@@ -91,7 +91,6 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
91
91
|
SPDX-License-Identifier: Apache-2.0
|
|
92
92
|
*/
|
|
93
93
|
.awsui_icon_k5dlb_14a5k_93:not(#\9) {
|
|
94
|
-
transition: transform 135ms cubic-bezier(0.165, 0.84, 0.44, 1);
|
|
95
94
|
transition: transform var(--motion-duration-rotate-90-ux18sr, 135ms) var(--motion-easing-rotate-90-eoew89, cubic-bezier(0.165, 0.84, 0.44, 1));
|
|
96
95
|
}
|
|
97
96
|
@media (prefers-reduced-motion: reduce) {
|
|
@@ -139,16 +138,11 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
139
138
|
widows: 2;
|
|
140
139
|
word-spacing: normal;
|
|
141
140
|
box-sizing: border-box;
|
|
142
|
-
font-size: 14px;
|
|
143
141
|
font-size: var(--font-body-m-size-sregvd, 14px);
|
|
144
|
-
line-height: 22px;
|
|
145
142
|
line-height: var(--font-body-m-line-height-i7xxvv, 22px);
|
|
146
|
-
color: #000716;
|
|
147
143
|
color: var(--color-text-body-default-ajf1h5, #000716);
|
|
148
144
|
font-weight: 400;
|
|
149
|
-
font-family: "Open Sans", "Helvetica Neue", Roboto, Arial, sans-serif;
|
|
150
145
|
font-family: var(--font-family-base-qnistn, "Open Sans", "Helvetica Neue", Roboto, Arial, sans-serif);
|
|
151
|
-
background: #ffffff;
|
|
152
146
|
background: var(--color-background-container-content-i8i4a0, #ffffff);
|
|
153
147
|
}
|
|
154
148
|
.awsui_top-navigation_k5dlb_14a5k_111 > .awsui_padding-box_k5dlb_14a5k_122:not(#\9) {
|
|
@@ -158,22 +152,17 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
158
152
|
justify-content: space-between;
|
|
159
153
|
align-items: center;
|
|
160
154
|
box-sizing: border-box;
|
|
161
|
-
height: calc(40px + 16px);
|
|
162
155
|
height: calc(var(--space-xxxl-bo9z7f, 40px) + var(--space-scaled-m-pv0fmt, 16px));
|
|
163
|
-
padding-left: 32px;
|
|
164
156
|
padding-left: var(--space-xxl-2nvmf1, 32px);
|
|
165
157
|
}
|
|
166
158
|
.awsui_top-navigation_k5dlb_14a5k_111.awsui_medium_k5dlb_14a5k_132 > .awsui_padding-box_k5dlb_14a5k_122:not(#\9), .awsui_top-navigation_k5dlb_14a5k_111.awsui_narrow_k5dlb_14a5k_132 > .awsui_padding-box_k5dlb_14a5k_122:not(#\9) {
|
|
167
|
-
padding-left: 20px;
|
|
168
159
|
padding-left: var(--space-l-4vl6xu, 20px);
|
|
169
160
|
}
|
|
170
161
|
.awsui_top-navigation_k5dlb_14a5k_111.awsui_medium_k5dlb_14a5k_132 > .awsui_padding-box_k5dlb_14a5k_122:not(#\9) {
|
|
171
|
-
height: calc(40px + 8px);
|
|
172
162
|
height: calc(var(--space-xxxl-bo9z7f, 40px) + var(--space-scaled-xs-6859qs, 8px));
|
|
173
163
|
padding-right: 0;
|
|
174
164
|
}
|
|
175
165
|
.awsui_top-navigation_k5dlb_14a5k_111.awsui_narrow_k5dlb_14a5k_132 > .awsui_padding-box_k5dlb_14a5k_122:not(#\9) {
|
|
176
|
-
height: 40px;
|
|
177
166
|
height: var(--space-xxxl-bo9z7f, 40px);
|
|
178
167
|
}
|
|
179
168
|
|
|
@@ -200,23 +189,17 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
200
189
|
display: flex;
|
|
201
190
|
align-items: center;
|
|
202
191
|
text-decoration: none;
|
|
203
|
-
color: #000716;
|
|
204
192
|
color: var(--color-text-top-navigation-title-oypxe3, #000716);
|
|
205
193
|
}
|
|
206
194
|
.awsui_identity_k5dlb_14a5k_159 > .awsui_identity-link_k5dlb_14a5k_162:not(#\9):hover {
|
|
207
|
-
color: #0972d3;
|
|
208
195
|
color: var(--color-text-accent-s1eqko, #0972d3);
|
|
209
196
|
}
|
|
210
197
|
.awsui_identity_k5dlb_14a5k_159 > .awsui_identity-link_k5dlb_14a5k_162[data-awsui-focus-visible=true]:not(#\9):focus {
|
|
211
198
|
outline: thin dotted;
|
|
212
|
-
outline: 0;
|
|
213
199
|
outline: var(--border-link-focus-ring-outline-k2wccv, 0);
|
|
214
200
|
outline-offset: 2px;
|
|
215
|
-
outline-color: #0972d3;
|
|
216
201
|
outline-color: var(--color-border-item-focused-ap3b6s, #0972d3);
|
|
217
|
-
border-radius: 4px;
|
|
218
202
|
border-radius: var(--border-radius-control-default-focus-ring-7661kz, 4px);
|
|
219
|
-
box-shadow: 0 0 0 2px #0972d3;
|
|
220
203
|
box-shadow: 0 0 0 var(--border-link-focus-ring-shadow-spread-nv4ahb, 2px) var(--color-border-item-focused-ap3b6s, #0972d3);
|
|
221
204
|
}
|
|
222
205
|
.awsui_identity_k5dlb_14a5k_159.awsui_no-logo_k5dlb_14a5k_179:not(#\9) {
|
|
@@ -225,27 +208,20 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
225
208
|
|
|
226
209
|
.awsui_logo_k5dlb_14a5k_183:not(#\9) {
|
|
227
210
|
display: block;
|
|
228
|
-
max-height: 32px;
|
|
229
211
|
max-height: var(--space-xxl-2nvmf1, 32px);
|
|
230
|
-
margin-right: 12px;
|
|
231
212
|
margin-right: var(--space-s-hv8c1d, 12px);
|
|
232
213
|
width: auto;
|
|
233
214
|
flex-shrink: 0;
|
|
234
215
|
min-width: 10px;
|
|
235
216
|
}
|
|
236
217
|
.awsui_logo_k5dlb_14a5k_183.awsui_narrow_k5dlb_14a5k_132:not(#\9) {
|
|
237
|
-
max-height: 24px;
|
|
238
218
|
max-height: var(--space-xl-a39hup, 24px);
|
|
239
219
|
}
|
|
240
220
|
|
|
241
221
|
.awsui_title_k5dlb_14a5k_195:not(#\9) {
|
|
242
|
-
font-size: 20px;
|
|
243
222
|
font-size: var(--font-heading-m-size-6e3jmg, 20px);
|
|
244
|
-
line-height: 24px;
|
|
245
223
|
line-height: var(--font-heading-m-line-height-u3t54f, 24px);
|
|
246
|
-
letter-spacing: -0.01em;
|
|
247
224
|
letter-spacing: var(--font-heading-m-letter-spacing-r00pg3, -0.01em);
|
|
248
|
-
font-weight: 800;
|
|
249
225
|
font-weight: var(--font-heading-m-weight-hi5n0j, 800);
|
|
250
226
|
white-space: nowrap;
|
|
251
227
|
overflow: hidden;
|
|
@@ -258,7 +234,6 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
258
234
|
.awsui_inputs_k5dlb_14a5k_208:not(#\9) {
|
|
259
235
|
display: flex;
|
|
260
236
|
flex: 1;
|
|
261
|
-
padding: 0 16px;
|
|
262
237
|
padding: 0 var(--space-m-17eucw, 16px);
|
|
263
238
|
justify-content: center;
|
|
264
239
|
}
|
|
@@ -287,7 +262,6 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
287
262
|
position: relative;
|
|
288
263
|
flex-shrink: 0;
|
|
289
264
|
align-items: center;
|
|
290
|
-
padding: 0 16px;
|
|
291
265
|
padding: 0 var(--space-m-17eucw, 16px);
|
|
292
266
|
}
|
|
293
267
|
.awsui_utility-wrapper_k5dlb_14a5k_234:not(#\9)::after {
|
|
@@ -296,11 +270,8 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
296
270
|
content: "";
|
|
297
271
|
width: 1px;
|
|
298
272
|
right: 0;
|
|
299
|
-
top: 12px;
|
|
300
273
|
top: var(--space-s-hv8c1d, 12px);
|
|
301
|
-
bottom: 12px;
|
|
302
274
|
bottom: var(--space-s-hv8c1d, 12px);
|
|
303
|
-
background: #e9ebed;
|
|
304
275
|
background: var(--color-border-divider-default-7s2wjw, #e9ebed);
|
|
305
276
|
}
|
|
306
277
|
.awsui_utility-wrapper_k5dlb_14a5k_234:not(#\9):last-of-type::after {
|
|
@@ -308,12 +279,10 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
308
279
|
}
|
|
309
280
|
|
|
310
281
|
.awsui_utility-type-button-link_k5dlb_14a5k_255:not(#\9) {
|
|
311
|
-
padding: 0 20px;
|
|
312
282
|
padding: 0 var(--space-l-4vl6xu, 20px);
|
|
313
283
|
}
|
|
314
284
|
|
|
315
285
|
.awsui_utility-type-menu-dropdown_k5dlb_14a5k_259:not(#\9) {
|
|
316
|
-
padding: 0 12px;
|
|
317
286
|
padding: 0 var(--space-s-hv8c1d, 12px);
|
|
318
287
|
align-items: stretch;
|
|
319
288
|
}
|
|
@@ -323,7 +292,6 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
323
292
|
|
|
324
293
|
.awsui_utility-type-button-primary-button_k5dlb_14a5k_267:not(#\9) {
|
|
325
294
|
left: -1px;
|
|
326
|
-
border-left: 1px solid #ffffff;
|
|
327
295
|
border-left: 1px solid var(--color-background-container-content-i8i4a0, #ffffff);
|
|
328
296
|
}
|
|
329
297
|
.awsui_utility-type-button-primary-button_k5dlb_14a5k_267:not(#\9)::after {
|
|
@@ -331,7 +299,6 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
331
299
|
}
|
|
332
300
|
|
|
333
301
|
.awsui_utility-link-icon_k5dlb_14a5k_275:not(#\9) {
|
|
334
|
-
margin-left: 4px;
|
|
335
302
|
margin-left: var(--space-xxs-ynfts5, 4px);
|
|
336
303
|
}
|
|
337
304
|
|
|
@@ -344,12 +311,10 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
344
311
|
}
|
|
345
312
|
|
|
346
313
|
.awsui_offset-right-l_k5dlb_14a5k_287:not(#\9) {
|
|
347
|
-
margin-right: 4px;
|
|
348
314
|
margin-right: var(--space-xxs-ynfts5, 4px);
|
|
349
315
|
}
|
|
350
316
|
|
|
351
317
|
.awsui_offset-right-xxl_k5dlb_14a5k_291:not(#\9) {
|
|
352
|
-
margin-right: 16px;
|
|
353
318
|
margin-right: var(--space-m-17eucw, 16px);
|
|
354
319
|
}
|
|
355
320
|
|
|
@@ -391,16 +356,11 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
391
356
|
widows: 2;
|
|
392
357
|
word-spacing: normal;
|
|
393
358
|
box-sizing: border-box;
|
|
394
|
-
font-size: 14px;
|
|
395
359
|
font-size: var(--font-body-m-size-sregvd, 14px);
|
|
396
|
-
line-height: 22px;
|
|
397
360
|
line-height: var(--font-body-m-line-height-i7xxvv, 22px);
|
|
398
|
-
color: #000716;
|
|
399
361
|
color: var(--color-text-body-default-ajf1h5, #000716);
|
|
400
362
|
font-weight: 400;
|
|
401
|
-
font-family: "Open Sans", "Helvetica Neue", Roboto, Arial, sans-serif;
|
|
402
363
|
font-family: var(--font-family-base-qnistn, "Open Sans", "Helvetica Neue", Roboto, Arial, sans-serif);
|
|
403
|
-
background: #ffffff;
|
|
404
364
|
background: var(--color-background-container-content-i8i4a0, #ffffff);
|
|
405
365
|
height: 100%;
|
|
406
366
|
}
|
|
@@ -408,30 +368,21 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
408
368
|
.awsui_overflow-menu-header_k5dlb_14a5k_316:not(#\9) {
|
|
409
369
|
display: flex;
|
|
410
370
|
align-items: center;
|
|
411
|
-
min-height: 24px;
|
|
412
371
|
min-height: var(--font-panel-header-line-height-x2226j, 24px);
|
|
413
|
-
padding: 16px;
|
|
414
372
|
padding: var(--space-scaled-m-pv0fmt, 16px);
|
|
415
|
-
border-bottom: 2px solid #e9ebed;
|
|
416
373
|
border-bottom: var(--border-divider-section-width-4wm2it, 2px) solid var(--color-border-divider-default-7s2wjw, #e9ebed);
|
|
417
374
|
}
|
|
418
375
|
.awsui_overflow-menu-header-text_k5dlb_14a5k_323:not(#\9) {
|
|
419
|
-
font-size: 20px;
|
|
420
376
|
font-size: var(--font-panel-header-size-0vdgjc, 20px);
|
|
421
|
-
line-height: 24px;
|
|
422
377
|
line-height: var(--font-panel-header-line-height-x2226j, 24px);
|
|
423
|
-
font-weight: 800;
|
|
424
378
|
font-weight: var(--font-heading-l-weight-xm7ks9, 800);
|
|
425
|
-
color: #000716;
|
|
426
379
|
color: var(--color-text-heading-default-jopz0f, #000716);
|
|
427
380
|
flex: 1;
|
|
428
381
|
margin: 0;
|
|
429
382
|
text-align: center;
|
|
430
383
|
}
|
|
431
384
|
.awsui_overflow-menu-header-text--secondary_k5dlb_14a5k_332:not(#\9) {
|
|
432
|
-
font-size: 14px;
|
|
433
385
|
font-size: var(--font-header-h2-description-size-pqrrui, 14px);
|
|
434
|
-
line-height: 22px;
|
|
435
386
|
line-height: var(--font-header-h2-description-line-height-gjrb86, 22px);
|
|
436
387
|
font-weight: 400;
|
|
437
388
|
}
|
|
@@ -478,14 +429,10 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
478
429
|
widows: 2;
|
|
479
430
|
word-spacing: normal;
|
|
480
431
|
box-sizing: border-box;
|
|
481
|
-
font-size: 14px;
|
|
482
432
|
font-size: var(--font-body-m-size-sregvd, 14px);
|
|
483
|
-
line-height: 22px;
|
|
484
433
|
line-height: var(--font-body-m-line-height-i7xxvv, 22px);
|
|
485
|
-
color: #000716;
|
|
486
434
|
color: var(--color-text-body-default-ajf1h5, #000716);
|
|
487
435
|
font-weight: 400;
|
|
488
|
-
font-family: "Open Sans", "Helvetica Neue", Roboto, Arial, sans-serif;
|
|
489
436
|
font-family: var(--font-family-base-qnistn, "Open Sans", "Helvetica Neue", Roboto, Arial, sans-serif);
|
|
490
437
|
display: flex;
|
|
491
438
|
width: 100%;
|
|
@@ -494,11 +441,9 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
494
441
|
border: none;
|
|
495
442
|
}
|
|
496
443
|
.awsui_overflow-menu-list-item-utility_k5dlb_14a5k_365 > .awsui_overflow-menu-control_k5dlb_14a5k_350:not(#\9) {
|
|
497
|
-
padding: 16px;
|
|
498
444
|
padding: var(--space-scaled-m-pv0fmt, 16px);
|
|
499
445
|
}
|
|
500
446
|
.awsui_overflow-menu-control_k5dlb_14a5k_350:not(#\9):hover {
|
|
501
|
-
color: #0972d3;
|
|
502
447
|
color: var(--color-text-accent-s1eqko, #0972d3);
|
|
503
448
|
cursor: pointer;
|
|
504
449
|
}
|
|
@@ -506,12 +451,10 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
506
451
|
text-decoration: none;
|
|
507
452
|
}
|
|
508
453
|
.awsui_overflow-menu-control-expandable-menu-trigger_k5dlb_14a5k_375:not(#\9) {
|
|
509
|
-
color: #414d5c;
|
|
510
454
|
color: var(--color-text-dropdown-group-label-eaqlcl, #414d5c);
|
|
511
455
|
font-weight: bold;
|
|
512
456
|
}
|
|
513
457
|
.awsui_overflow-menu-control-expandable-menu-trigger_k5dlb_14a5k_375:not(#\9):hover {
|
|
514
|
-
color: #0972d3;
|
|
515
458
|
color: var(--color-text-accent-s1eqko, #0972d3);
|
|
516
459
|
}
|
|
517
460
|
.awsui_overflow-menu-control_k5dlb_14a5k_350[data-awsui-focus-visible=true]:not(#\9):focus {
|
|
@@ -519,24 +462,17 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
519
462
|
}
|
|
520
463
|
.awsui_overflow-menu-control_k5dlb_14a5k_350[data-awsui-focus-visible=true]:not(#\9):focus {
|
|
521
464
|
outline: 2px dotted transparent;
|
|
522
|
-
outline-offset: calc(4px - 1px);
|
|
523
465
|
outline-offset: calc(var(--space-button-focus-outline-gutter-4vaedu, 4px) - 1px);
|
|
524
466
|
}
|
|
525
467
|
.awsui_overflow-menu-control_k5dlb_14a5k_350[data-awsui-focus-visible=true]:not(#\9):focus::before {
|
|
526
468
|
content: " ";
|
|
527
469
|
display: block;
|
|
528
470
|
position: absolute;
|
|
529
|
-
left: calc(-1 * 4px);
|
|
530
471
|
left: calc(-1 * var(--space-button-focus-outline-gutter-4vaedu, 4px));
|
|
531
|
-
top: calc(-1 * 4px);
|
|
532
472
|
top: calc(-1 * var(--space-button-focus-outline-gutter-4vaedu, 4px));
|
|
533
|
-
width: calc(100% + 2 * 4px);
|
|
534
473
|
width: calc(100% + 2 * var(--space-button-focus-outline-gutter-4vaedu, 4px));
|
|
535
|
-
height: calc(100% + 2 * 4px);
|
|
536
474
|
height: calc(100% + 2 * var(--space-button-focus-outline-gutter-4vaedu, 4px));
|
|
537
|
-
border-radius: 4px;
|
|
538
475
|
border-radius: var(--border-radius-control-default-focus-ring-7661kz, 4px);
|
|
539
|
-
box-shadow: 0 0 0 2px #0972d3;
|
|
540
476
|
box-shadow: 0 0 0 2px var(--color-border-item-focused-ap3b6s, #0972d3);
|
|
541
477
|
}
|
|
542
478
|
|
|
@@ -546,44 +482,33 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
546
482
|
padding: 0;
|
|
547
483
|
}
|
|
548
484
|
.awsui_overflow-menu-list-submenu_k5dlb_14a5k_406:not(#\9) {
|
|
549
|
-
margin: 4px 0;
|
|
550
485
|
margin: var(--space-scaled-xxs-95dhkm, 4px) 0;
|
|
551
486
|
}
|
|
552
487
|
|
|
553
488
|
.awsui_overflow-menu-list-item_k5dlb_14a5k_365:not(#\9) {
|
|
554
489
|
box-sizing: border-box;
|
|
555
|
-
letter-spacing: 0.005em;
|
|
556
490
|
letter-spacing: var(--font-button-letter-spacing-8y5poz, 0.005em);
|
|
557
491
|
}
|
|
558
492
|
.awsui_overflow-menu-list-item-icon_k5dlb_14a5k_414:not(#\9) {
|
|
559
|
-
margin-right: 4px;
|
|
560
493
|
margin-right: var(--space-xxs-ynfts5, 4px);
|
|
561
494
|
}
|
|
562
495
|
.awsui_overflow-menu-list-item-text_k5dlb_14a5k_417:not(#\9) {
|
|
563
496
|
flex: 1;
|
|
564
497
|
}
|
|
565
498
|
.awsui_overflow-menu-list-item-utility_k5dlb_14a5k_365:not(#\9) {
|
|
566
|
-
font-weight: 800;
|
|
567
499
|
font-weight: var(--font-button-weight-7rj5fx, 800);
|
|
568
|
-
border-bottom: 2px solid #e9ebed;
|
|
569
500
|
border-bottom: var(--border-divider-section-width-4wm2it, 2px) solid var(--color-border-divider-default-7s2wjw, #e9ebed);
|
|
570
501
|
}
|
|
571
502
|
.awsui_overflow-menu-list-item-submenu_k5dlb_14a5k_424:not(#\9) {
|
|
572
|
-
border-top: 2px solid transparent;
|
|
573
503
|
border-top: var(--border-divider-section-width-4wm2it, 2px) solid transparent;
|
|
574
|
-
border-bottom: 2px solid transparent;
|
|
575
504
|
border-bottom: var(--border-divider-section-width-4wm2it, 2px) solid transparent;
|
|
576
|
-
padding: 4px 20px;
|
|
577
505
|
padding: var(--space-scaled-xxs-95dhkm, 4px) var(--space-scaled-l-t03y3z, 20px);
|
|
578
506
|
}
|
|
579
507
|
.awsui_overflow-menu-list-item-dropdown-menu_k5dlb_14a5k_429:not(#\9) {
|
|
580
|
-
padding: 4px 12px;
|
|
581
508
|
padding: var(--space-scaled-xxs-95dhkm, 4px) var(--space-scaled-s-cu1hzn, 12px);
|
|
582
509
|
}
|
|
583
510
|
.awsui_overflow-menu-list-item-expandable_k5dlb_14a5k_432:not(#\9) {
|
|
584
|
-
border-top-color: #e9ebed;
|
|
585
511
|
border-top-color: var(--color-border-divider-default-7s2wjw, #e9ebed);
|
|
586
|
-
border-bottom-color: #e9ebed;
|
|
587
512
|
border-bottom-color: var(--color-border-divider-default-7s2wjw, #e9ebed);
|
|
588
513
|
}
|
|
589
514
|
|