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