@landtrustinc/design-system 1.2.62 → 1.2.63
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/index.js +1 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -5974,7 +5974,7 @@ var containerStyles = import_react25.css`
|
|
|
5974
5974
|
animation: ${slideUp} 0.3s cubic-bezier(0.32, 0.72, 0, 1) forwards;
|
|
5975
5975
|
|
|
5976
5976
|
width: 100%;
|
|
5977
|
-
padding: var(--spacing-
|
|
5977
|
+
padding: var(--spacing-5);
|
|
5978
5978
|
|
|
5979
5979
|
/* Desktop: centered modal */
|
|
5980
5980
|
${media.md} {
|
|
@@ -5989,7 +5989,6 @@ var containerStyles = import_react25.css`
|
|
|
5989
5989
|
|
|
5990
5990
|
width: 32rem; /* 512px */
|
|
5991
5991
|
max-width: calc(100vw - var(--spacing-8));
|
|
5992
|
-
padding: var(--spacing-6);
|
|
5993
5992
|
}
|
|
5994
5993
|
|
|
5995
5994
|
@media (prefers-reduced-motion: reduce) {
|