@eclass/ui-kit 1.54.10 → 1.54.12
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/dist/eclass-ui-kit.es.js
CHANGED
|
@@ -4190,10 +4190,18 @@ const Modal = ({
|
|
|
4190
4190
|
bgColor: vars("colors-neutral-white"),
|
|
4191
4191
|
borderRadius: isDesktop ? "8px" : 0,
|
|
4192
4192
|
mt: isDesktop ? "48px" : 0,
|
|
4193
|
+
mb: isDesktop ? "48px" : 0,
|
|
4193
4194
|
marginX: isDesktop ? "auto" : 0,
|
|
4194
|
-
mb: 0,
|
|
4195
4195
|
maxH: isInside ? "calc(100dvh - 96px)" : "auto",
|
|
4196
4196
|
maxWidth: isDesktop ? "690px" : "100%",
|
|
4197
|
+
".chakra-modal__close-btn": {
|
|
4198
|
+
"&:hover": {
|
|
4199
|
+
bg: "transparent"
|
|
4200
|
+
},
|
|
4201
|
+
"&:focus-visible": {
|
|
4202
|
+
boxShadow: `inset 0 0 0 2px ${vars("colors-alert-deepSkyBlue")}, inset 0 0 0 4px ${vars("colors-neutral-white")}`
|
|
4203
|
+
}
|
|
4204
|
+
},
|
|
4197
4205
|
...fixedButtons && {
|
|
4198
4206
|
".uikit-modalContent": {
|
|
4199
4207
|
pb: 0
|