@tmlmobilidade/ui 20250331.1649.58 → 20250331.1711.22
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 -1
- package/dist/styles.css +4 -1
- 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
|
/* * */
|
@@ -10131,7 +10133,8 @@ breakpoint-mobile {
|
|
10131
10133
|
|
10132
10134
|
.styles-module_tooltip__oQUMh {
|
10133
10135
|
position: absolute;
|
10134
|
-
left:
|
10136
|
+
left: 150px;
|
10137
|
+
display: none;
|
10135
10138
|
padding: 10px;
|
10136
10139
|
color: #000;
|
10137
10140
|
background-color: blue;
|
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
|
/* * */
|
@@ -10186,7 +10188,8 @@ breakpoint-mobile {
|
|
10186
10188
|
|
10187
10189
|
.styles-module_tooltip__oQUMh {
|
10188
10190
|
position: absolute;
|
10189
|
-
left:
|
10191
|
+
left: 150px;
|
10192
|
+
display: none;
|
10190
10193
|
padding: 10px;
|
10191
10194
|
color: #000;
|
10192
10195
|
background-color: blue;
|