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