We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a75cfb commit 50630eeCopy full SHA for 50630ee
package.json
@@ -177,7 +177,7 @@
177
{
178
"path": "lib/components/internal/widget-exports.js",
179
"brotli": false,
180
- "limit": "963 kB",
+ "limit": "964 kB",
181
"ignore": "react-dom"
182
}
183
],
src/app-layout/visual-refresh-toolbar/drawer/styles.scss
@@ -21,6 +21,7 @@
21
22
23
$global-drawer-gap-size: 8px;
24
+$global-drawer-expanded-mode: awsui.$motion-duration-refresh-only-slow;
25
$global-drawer-expanded-mode-motion: #{awsui.$motion-duration-refresh-only-slow} #{awsui.$motion-easing-refresh-only-a};
26
$drawer-resize-handle-size: awsui.$space-m;
27
$ai-drawer-heider-height: 41px;
0 commit comments