@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
|
@@ -121,29 +121,21 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
121
121
|
widows: 2;
|
|
122
122
|
word-spacing: normal;
|
|
123
123
|
box-sizing: border-box;
|
|
124
|
-
font-size: 14px;
|
|
125
124
|
font-size: var(--font-body-m-size-sregvd, 14px);
|
|
126
|
-
line-height: 22px;
|
|
127
125
|
line-height: var(--font-body-m-line-height-i7xxvv, 22px);
|
|
128
|
-
color: #000716;
|
|
129
126
|
color: var(--color-text-body-default-ajf1h5, #000716);
|
|
130
127
|
font-weight: 400;
|
|
131
|
-
font-family: "Open Sans", "Helvetica Neue", Roboto, Arial, sans-serif;
|
|
132
128
|
font-family: var(--font-family-base-qnistn, "Open Sans", "Helvetica Neue", Roboto, Arial, sans-serif);
|
|
133
129
|
word-wrap: break-word;
|
|
134
|
-
padding: 20px 24px 0 28px;
|
|
135
130
|
padding: var(--space-scaled-l-t03y3z, 20px) var(--space-panel-side-right-kev4k9, 24px) 0 var(--space-panel-side-left-8ozqve, 28px);
|
|
136
131
|
}
|
|
137
132
|
.awsui_help-panel_1d237_krmwe_94 hr:not(#\9) {
|
|
138
133
|
border: none;
|
|
139
|
-
border-top: 2px solid #e9ebed;
|
|
140
134
|
border-top: var(--border-divider-section-width-4wm2it, 2px) solid var(--color-border-divider-default-7s2wjw, #e9ebed);
|
|
141
|
-
margin: 24px calc(-1 * 8px);
|
|
142
135
|
margin: var(--space-scaled-xl-w2t504, 24px) calc(-1 * var(--space-xs-rsr2qu, 8px));
|
|
143
136
|
}
|
|
144
137
|
.awsui_help-panel_1d237_krmwe_94 ol:not(#\9),
|
|
145
138
|
.awsui_help-panel_1d237_krmwe_94 ul:not(#\9) {
|
|
146
|
-
padding-left: 20px;
|
|
147
139
|
padding-left: var(--space-l-4vl6xu, 20px);
|
|
148
140
|
list-style-position: outside;
|
|
149
141
|
}
|
|
@@ -158,47 +150,32 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
158
150
|
.awsui_help-panel_1d237_krmwe_94 h5:not(#\9),
|
|
159
151
|
.awsui_help-panel_1d237_krmwe_94 pre:not(#\9),
|
|
160
152
|
.awsui_help-panel_1d237_krmwe_94 code:not(#\9) {
|
|
161
|
-
margin: 8px 0;
|
|
162
153
|
margin: var(--space-xs-rsr2qu, 8px) 0;
|
|
163
154
|
padding-top: 0;
|
|
164
155
|
padding-bottom: 0;
|
|
165
156
|
}
|
|
166
157
|
.awsui_help-panel_1d237_krmwe_94 code:not(#\9) {
|
|
167
|
-
font-size: 12px;
|
|
168
158
|
font-size: var(--font-body-s-size-ukw2p9, 12px);
|
|
169
|
-
line-height: 16px;
|
|
170
159
|
line-height: var(--font-body-s-line-height-kdsbrl, 16px);
|
|
171
|
-
letter-spacing: 0.005em;
|
|
172
160
|
letter-spacing: var(--font-body-s-letter-spacing-cy0oxj, 0.005em);
|
|
173
|
-
font-family: Monaco, Menlo, Consolas, "Courier Prime", Courier, "Courier New", monospace;
|
|
174
161
|
font-family: var(--font-family-monospace-iz223z, Monaco, Menlo, Consolas, "Courier Prime", Courier, "Courier New", monospace);
|
|
175
|
-
background-color: #ffffff;
|
|
176
162
|
background-color: var(--color-background-layout-main-sfhm4y, #ffffff);
|
|
177
|
-
padding: 0 4px;
|
|
178
163
|
padding: 0 var(--space-xxs-ynfts5, 4px);
|
|
179
164
|
word-wrap: break-word;
|
|
180
165
|
white-space: pre-wrap;
|
|
181
166
|
}
|
|
182
167
|
.awsui_help-panel_1d237_krmwe_94 pre:not(#\9) {
|
|
183
|
-
font-size: 12px;
|
|
184
168
|
font-size: var(--font-body-s-size-ukw2p9, 12px);
|
|
185
|
-
line-height: 16px;
|
|
186
169
|
line-height: var(--font-body-s-line-height-kdsbrl, 16px);
|
|
187
|
-
letter-spacing: 0.005em;
|
|
188
170
|
letter-spacing: var(--font-body-s-letter-spacing-cy0oxj, 0.005em);
|
|
189
|
-
font-family: Monaco, Menlo, Consolas, "Courier Prime", Courier, "Courier New", monospace;
|
|
190
171
|
font-family: var(--font-family-monospace-iz223z, Monaco, Menlo, Consolas, "Courier Prime", Courier, "Courier New", monospace);
|
|
191
|
-
background-color: #ffffff;
|
|
192
172
|
background-color: var(--color-background-layout-main-sfhm4y, #ffffff);
|
|
193
|
-
padding: 0 4px;
|
|
194
173
|
padding: 0 var(--space-xxs-ynfts5, 4px);
|
|
195
174
|
word-wrap: break-word;
|
|
196
175
|
white-space: pre-wrap;
|
|
197
|
-
padding: 4px;
|
|
198
176
|
padding: var(--space-xxs-ynfts5, 4px);
|
|
199
177
|
}
|
|
200
178
|
.awsui_help-panel_1d237_krmwe_94 dl:not(#\9) {
|
|
201
|
-
margin: 8px 0;
|
|
202
179
|
margin: var(--space-xs-rsr2qu, 8px) 0;
|
|
203
180
|
/* stylelint-disable-next-line selector-max-universal */
|
|
204
181
|
}
|
|
@@ -207,12 +184,10 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
207
184
|
margin-bottom: 0;
|
|
208
185
|
}
|
|
209
186
|
.awsui_help-panel_1d237_krmwe_94 dt:not(#\9) {
|
|
210
|
-
margin-top: 8px;
|
|
211
187
|
margin-top: var(--space-xs-rsr2qu, 8px);
|
|
212
188
|
font-weight: 700;
|
|
213
189
|
}
|
|
214
190
|
.awsui_help-panel_1d237_krmwe_94 dd:not(#\9) {
|
|
215
|
-
margin: 0 0 8px;
|
|
216
191
|
margin: 0 0 var(--space-xs-rsr2qu, 8px);
|
|
217
192
|
}
|
|
218
193
|
.awsui_help-panel_1d237_krmwe_94 h2:not(#\9),
|
|
@@ -220,13 +195,10 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
220
195
|
.awsui_help-panel_1d237_krmwe_94 h4:not(#\9),
|
|
221
196
|
.awsui_help-panel_1d237_krmwe_94 h5:not(#\9),
|
|
222
197
|
.awsui_help-panel_1d237_krmwe_94 h6:not(#\9) {
|
|
223
|
-
margin-top: 24px;
|
|
224
198
|
margin-top: var(--space-xl-a39hup, 24px);
|
|
225
|
-
color: #000716;
|
|
226
199
|
color: var(--color-text-heading-default-jopz0f, #000716);
|
|
227
200
|
}
|
|
228
201
|
.awsui_help-panel_1d237_krmwe_94 > :not(#\9):last-child {
|
|
229
|
-
margin-bottom: 40px;
|
|
230
202
|
margin-bottom: var(--space-scaled-xxxl-ffokcj, 40px);
|
|
231
203
|
}
|
|
232
204
|
.awsui_help-panel_1d237_krmwe_94 p:not(#\9) {
|
|
@@ -234,51 +206,32 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
234
206
|
text-decoration: none;
|
|
235
207
|
}
|
|
236
208
|
.awsui_help-panel_1d237_krmwe_94 h1:not(#\9) {
|
|
237
|
-
font-size: 32px;
|
|
238
209
|
font-size: var(--font-heading-xl-size-d0vjbk, 32px);
|
|
239
|
-
line-height: 40px;
|
|
240
210
|
line-height: var(--font-heading-xl-line-height-doxfdj, 40px);
|
|
241
|
-
letter-spacing: -0.02em;
|
|
242
211
|
letter-spacing: var(--font-heading-xl-letter-spacing-9tcsmy, -0.02em);
|
|
243
|
-
font-weight: 800;
|
|
244
212
|
font-weight: var(--font-heading-xl-weight-772870, 800);
|
|
245
213
|
}
|
|
246
214
|
.awsui_help-panel_1d237_krmwe_94 h2:not(#\9) {
|
|
247
|
-
font-size: 24px;
|
|
248
215
|
font-size: var(--font-heading-l-size-otmxys, 24px);
|
|
249
|
-
line-height: 30px;
|
|
250
216
|
line-height: var(--font-heading-l-line-height-gev4n1, 30px);
|
|
251
|
-
letter-spacing: -0.015em;
|
|
252
217
|
letter-spacing: var(--font-heading-l-letter-spacing-f6wvtk, -0.015em);
|
|
253
|
-
font-weight: 800;
|
|
254
218
|
font-weight: var(--font-heading-l-weight-xm7ks9, 800);
|
|
255
219
|
}
|
|
256
220
|
.awsui_help-panel_1d237_krmwe_94 h3:not(#\9) {
|
|
257
|
-
font-size: 20px;
|
|
258
221
|
font-size: var(--font-heading-m-size-6e3jmg, 20px);
|
|
259
|
-
line-height: 24px;
|
|
260
222
|
line-height: var(--font-heading-m-line-height-u3t54f, 24px);
|
|
261
|
-
letter-spacing: -0.01em;
|
|
262
223
|
letter-spacing: var(--font-heading-m-letter-spacing-r00pg3, -0.01em);
|
|
263
|
-
font-weight: 800;
|
|
264
224
|
font-weight: var(--font-heading-m-weight-hi5n0j, 800);
|
|
265
225
|
}
|
|
266
226
|
.awsui_help-panel_1d237_krmwe_94 h4:not(#\9) {
|
|
267
|
-
font-size: 16px;
|
|
268
227
|
font-size: var(--font-heading-s-size-9clg8y, 16px);
|
|
269
|
-
line-height: 20px;
|
|
270
228
|
line-height: var(--font-heading-s-line-height-5b7f0q, 20px);
|
|
271
|
-
letter-spacing: -0.005em;
|
|
272
229
|
letter-spacing: var(--font-heading-s-letter-spacing-4d69jc, -0.005em);
|
|
273
|
-
font-weight: 800;
|
|
274
230
|
font-weight: var(--font-heading-s-weight-k8ys41, 800);
|
|
275
231
|
}
|
|
276
232
|
.awsui_help-panel_1d237_krmwe_94 h5:not(#\9) {
|
|
277
|
-
font-size: 14px;
|
|
278
233
|
font-size: var(--font-heading-xs-size-fryxro, 14px);
|
|
279
|
-
line-height: 18px;
|
|
280
234
|
line-height: var(--font-heading-xs-line-height-5x131j, 18px);
|
|
281
|
-
font-weight: 800;
|
|
282
235
|
font-weight: var(--font-heading-xs-weight-wwznty, 800);
|
|
283
236
|
}
|
|
284
237
|
.awsui_help-panel_1d237_krmwe_94 b:not(#\9),
|
|
@@ -286,7 +239,6 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
286
239
|
font-weight: 700;
|
|
287
240
|
}
|
|
288
241
|
.awsui_help-panel_1d237_krmwe_94 a:not(#\9) {
|
|
289
|
-
color: #0972d3;
|
|
290
242
|
color: var(--color-text-link-default-5f186r, #0972d3);
|
|
291
243
|
font-weight: inherit;
|
|
292
244
|
letter-spacing: normal;
|
|
@@ -294,7 +246,6 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
294
246
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
295
247
|
text-decoration-color: transparent;
|
|
296
248
|
transition-property: color, text-decoration;
|
|
297
|
-
transition-duration: 165ms;
|
|
298
249
|
transition-duration: var(--motion-duration-refresh-only-medium-5flen2, 165ms);
|
|
299
250
|
}
|
|
300
251
|
@media (prefers-reduced-motion: reduce) {
|
|
@@ -309,14 +260,12 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
309
260
|
}
|
|
310
261
|
.awsui_help-panel_1d237_krmwe_94 a:not(#\9):hover {
|
|
311
262
|
cursor: pointer;
|
|
312
|
-
color: #033160;
|
|
313
263
|
color: var(--color-text-link-hover-kololx, #033160);
|
|
314
264
|
}
|
|
315
265
|
.awsui_help-panel_1d237_krmwe_94 a:not(#\9):focus {
|
|
316
266
|
outline: none;
|
|
317
267
|
}
|
|
318
268
|
.awsui_help-panel_1d237_krmwe_94 a:not(#\9):active {
|
|
319
|
-
color: #033160;
|
|
320
269
|
color: var(--color-text-link-hover-kololx, #033160);
|
|
321
270
|
}
|
|
322
271
|
.awsui_help-panel_1d237_krmwe_94 a:not(#\9):active, .awsui_help-panel_1d237_krmwe_94 a:not(#\9):focus, .awsui_help-panel_1d237_krmwe_94 a:not(#\9):hover {
|
|
@@ -326,35 +275,22 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
326
275
|
}
|
|
327
276
|
.awsui_help-panel_1d237_krmwe_94 a:not(#\9):focus {
|
|
328
277
|
outline: thin dotted;
|
|
329
|
-
outline: 0;
|
|
330
278
|
outline: var(--border-link-focus-ring-outline-k2wccv, 0);
|
|
331
279
|
outline-offset: 2px;
|
|
332
|
-
outline-color: #0972d3;
|
|
333
280
|
outline-color: var(--color-border-item-focused-ap3b6s, #0972d3);
|
|
334
|
-
border-radius: 4px;
|
|
335
281
|
border-radius: var(--border-radius-control-default-focus-ring-7661kz, 4px);
|
|
336
|
-
box-shadow: 0 0 0 2px #0972d3;
|
|
337
282
|
box-shadow: 0 0 0 var(--border-link-focus-ring-shadow-spread-nv4ahb, 2px) var(--color-border-item-focused-ap3b6s, #0972d3);
|
|
338
283
|
}
|
|
339
284
|
.awsui_help-panel_1d237_krmwe_94 .awsui_header_1d237_krmwe_258:not(#\9) {
|
|
340
|
-
font-size: 20px;
|
|
341
285
|
font-size: var(--font-panel-header-size-0vdgjc, 20px);
|
|
342
|
-
line-height: 24px;
|
|
343
286
|
line-height: var(--font-panel-header-line-height-x2226j, 24px);
|
|
344
|
-
font-weight: 800;
|
|
345
287
|
font-weight: var(--font-heading-l-weight-xm7ks9, 800);
|
|
346
|
-
color: #000716;
|
|
347
288
|
color: var(--color-text-heading-default-jopz0f, #000716);
|
|
348
|
-
padding-bottom: 20px;
|
|
349
289
|
padding-bottom: var(--space-scaled-l-t03y3z, 20px);
|
|
350
|
-
padding-left: 28px;
|
|
351
290
|
padding-left: var(--space-panel-side-left-8ozqve, 28px);
|
|
352
|
-
padding-right: calc(24px + 32px);
|
|
353
291
|
padding-right: calc(var(--space-xl-a39hup, 24px) + var(--space-scaled-xxl-pfgv96, 32px));
|
|
354
292
|
border: none;
|
|
355
|
-
border-bottom: 2px solid #e9ebed;
|
|
356
293
|
border-bottom: var(--border-divider-section-width-4wm2it, 2px) solid var(--color-border-divider-default-7s2wjw, #e9ebed);
|
|
357
|
-
margin: 0 calc(-1 * 24px) 20px calc(-1 * 28px);
|
|
358
294
|
margin: 0 calc(-1 * var(--space-panel-side-right-kev4k9, 24px)) var(--space-scaled-l-t03y3z, 20px) calc(-1 * var(--space-panel-side-left-8ozqve, 28px));
|
|
359
295
|
}
|
|
360
296
|
.awsui_help-panel_1d237_krmwe_94 .awsui_header_1d237_krmwe_258 h2:not(#\9),
|
|
@@ -362,11 +298,8 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
362
298
|
.awsui_help-panel_1d237_krmwe_94 .awsui_header_1d237_krmwe_258 h4:not(#\9),
|
|
363
299
|
.awsui_help-panel_1d237_krmwe_94 .awsui_header_1d237_krmwe_258 h5:not(#\9),
|
|
364
300
|
.awsui_help-panel_1d237_krmwe_94 .awsui_header_1d237_krmwe_258 h6:not(#\9) {
|
|
365
|
-
font-size: 20px;
|
|
366
301
|
font-size: var(--font-panel-header-size-0vdgjc, 20px);
|
|
367
|
-
line-height: 24px;
|
|
368
302
|
line-height: var(--font-panel-header-line-height-x2226j, 24px);
|
|
369
|
-
font-weight: 800;
|
|
370
303
|
font-weight: var(--font-heading-l-weight-xm7ks9, 800);
|
|
371
304
|
padding-top: 0;
|
|
372
305
|
padding-bottom: 0;
|
|
@@ -375,7 +308,6 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
375
308
|
}
|
|
376
309
|
|
|
377
310
|
.awsui_content_1d237_krmwe_284:not(#\9) {
|
|
378
|
-
color: #414d5c;
|
|
379
311
|
color: var(--color-text-body-secondary-fdstdf, #414d5c);
|
|
380
312
|
}
|
|
381
313
|
.awsui_content_1d237_krmwe_284 h2:not(#\9):first-child,
|
|
@@ -387,17 +319,12 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
387
319
|
}
|
|
388
320
|
|
|
389
321
|
.awsui_footer_1d237_krmwe_295:not(#\9) {
|
|
390
|
-
color: #414d5c;
|
|
391
322
|
color: var(--color-text-body-secondary-fdstdf, #414d5c);
|
|
392
|
-
border-top: 2px solid #e9ebed;
|
|
393
323
|
border-top: var(--border-divider-section-width-4wm2it, 2px) solid var(--color-border-divider-default-7s2wjw, #e9ebed);
|
|
394
|
-
margin: 24px calc(-1 * 8px);
|
|
395
324
|
margin: var(--space-scaled-xl-w2t504, 24px) calc(-1 * var(--space-xs-rsr2qu, 8px));
|
|
396
|
-
padding: 0 12px;
|
|
397
325
|
padding: 0 var(--space-s-hv8c1d, 12px);
|
|
398
326
|
}
|
|
399
327
|
.awsui_footer_1d237_krmwe_295 > :not(#\9):first-child {
|
|
400
|
-
margin-top: 24px;
|
|
401
328
|
margin-top: var(--space-scaled-xl-w2t504, 24px);
|
|
402
329
|
}
|
|
403
330
|
.awsui_footer_1d237_krmwe_295 ul:not(#\9) {
|
|
@@ -109,17 +109,14 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
109
109
|
|
|
110
110
|
.awsui_placement-right_cqcqk_crowj_110:not(#\9) {
|
|
111
111
|
left: 100%;
|
|
112
|
-
margin-left: 4px;
|
|
113
112
|
margin-left: var(--space-xxs-ynfts5, 4px);
|
|
114
113
|
}
|
|
115
114
|
|
|
116
115
|
.awsui_placement-left_cqcqk_crowj_115:not(#\9) {
|
|
117
116
|
right: 100%;
|
|
118
|
-
margin-right: 4px;
|
|
119
117
|
margin-right: var(--space-xxs-ynfts5, 4px);
|
|
120
118
|
}
|
|
121
119
|
|
|
122
120
|
.awsui_inlineWrapper_cqcqk_crowj_120:not(#\9) {
|
|
123
|
-
margin-left: 4px;
|
|
124
121
|
margin-left: var(--space-xxs-ynfts5, 4px);
|
|
125
122
|
}
|
package/icon/styles.scoped.css
CHANGED
|
@@ -127,21 +127,16 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
127
127
|
fill: currentColor;
|
|
128
128
|
}
|
|
129
129
|
.awsui_icon_h11ix_k54ie_98.awsui_size-small_h11ix_k54ie_129:not(#\9) {
|
|
130
|
-
width: 16px;
|
|
131
130
|
width: var(--size-icon-normal-j1z5fn, 16px);
|
|
132
131
|
box-sizing: border-box;
|
|
133
132
|
}
|
|
134
133
|
.awsui_icon_h11ix_k54ie_98.awsui_size-small-mapped-height_h11ix_k54ie_133:not(#\9) {
|
|
135
|
-
height: 16px;
|
|
136
134
|
height: var(--font-body-s-line-height-kdsbrl, 16px);
|
|
137
|
-
padding: calc((16px - 16px) / 2) 0;
|
|
138
135
|
padding: calc((var(--font-body-s-line-height-kdsbrl, 16px) - var(--size-icon-normal-j1z5fn, 16px)) / 2) 0;
|
|
139
136
|
}
|
|
140
137
|
.awsui_icon_h11ix_k54ie_98.awsui_size-small_h11ix_k54ie_129 > svg:not(#\9),
|
|
141
138
|
.awsui_icon_h11ix_k54ie_98.awsui_size-small_h11ix_k54ie_129 > img:not(#\9) {
|
|
142
|
-
width: 16px;
|
|
143
139
|
width: var(--size-icon-normal-j1z5fn, 16px);
|
|
144
|
-
height: 16px;
|
|
145
140
|
height: var(--size-icon-normal-j1z5fn, 16px);
|
|
146
141
|
vertical-align: top;
|
|
147
142
|
}
|
|
@@ -150,21 +145,16 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
150
145
|
stroke-width: 2px;
|
|
151
146
|
}
|
|
152
147
|
.awsui_icon_h11ix_k54ie_98.awsui_size-normal_h11ix_k54ie_147:not(#\9) {
|
|
153
|
-
width: 16px;
|
|
154
148
|
width: var(--size-icon-normal-j1z5fn, 16px);
|
|
155
149
|
box-sizing: border-box;
|
|
156
150
|
}
|
|
157
151
|
.awsui_icon_h11ix_k54ie_98.awsui_size-normal-mapped-height_h11ix_k54ie_151:not(#\9) {
|
|
158
|
-
height: 22px;
|
|
159
152
|
height: var(--font-body-m-line-height-i7xxvv, 22px);
|
|
160
|
-
padding: calc((22px - 16px) / 2) 0;
|
|
161
153
|
padding: calc((var(--font-body-m-line-height-i7xxvv, 22px) - var(--size-icon-normal-j1z5fn, 16px)) / 2) 0;
|
|
162
154
|
}
|
|
163
155
|
.awsui_icon_h11ix_k54ie_98.awsui_size-normal_h11ix_k54ie_147 > svg:not(#\9),
|
|
164
156
|
.awsui_icon_h11ix_k54ie_98.awsui_size-normal_h11ix_k54ie_147 > img:not(#\9) {
|
|
165
|
-
width: 16px;
|
|
166
157
|
width: var(--size-icon-normal-j1z5fn, 16px);
|
|
167
|
-
height: 16px;
|
|
168
158
|
height: var(--size-icon-normal-j1z5fn, 16px);
|
|
169
159
|
vertical-align: top;
|
|
170
160
|
}
|
|
@@ -173,21 +163,16 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
173
163
|
stroke-width: 2px;
|
|
174
164
|
}
|
|
175
165
|
.awsui_icon_h11ix_k54ie_98.awsui_size-medium_h11ix_k54ie_165:not(#\9) {
|
|
176
|
-
width: 20px;
|
|
177
166
|
width: var(--size-icon-medium-fvz0oi, 20px);
|
|
178
167
|
box-sizing: border-box;
|
|
179
168
|
}
|
|
180
169
|
.awsui_icon_h11ix_k54ie_98.awsui_size-medium-mapped-height_h11ix_k54ie_169:not(#\9) {
|
|
181
|
-
height: 30px;
|
|
182
170
|
height: var(--font-heading-l-line-height-gev4n1, 30px);
|
|
183
|
-
padding: calc((30px - 20px) / 2) 0;
|
|
184
171
|
padding: calc((var(--font-heading-l-line-height-gev4n1, 30px) - var(--size-icon-medium-fvz0oi, 20px)) / 2) 0;
|
|
185
172
|
}
|
|
186
173
|
.awsui_icon_h11ix_k54ie_98.awsui_size-medium_h11ix_k54ie_165 > svg:not(#\9),
|
|
187
174
|
.awsui_icon_h11ix_k54ie_98.awsui_size-medium_h11ix_k54ie_165 > img:not(#\9) {
|
|
188
|
-
width: 20px;
|
|
189
175
|
width: var(--size-icon-medium-fvz0oi, 20px);
|
|
190
|
-
height: 20px;
|
|
191
176
|
height: var(--size-icon-medium-fvz0oi, 20px);
|
|
192
177
|
vertical-align: top;
|
|
193
178
|
}
|
|
@@ -196,21 +181,16 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
196
181
|
stroke-width: 2px;
|
|
197
182
|
}
|
|
198
183
|
.awsui_icon_h11ix_k54ie_98.awsui_size-big_h11ix_k54ie_183:not(#\9) {
|
|
199
|
-
width: 32px;
|
|
200
184
|
width: var(--size-icon-big-cu55wt, 32px);
|
|
201
185
|
box-sizing: border-box;
|
|
202
186
|
}
|
|
203
187
|
.awsui_icon_h11ix_k54ie_98.awsui_size-big-mapped-height_h11ix_k54ie_187:not(#\9) {
|
|
204
|
-
height: 40px;
|
|
205
188
|
height: var(--font-heading-xl-line-height-doxfdj, 40px);
|
|
206
|
-
padding: calc((40px - 32px) / 2) 0;
|
|
207
189
|
padding: calc((var(--font-heading-xl-line-height-doxfdj, 40px) - var(--size-icon-big-cu55wt, 32px)) / 2) 0;
|
|
208
190
|
}
|
|
209
191
|
.awsui_icon_h11ix_k54ie_98.awsui_size-big_h11ix_k54ie_183 > svg:not(#\9),
|
|
210
192
|
.awsui_icon_h11ix_k54ie_98.awsui_size-big_h11ix_k54ie_183 > img:not(#\9) {
|
|
211
|
-
width: 32px;
|
|
212
193
|
width: var(--size-icon-big-cu55wt, 32px);
|
|
213
|
-
height: 32px;
|
|
214
194
|
height: var(--size-icon-big-cu55wt, 32px);
|
|
215
195
|
vertical-align: top;
|
|
216
196
|
}
|
|
@@ -219,21 +199,16 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
219
199
|
stroke-width: 2px;
|
|
220
200
|
}
|
|
221
201
|
.awsui_icon_h11ix_k54ie_98.awsui_size-large_h11ix_k54ie_201:not(#\9) {
|
|
222
|
-
width: 48px;
|
|
223
202
|
width: var(--size-icon-large-9vh494, 48px);
|
|
224
203
|
box-sizing: border-box;
|
|
225
204
|
}
|
|
226
205
|
.awsui_icon_h11ix_k54ie_98.awsui_size-large-mapped-height_h11ix_k54ie_205:not(#\9) {
|
|
227
|
-
height: 54px;
|
|
228
206
|
height: var(--font-display-l-line-height-71tnj3, 54px);
|
|
229
|
-
padding: calc((54px - 48px) / 2) 0;
|
|
230
207
|
padding: calc((var(--font-display-l-line-height-71tnj3, 54px) - var(--size-icon-large-9vh494, 48px)) / 2) 0;
|
|
231
208
|
}
|
|
232
209
|
.awsui_icon_h11ix_k54ie_98.awsui_size-large_h11ix_k54ie_201 > svg:not(#\9),
|
|
233
210
|
.awsui_icon_h11ix_k54ie_98.awsui_size-large_h11ix_k54ie_201 > img:not(#\9) {
|
|
234
|
-
width: 48px;
|
|
235
211
|
width: var(--size-icon-large-9vh494, 48px);
|
|
236
|
-
height: 48px;
|
|
237
212
|
height: var(--size-icon-large-9vh494, 48px);
|
|
238
213
|
vertical-align: top;
|
|
239
214
|
}
|
|
@@ -245,31 +220,24 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
245
220
|
color: currentColor;
|
|
246
221
|
}
|
|
247
222
|
.awsui_icon_h11ix_k54ie_98.awsui_variant-disabled_h11ix_k54ie_222:not(#\9) {
|
|
248
|
-
color: #9ba7b6;
|
|
249
223
|
color: var(--color-text-interactive-disabled-3pbb07, #9ba7b6);
|
|
250
224
|
}
|
|
251
225
|
.awsui_icon_h11ix_k54ie_98.awsui_variant-inverted_h11ix_k54ie_225:not(#\9) {
|
|
252
|
-
color: #ffffff;
|
|
253
226
|
color: var(--color-text-inverted-821sko, #ffffff);
|
|
254
227
|
}
|
|
255
228
|
.awsui_icon_h11ix_k54ie_98.awsui_variant-subtle_h11ix_k54ie_228:not(#\9) {
|
|
256
|
-
color: #5f6b7a;
|
|
257
229
|
color: var(--color-text-icon-subtle-bz5b7h, #5f6b7a);
|
|
258
230
|
}
|
|
259
231
|
.awsui_icon_h11ix_k54ie_98.awsui_variant-warning_h11ix_k54ie_231:not(#\9) {
|
|
260
|
-
color: #d91515;
|
|
261
232
|
color: var(--color-text-status-warning-27nlyh, #d91515);
|
|
262
233
|
}
|
|
263
234
|
.awsui_icon_h11ix_k54ie_98.awsui_variant-error_h11ix_k54ie_234:not(#\9) {
|
|
264
|
-
color: #d91515;
|
|
265
235
|
color: var(--color-text-status-error-5sesl6, #d91515);
|
|
266
236
|
}
|
|
267
237
|
.awsui_icon_h11ix_k54ie_98.awsui_variant-success_h11ix_k54ie_237:not(#\9) {
|
|
268
|
-
color: #037f0c;
|
|
269
238
|
color: var(--color-text-status-success-0fzhv9, #037f0c);
|
|
270
239
|
}
|
|
271
240
|
.awsui_icon_h11ix_k54ie_98.awsui_variant-link_h11ix_k54ie_240:not(#\9) {
|
|
272
|
-
color: #0972d3;
|
|
273
241
|
color: var(--color-text-link-default-5f186r, #0972d3);
|
|
274
242
|
}
|
|
275
243
|
|
|
@@ -279,7 +247,6 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
279
247
|
width: 8px;
|
|
280
248
|
height: 8px;
|
|
281
249
|
border-radius: 8px;
|
|
282
|
-
background-color: #0972d3;
|
|
283
250
|
background-color: var(--color-text-status-info-utupcz, #0972d3);
|
|
284
251
|
top: 2px;
|
|
285
252
|
right: -2px;
|
package/input/styles.scoped.css
CHANGED
|
@@ -124,110 +124,80 @@ 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
|
-
padding: 4px 12px;
|
|
137
132
|
padding: var(--space-scaled-xxs-95dhkm, 4px) var(--space-field-horizontal-89h2yr, 12px);
|
|
138
|
-
color: #000716;
|
|
139
133
|
color: var(--color-text-body-default-ajf1h5, #000716);
|
|
140
134
|
width: 100%;
|
|
141
135
|
cursor: text;
|
|
142
136
|
box-sizing: border-box;
|
|
143
|
-
background-color: #ffffff;
|
|
144
137
|
background-color: var(--color-background-input-default-u57378, #ffffff);
|
|
145
|
-
border-radius: 8px;
|
|
146
138
|
border-radius: var(--border-radius-input-txq8zy, 8px);
|
|
147
|
-
border: 2px solid #9ba7b6;
|
|
148
139
|
border: var(--border-field-width-idlekx, 2px) solid var(--color-border-input-default-dtyu8d, #9ba7b6);
|
|
149
|
-
font-size: 14px;
|
|
150
140
|
font-size: var(--font-body-m-size-sregvd, 14px);
|
|
151
|
-
line-height: 22px;
|
|
152
141
|
line-height: var(--font-body-m-line-height-i7xxvv, 22px);
|
|
153
|
-
height: 34px;
|
|
154
142
|
height: var(--size-vertical-input-js5hfh, 34px);
|
|
155
143
|
}
|
|
156
144
|
.awsui_input_2rhyz_1wtgy_97.awsui_input-readonly_2rhyz_1wtgy_118:not(#\9) {
|
|
157
|
-
background-color: #ffffff;
|
|
158
145
|
background-color: var(--color-background-input-default-u57378, #ffffff);
|
|
159
|
-
border: 2px solid #e9ebed;
|
|
160
146
|
border: var(--border-field-width-idlekx, 2px) solid var(--color-border-input-disabled-x2lopj, #e9ebed);
|
|
161
147
|
}
|
|
162
148
|
.awsui_input_2rhyz_1wtgy_97:not(#\9)::-webkit-input-placeholder {
|
|
163
|
-
color: #5f6b7a;
|
|
164
149
|
color: var(--color-text-input-placeholder-j53j3c, #5f6b7a);
|
|
165
150
|
font-style: italic;
|
|
166
151
|
-webkit-user-select: none;
|
|
167
152
|
user-select: none;
|
|
168
153
|
}
|
|
169
154
|
.awsui_input_2rhyz_1wtgy_97:not(#\9)::-ms-input-placeholder {
|
|
170
|
-
color: #5f6b7a;
|
|
171
155
|
color: var(--color-text-input-placeholder-j53j3c, #5f6b7a);
|
|
172
156
|
font-style: italic;
|
|
173
157
|
}
|
|
174
158
|
.awsui_input_2rhyz_1wtgy_97:not(#\9)::-moz-placeholder {
|
|
175
|
-
color: #5f6b7a;
|
|
176
159
|
color: var(--color-text-input-placeholder-j53j3c, #5f6b7a);
|
|
177
160
|
font-style: italic;
|
|
178
161
|
opacity: 1;
|
|
179
162
|
}
|
|
180
163
|
.awsui_input_2rhyz_1wtgy_97:not(#\9):-ms-input-placeholder {
|
|
181
|
-
color: #5f6b7a;
|
|
182
164
|
color: var(--color-text-input-placeholder-j53j3c, #5f6b7a);
|
|
183
165
|
font-style: italic;
|
|
184
166
|
}
|
|
185
167
|
.awsui_input_2rhyz_1wtgy_97:not(#\9):-moz-placeholder {
|
|
186
|
-
color: #5f6b7a;
|
|
187
168
|
color: var(--color-text-input-placeholder-j53j3c, #5f6b7a);
|
|
188
169
|
font-style: italic;
|
|
189
170
|
opacity: 1;
|
|
190
171
|
}
|
|
191
172
|
.awsui_input_2rhyz_1wtgy_97:not(#\9):focus {
|
|
192
173
|
outline: 2px dotted transparent;
|
|
193
|
-
border: 2px solid #0972d3;
|
|
194
174
|
border: var(--border-field-width-idlekx, 2px) solid var(--color-border-item-focused-ap3b6s, #0972d3);
|
|
195
|
-
border-radius: 8px;
|
|
196
175
|
border-radius: var(--border-radius-input-txq8zy, 8px);
|
|
197
|
-
box-shadow: 0 0 0 0px #0972d3;
|
|
198
176
|
box-shadow: 0 0 0 var(--border-control-focus-ring-shadow-spread-srzyiu, 0px) var(--color-border-item-focused-ap3b6s, #0972d3);
|
|
199
177
|
}
|
|
200
178
|
.awsui_input_2rhyz_1wtgy_97:not(#\9):disabled {
|
|
201
|
-
background-color: #e9ebed;
|
|
202
179
|
background-color: var(--color-background-input-disabled-wu9j6u, #e9ebed);
|
|
203
|
-
border: 2px solid #e9ebed;
|
|
204
180
|
border: var(--border-field-width-idlekx, 2px) solid var(--color-border-input-disabled-x2lopj, #e9ebed);
|
|
205
|
-
color: #9ba7b6;
|
|
206
181
|
color: var(--color-text-input-disabled-oawyzo, #9ba7b6);
|
|
207
182
|
cursor: auto;
|
|
208
183
|
cursor: default;
|
|
209
184
|
}
|
|
210
185
|
.awsui_input_2rhyz_1wtgy_97:not(#\9):disabled::-webkit-input-placeholder {
|
|
211
|
-
color: #9ba7b6;
|
|
212
186
|
color: var(--color-text-input-placeholder-disabled-6928j8, #9ba7b6);
|
|
213
187
|
-webkit-user-select: none;
|
|
214
188
|
user-select: none;
|
|
215
189
|
}
|
|
216
190
|
.awsui_input_2rhyz_1wtgy_97:not(#\9):disabled::-ms-input-placeholder {
|
|
217
|
-
color: #9ba7b6;
|
|
218
191
|
color: var(--color-text-input-placeholder-disabled-6928j8, #9ba7b6);
|
|
219
192
|
}
|
|
220
193
|
.awsui_input_2rhyz_1wtgy_97:not(#\9):disabled::-moz-placeholder {
|
|
221
|
-
color: #9ba7b6;
|
|
222
194
|
color: var(--color-text-input-placeholder-disabled-6928j8, #9ba7b6);
|
|
223
195
|
opacity: 1;
|
|
224
196
|
}
|
|
225
197
|
.awsui_input_2rhyz_1wtgy_97:not(#\9):disabled:-ms-input-placeholder {
|
|
226
|
-
color: #9ba7b6;
|
|
227
198
|
color: var(--color-text-input-placeholder-disabled-6928j8, #9ba7b6);
|
|
228
199
|
}
|
|
229
200
|
.awsui_input_2rhyz_1wtgy_97:not(#\9):disabled:-moz-placeholder {
|
|
230
|
-
color: #9ba7b6;
|
|
231
201
|
color: var(--color-text-input-placeholder-disabled-6928j8, #9ba7b6);
|
|
232
202
|
opacity: 1;
|
|
233
203
|
}
|
|
@@ -235,27 +205,17 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
235
205
|
box-shadow: none;
|
|
236
206
|
}
|
|
237
207
|
.awsui_input_2rhyz_1wtgy_97.awsui_input-invalid_2rhyz_1wtgy_179:not(#\9) {
|
|
238
|
-
color: #d91515;
|
|
239
208
|
color: var(--color-text-status-error-5sesl6, #d91515);
|
|
240
|
-
border-color: #d91515;
|
|
241
209
|
border-color: var(--color-text-status-error-5sesl6, #d91515);
|
|
242
|
-
padding-left: calc(
|
|
243
|
-
12px - (8px - 2px)
|
|
244
|
-
);
|
|
245
210
|
padding-left: calc(
|
|
246
211
|
var(--space-field-horizontal-89h2yr, 12px) - (var(--border-invalid-width-5jpdqn, 8px) - var(--border-field-width-idlekx, 2px))
|
|
247
212
|
);
|
|
248
|
-
border-left-width: 8px;
|
|
249
213
|
border-left-width: var(--border-invalid-width-5jpdqn, 8px);
|
|
250
214
|
}
|
|
251
215
|
.awsui_input_2rhyz_1wtgy_97.awsui_input-invalid_2rhyz_1wtgy_179:not(#\9):focus {
|
|
252
|
-
box-shadow: 0 0 0 2px #0972d3;
|
|
253
216
|
box-shadow: 0 0 0 var(--border-control-invalid-focus-ring-shadow-spread-omt6il, 2px) var(--color-border-item-focused-ap3b6s, #0972d3);
|
|
254
217
|
}
|
|
255
218
|
.awsui_input_2rhyz_1wtgy_97.awsui_input-invalid_2rhyz_1wtgy_179.awsui_input-has-icon-left_2rhyz_1wtgy_190:not(#\9) {
|
|
256
|
-
padding-left: calc(
|
|
257
|
-
36px - (8px - 2px)
|
|
258
|
-
);
|
|
259
219
|
padding-left: calc(
|
|
260
220
|
var(--space-field-icon-offset-25xih0, 36px) - (var(--border-invalid-width-5jpdqn, 8px) - var(--border-field-width-idlekx, 2px))
|
|
261
221
|
);
|
|
@@ -276,15 +236,12 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
276
236
|
display: none;
|
|
277
237
|
}
|
|
278
238
|
.awsui_input_2rhyz_1wtgy_97.awsui_input-has-icon-left_2rhyz_1wtgy_190:not(#\9) {
|
|
279
|
-
padding-left: 36px;
|
|
280
239
|
padding-left: var(--space-field-icon-offset-25xih0, 36px);
|
|
281
240
|
}
|
|
282
241
|
.awsui_input_2rhyz_1wtgy_97.awsui_input-has-icon-right_2rhyz_1wtgy_213:not(#\9) {
|
|
283
|
-
padding-right: 36px;
|
|
284
242
|
padding-right: var(--space-field-icon-offset-25xih0, 36px);
|
|
285
243
|
}
|
|
286
244
|
.awsui_input_2rhyz_1wtgy_97.awsui_input-has-no-border-radius_2rhyz_1wtgy_216:not(#\9) {
|
|
287
|
-
border-radius: 8px;
|
|
288
245
|
border-radius: var(--border-radius-dropdown-ujknaf, 8px);
|
|
289
246
|
}
|
|
290
247
|
|
|
@@ -301,18 +258,13 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
301
258
|
}
|
|
302
259
|
|
|
303
260
|
.awsui_input-icon-left_2rhyz_1wtgy_232:not(#\9) {
|
|
304
|
-
left: 12px;
|
|
305
261
|
left: var(--space-field-horizontal-89h2yr, 12px);
|
|
306
|
-
top: calc(50% - 22px / 2);
|
|
307
262
|
top: calc(50% - var(--font-body-m-line-height-i7xxvv, 22px) / 2);
|
|
308
263
|
}
|
|
309
264
|
|
|
310
265
|
.awsui_input-icon-right_2rhyz_1wtgy_237:not(#\9) {
|
|
311
|
-
right: 12px;
|
|
312
266
|
right: var(--space-field-horizontal-89h2yr, 12px);
|
|
313
|
-
top: calc(50% - 22px / 2);
|
|
314
267
|
top: calc(50% - var(--font-body-m-line-height-i7xxvv, 22px) / 2);
|
|
315
|
-
color: #0972d3;
|
|
316
268
|
color: var(--color-text-button-inline-icon-default-w65lqn, #0972d3);
|
|
317
269
|
}
|
|
318
270
|
|
|
@@ -320,6 +272,5 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
320
272
|
cursor: pointer;
|
|
321
273
|
}
|
|
322
274
|
.awsui_input-icon-hoverable_2rhyz_1wtgy_228:not(#\9):hover {
|
|
323
|
-
color: #033160;
|
|
324
275
|
color: var(--color-text-button-inline-icon-hover-wd5icp, #033160);
|
|
325
276
|
}
|
|
@@ -113,28 +113,21 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
113
113
|
}
|
|
114
114
|
|
|
115
115
|
.awsui_description_1wepg_jmdbs_115:not(#\9) {
|
|
116
|
-
color: #5f6b7a;
|
|
117
116
|
color: var(--color-text-form-secondary-ih9x7l, #5f6b7a);
|
|
118
|
-
font-size: 12px;
|
|
119
117
|
font-size: var(--font-body-s-size-ukw2p9, 12px);
|
|
120
|
-
line-height: 16px;
|
|
121
118
|
line-height: var(--font-body-s-line-height-kdsbrl, 16px);
|
|
122
|
-
letter-spacing: 0.005em;
|
|
123
119
|
letter-spacing: var(--font-body-s-letter-spacing-cy0oxj, 0.005em);
|
|
124
120
|
}
|
|
125
121
|
.awsui_description-bottom-padding_1wepg_jmdbs_121:not(#\9) {
|
|
126
|
-
padding-bottom: 4px;
|
|
127
122
|
padding-bottom: var(--space-scaled-xxs-95dhkm, 4px);
|
|
128
123
|
}
|
|
129
124
|
|
|
130
125
|
.awsui_label_1wepg_jmdbs_100:not(#\9),
|
|
131
126
|
.awsui_description_1wepg_jmdbs_115:not(#\9) {
|
|
132
|
-
padding-left: 8px;
|
|
133
127
|
padding-left: var(--space-xs-rsr2qu, 8px);
|
|
134
128
|
}
|
|
135
129
|
.awsui_label-disabled_1wepg_jmdbs_129:not(#\9),
|
|
136
130
|
.awsui_description-disabled_1wepg_jmdbs_130:not(#\9) {
|
|
137
|
-
color: #9ba7b6;
|
|
138
131
|
color: var(--color-text-control-disabled-3z3eul, #9ba7b6);
|
|
139
132
|
}
|
|
140
133
|
|