@nswds/app 1.53.0 → 1.54.0
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/globals.css +9 -0
- package/dist/index.cjs +20 -7
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +20 -7
- package/dist/index.js.map +1 -1
- package/dist/styles.css +9 -0
- package/dist/styles.css.map +1 -1
- package/package.json +1 -1
package/dist/styles.css
CHANGED
|
@@ -3083,6 +3083,10 @@
|
|
|
3083
3083
|
.text-\[length\:var\(--font-size-4\)\] {
|
|
3084
3084
|
font-size: var(--font-size-4);
|
|
3085
3085
|
}
|
|
3086
|
+
.leading-1 {
|
|
3087
|
+
--tw-leading: calc(var(--spacing) * 1);
|
|
3088
|
+
line-height: calc(var(--spacing) * 1);
|
|
3089
|
+
}
|
|
3086
3090
|
.leading-5 {
|
|
3087
3091
|
--tw-leading: calc(var(--spacing) * 5);
|
|
3088
3092
|
line-height: calc(var(--spacing) * 5);
|
|
@@ -8326,6 +8330,11 @@
|
|
|
8326
8330
|
margin-top: calc(var(--spacing) * 4);
|
|
8327
8331
|
}
|
|
8328
8332
|
}
|
|
8333
|
+
.lg\:ml-6 {
|
|
8334
|
+
@media (width >= 64rem) {
|
|
8335
|
+
margin-left: calc(var(--spacing) * 6);
|
|
8336
|
+
}
|
|
8337
|
+
}
|
|
8329
8338
|
.lg\:block {
|
|
8330
8339
|
@media (width >= 64rem) {
|
|
8331
8340
|
display: block;
|