@tmlmobilidade/ui 20250331.1649.58 → 20250331.1711.9
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 +2 -0
- package/dist/styles.css +2 -0
- package/package.json +1 -1
package/dist/styles-no-reset.css
CHANGED
@@ -10090,6 +10090,8 @@ breakpoint-mobile {
|
|
10090
10090
|
flex-direction: row;
|
10091
10091
|
align-items: center;
|
10092
10092
|
justify-content: flex-start;
|
10093
|
+
width: 100%;
|
10094
|
+
aspect-ratio: 1;
|
10093
10095
|
}
|
10094
10096
|
|
10095
10097
|
/* * */
|
package/dist/styles.css
CHANGED
@@ -10145,6 +10145,8 @@ breakpoint-mobile {
|
|
10145
10145
|
flex-direction: row;
|
10146
10146
|
align-items: center;
|
10147
10147
|
justify-content: flex-start;
|
10148
|
+
width: 100%;
|
10149
|
+
aspect-ratio: 1;
|
10148
10150
|
}
|
10149
10151
|
|
10150
10152
|
/* * */
|