@tmlmobilidade/ui 20250331.1711.9 → 20250331.1712.52
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
@@ -10103,7 +10103,7 @@ breakpoint-mobile {
|
|
10103
10103
|
justify-content: center;
|
10104
10104
|
width: 100%;
|
10105
10105
|
aspect-ratio: 1;
|
10106
|
-
font-size:
|
10106
|
+
font-size: 30px;
|
10107
10107
|
color: var(--color-system-text-100);
|
10108
10108
|
background-color: transparent;
|
10109
10109
|
border: 2px solid transparent;
|
@@ -10111,8 +10111,7 @@ breakpoint-mobile {
|
|
10111
10111
|
}
|
10112
10112
|
|
10113
10113
|
.styles-module_icon__shHZu:hover {
|
10114
|
-
color: var(--color-
|
10115
|
-
background-color: var(--color-secondary);
|
10114
|
+
background-color: var(--color-system-background-200);
|
10116
10115
|
}
|
10117
10116
|
|
10118
10117
|
.styles-module_icon__shHZu[data-active='true'],
|
@@ -10133,7 +10132,8 @@ breakpoint-mobile {
|
|
10133
10132
|
|
10134
10133
|
.styles-module_tooltip__oQUMh {
|
10135
10134
|
position: absolute;
|
10136
|
-
left:
|
10135
|
+
left: 150px;
|
10136
|
+
display: none;
|
10137
10137
|
padding: 10px;
|
10138
10138
|
color: #000;
|
10139
10139
|
background-color: blue;
|
package/dist/styles.css
CHANGED
@@ -10158,7 +10158,7 @@ breakpoint-mobile {
|
|
10158
10158
|
justify-content: center;
|
10159
10159
|
width: 100%;
|
10160
10160
|
aspect-ratio: 1;
|
10161
|
-
font-size:
|
10161
|
+
font-size: 30px;
|
10162
10162
|
color: var(--color-system-text-100);
|
10163
10163
|
background-color: transparent;
|
10164
10164
|
border: 2px solid transparent;
|
@@ -10166,8 +10166,7 @@ breakpoint-mobile {
|
|
10166
10166
|
}
|
10167
10167
|
|
10168
10168
|
.styles-module_icon__shHZu:hover {
|
10169
|
-
color: var(--color-
|
10170
|
-
background-color: var(--color-secondary);
|
10169
|
+
background-color: var(--color-system-background-200);
|
10171
10170
|
}
|
10172
10171
|
|
10173
10172
|
.styles-module_icon__shHZu[data-active='true'],
|
@@ -10188,7 +10187,8 @@ breakpoint-mobile {
|
|
10188
10187
|
|
10189
10188
|
.styles-module_tooltip__oQUMh {
|
10190
10189
|
position: absolute;
|
10191
|
-
left:
|
10190
|
+
left: 150px;
|
10191
|
+
display: none;
|
10192
10192
|
padding: 10px;
|
10193
10193
|
color: #000;
|
10194
10194
|
background-color: blue;
|