@tmlmobilidade/ui 20250421.1805.49 → 20250422.1006.3
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.css.map +1 -1
- package/dist/styles-no-reset.css +4 -4
- package/dist/styles.css +4 -4
- package/package.json +1 -1
package/dist/styles-no-reset.css
CHANGED
@@ -9700,8 +9700,8 @@ breakpoint-mobile {
|
|
9700
9700
|
/* DESCRIPTION */
|
9701
9701
|
|
9702
9702
|
.styles-module_description__X7kWv {
|
9703
|
-
margin-top:
|
9704
|
-
margin-bottom:
|
9703
|
+
margin-top: 0;
|
9704
|
+
margin-bottom: 0;
|
9705
9705
|
font-size: var(--font-size-sm);
|
9706
9706
|
font-weight: var(--font-weight-medium);
|
9707
9707
|
color: var(--color-system-text-200);
|
@@ -9775,8 +9775,8 @@ breakpoint-mobile {
|
|
9775
9775
|
/* DESCRIPTION */
|
9776
9776
|
|
9777
9777
|
.styles-module_description__9hShz {
|
9778
|
-
margin-top:
|
9779
|
-
margin-bottom:
|
9778
|
+
margin-top: 0;
|
9779
|
+
margin-bottom: 0;
|
9780
9780
|
font-size: var(--font-size-sm);
|
9781
9781
|
font-weight: var(--font-weight-medium);
|
9782
9782
|
color: var(--color-system-text-200);
|
package/dist/styles.css
CHANGED
@@ -9755,8 +9755,8 @@ breakpoint-mobile {
|
|
9755
9755
|
/* DESCRIPTION */
|
9756
9756
|
|
9757
9757
|
.styles-module_description__X7kWv {
|
9758
|
-
margin-top:
|
9759
|
-
margin-bottom:
|
9758
|
+
margin-top: 0;
|
9759
|
+
margin-bottom: 0;
|
9760
9760
|
font-size: var(--font-size-sm);
|
9761
9761
|
font-weight: var(--font-weight-medium);
|
9762
9762
|
color: var(--color-system-text-200);
|
@@ -9830,8 +9830,8 @@ breakpoint-mobile {
|
|
9830
9830
|
/* DESCRIPTION */
|
9831
9831
|
|
9832
9832
|
.styles-module_description__9hShz {
|
9833
|
-
margin-top:
|
9834
|
-
margin-bottom:
|
9833
|
+
margin-top: 0;
|
9834
|
+
margin-bottom: 0;
|
9835
9835
|
font-size: var(--font-size-sm);
|
9836
9836
|
font-weight: var(--font-weight-medium);
|
9837
9837
|
color: var(--color-system-text-200);
|