@myelmut/design-system 0.1.19 → 0.1.21
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.
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/package.json
CHANGED
package/styles/globals.css
CHANGED
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
|
|
36
36
|
@font-face {
|
|
37
37
|
font-family: 'Mori';
|
|
38
|
-
src: url('../assets/fonts/PPMori-
|
|
38
|
+
src: url('../assets/fonts/PPMori-SemiBold.woff2') format('woff2');
|
|
39
39
|
font-weight: 600;
|
|
40
40
|
font-style: normal;
|
|
41
41
|
font-display: swap;
|
|
@@ -185,10 +185,12 @@
|
|
|
185
185
|
}
|
|
186
186
|
|
|
187
187
|
@variant xl {
|
|
188
|
+
padding-inline: 3.75rem;
|
|
188
189
|
max-width: var(--container-xl);
|
|
189
190
|
}
|
|
190
191
|
|
|
191
192
|
@variant 2xl {
|
|
193
|
+
padding-inline: 5rem;
|
|
192
194
|
max-width: var(--container-2xl);
|
|
193
195
|
}
|
|
194
196
|
}
|