@tmlmobilidade/ui 20250331.1734.29 → 20250331.1827.42
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 +6 -3
- package/dist/styles.css +6 -3
- package/package.json +1 -1
package/dist/styles-no-reset.css
CHANGED
@@ -10108,7 +10108,7 @@ breakpoint-mobile {
|
|
10108
10108
|
color: var(--color-system-text-100);
|
10109
10109
|
background-color: transparent;
|
10110
10110
|
border: 2px solid transparent;
|
10111
|
-
border-radius: var(--border-radius-
|
10111
|
+
border-radius: var(--border-radius-sm);
|
10112
10112
|
}
|
10113
10113
|
|
10114
10114
|
.styles-module_icon__shHZu:hover {
|
@@ -10134,11 +10134,14 @@ breakpoint-mobile {
|
|
10134
10134
|
|
10135
10135
|
.styles-module_tooltip__oQUMh {
|
10136
10136
|
position: absolute;
|
10137
|
-
left:
|
10137
|
+
left: 75px;
|
10138
10138
|
display: none;
|
10139
|
-
padding:
|
10139
|
+
padding: 8px;
|
10140
|
+
font-weight: var(--font-weight-bold);
|
10140
10141
|
color: var(--color-system-background-100);
|
10142
|
+
text-transform: uppercase;
|
10141
10143
|
background-color: var(--color-system-text-100);
|
10144
|
+
border-radius: var(--border-radius-sm);
|
10142
10145
|
}
|
10143
10146
|
|
10144
10147
|
.styles-module_container__sXEwn:hover .styles-module_tooltip__oQUMh {
|
package/dist/styles.css
CHANGED
@@ -10163,7 +10163,7 @@ breakpoint-mobile {
|
|
10163
10163
|
color: var(--color-system-text-100);
|
10164
10164
|
background-color: transparent;
|
10165
10165
|
border: 2px solid transparent;
|
10166
|
-
border-radius: var(--border-radius-
|
10166
|
+
border-radius: var(--border-radius-sm);
|
10167
10167
|
}
|
10168
10168
|
|
10169
10169
|
.styles-module_icon__shHZu:hover {
|
@@ -10189,11 +10189,14 @@ breakpoint-mobile {
|
|
10189
10189
|
|
10190
10190
|
.styles-module_tooltip__oQUMh {
|
10191
10191
|
position: absolute;
|
10192
|
-
left:
|
10192
|
+
left: 75px;
|
10193
10193
|
display: none;
|
10194
|
-
padding:
|
10194
|
+
padding: 8px;
|
10195
|
+
font-weight: var(--font-weight-bold);
|
10195
10196
|
color: var(--color-system-background-100);
|
10197
|
+
text-transform: uppercase;
|
10196
10198
|
background-color: var(--color-system-text-100);
|
10199
|
+
border-radius: var(--border-radius-sm);
|
10197
10200
|
}
|
10198
10201
|
|
10199
10202
|
.styles-module_container__sXEwn:hover .styles-module_tooltip__oQUMh {
|