@dillingerstaffing/strand-svelte 0.10.0 → 0.11.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/css/strand-ui.css
CHANGED
|
@@ -783,6 +783,10 @@
|
|
|
783
783
|
font-size: var(--strand-text-4xl);
|
|
784
784
|
}
|
|
785
785
|
|
|
786
|
+
.strand-data-readout--xl .strand-data-readout__value {
|
|
787
|
+
font-size: clamp(4.5rem, 10vw, 7rem);
|
|
788
|
+
}
|
|
789
|
+
|
|
786
790
|
|
|
787
791
|
/* Dialog */
|
|
788
792
|
/*! Strand UI | MIT License | dillingerstaffing.com */
|
|
@@ -2755,6 +2759,9 @@
|
|
|
2755
2759
|
Derivation: section-boundary production (DL 11.10).
|
|
2756
2760
|
OVERLINE + border-bottom + margin-bottom + padding-bottom */
|
|
2757
2761
|
.strand-card-section {
|
|
2762
|
+
display: flex;
|
|
2763
|
+
justify-content: space-between;
|
|
2764
|
+
align-items: center;
|
|
2758
2765
|
margin-bottom: var(--strand-space-3);
|
|
2759
2766
|
padding-bottom: var(--strand-space-2);
|
|
2760
2767
|
border-bottom: 1px solid var(--strand-gray-200);
|