@momentum-design/components 0.120.18 → 0.120.19
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/browser/index.js
CHANGED
@@ -1078,13 +1078,31 @@
|
|
1078
1078
|
flex-direction: column;
|
1079
1079
|
justify-content: center;
|
1080
1080
|
align-items: center;
|
1081
|
-
gap: 1rem;
|
1082
1081
|
position: absolute;
|
1083
1082
|
right: 50%;
|
1084
1083
|
bottom: 50%;
|
1085
1084
|
transform: translate(50%, 50%);
|
1086
1085
|
}
|
1087
1086
|
|
1087
|
+
:host > [part="body"]:first-of-type {
|
1088
|
+
margin-top: 0;
|
1089
|
+
}
|
1090
|
+
|
1091
|
+
:host > [part="dialog-close-btn"] {
|
1092
|
+
margin-top: 0;
|
1093
|
+
}
|
1094
|
+
|
1095
|
+
:host > slot[name="footer"] {
|
1096
|
+
margin-top: 0;
|
1097
|
+
}
|
1098
|
+
|
1099
|
+
slot[name="footer-link"]::slotted(*),
|
1100
|
+
slot[name="footer-button-primary"]::slotted(*),
|
1101
|
+
slot[name="footer-button-secondary"]::slotted(*),
|
1102
|
+
slot[name="footer"]::slotted(*) {
|
1103
|
+
margin-top: 1rem;
|
1104
|
+
}
|
1105
|
+
|
1088
1106
|
:host([variant='promotional']) {
|
1089
1107
|
--mdc-dialog-border-color: var(--mds-color-theme-outline-promotion-normal);
|
1090
1108
|
}
|
@@ -1159,6 +1177,7 @@
|
|
1159
1177
|
align-items: center;
|
1160
1178
|
height: 100%;
|
1161
1179
|
width: 100%;
|
1180
|
+
margin-top: 1rem;
|
1162
1181
|
}
|
1163
1182
|
|
1164
1183
|
:host::part(footer) {
|