@tmlmobilidade/ui 20250331.1644.0 → 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 +15 -2
- package/dist/styles.css +15 -2
- package/package.json +1 -1
package/dist/styles-no-reset.css
CHANGED
@@ -10087,12 +10087,22 @@ breakpoint-mobile {
|
|
10087
10087
|
|
10088
10088
|
.styles-module_container__sXEwn {
|
10089
10089
|
display: flex;
|
10090
|
+
flex-direction: row;
|
10091
|
+
align-items: center;
|
10092
|
+
justify-content: flex-start;
|
10093
|
+
width: 100%;
|
10094
|
+
aspect-ratio: 1;
|
10090
10095
|
}
|
10091
10096
|
|
10092
10097
|
/* * */
|
10093
10098
|
/* ICON */
|
10094
10099
|
|
10095
10100
|
.styles-module_icon__shHZu {
|
10101
|
+
display: flex;
|
10102
|
+
align-items: center;
|
10103
|
+
justify-content: center;
|
10104
|
+
width: 100%;
|
10105
|
+
aspect-ratio: 1;
|
10096
10106
|
font-size: 26px;
|
10097
10107
|
color: var(--color-system-text-100);
|
10098
10108
|
background-color: transparent;
|
@@ -10122,8 +10132,11 @@ breakpoint-mobile {
|
|
10122
10132
|
/* TOOLTIP */
|
10123
10133
|
|
10124
10134
|
.styles-module_tooltip__oQUMh {
|
10125
|
-
|
10126
|
-
|
10135
|
+
position: absolute;
|
10136
|
+
left: 50px;
|
10137
|
+
padding: 10px;
|
10138
|
+
color: #000;
|
10139
|
+
background-color: blue;
|
10127
10140
|
}
|
10128
10141
|
/* * */
|
10129
10142
|
/* CONTAINER */
|
package/dist/styles.css
CHANGED
@@ -10142,12 +10142,22 @@ breakpoint-mobile {
|
|
10142
10142
|
|
10143
10143
|
.styles-module_container__sXEwn {
|
10144
10144
|
display: flex;
|
10145
|
+
flex-direction: row;
|
10146
|
+
align-items: center;
|
10147
|
+
justify-content: flex-start;
|
10148
|
+
width: 100%;
|
10149
|
+
aspect-ratio: 1;
|
10145
10150
|
}
|
10146
10151
|
|
10147
10152
|
/* * */
|
10148
10153
|
/* ICON */
|
10149
10154
|
|
10150
10155
|
.styles-module_icon__shHZu {
|
10156
|
+
display: flex;
|
10157
|
+
align-items: center;
|
10158
|
+
justify-content: center;
|
10159
|
+
width: 100%;
|
10160
|
+
aspect-ratio: 1;
|
10151
10161
|
font-size: 26px;
|
10152
10162
|
color: var(--color-system-text-100);
|
10153
10163
|
background-color: transparent;
|
@@ -10177,8 +10187,11 @@ breakpoint-mobile {
|
|
10177
10187
|
/* TOOLTIP */
|
10178
10188
|
|
10179
10189
|
.styles-module_tooltip__oQUMh {
|
10180
|
-
|
10181
|
-
|
10190
|
+
position: absolute;
|
10191
|
+
left: 50px;
|
10192
|
+
padding: 10px;
|
10193
|
+
color: #000;
|
10194
|
+
background-color: blue;
|
10182
10195
|
}
|
10183
10196
|
/* * */
|
10184
10197
|
/* CONTAINER */
|