@tmlmobilidade/ui 20250331.1829.45 → 20250331.1833.32
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 +5 -4
- package/dist/styles.css +5 -4
- package/package.json +1 -1
package/dist/styles-no-reset.css
CHANGED
@@ -10102,7 +10102,7 @@ breakpoint-mobile {
|
|
10102
10102
|
display: flex;
|
10103
10103
|
align-items: center;
|
10104
10104
|
justify-content: center;
|
10105
|
-
width:
|
10105
|
+
width: 50px;
|
10106
10106
|
aspect-ratio: 1;
|
10107
10107
|
font-size: 30px;
|
10108
10108
|
color: var(--color-system-text-100);
|
@@ -10136,8 +10136,9 @@ breakpoint-mobile {
|
|
10136
10136
|
position: absolute;
|
10137
10137
|
left: 75px;
|
10138
10138
|
display: none;
|
10139
|
-
padding:
|
10140
|
-
font-
|
10139
|
+
padding: 5px 10px;
|
10140
|
+
font-size: 12px;
|
10141
|
+
font-weight: var(--font-weight-semibold);
|
10141
10142
|
color: var(--color-system-background-100);
|
10142
10143
|
text-transform: uppercase;
|
10143
10144
|
background-color: var(--color-system-text-100);
|
@@ -10172,7 +10173,7 @@ breakpoint-mobile {
|
|
10172
10173
|
gap: var(--size-spacing-md);
|
10173
10174
|
align-items: center;
|
10174
10175
|
width: 100%;
|
10175
|
-
padding: var(--size-spacing-
|
10176
|
+
padding: var(--size-spacing-sm);
|
10176
10177
|
}
|
10177
10178
|
/* * */
|
10178
10179
|
/* CONTAINER */
|
package/dist/styles.css
CHANGED
@@ -10157,7 +10157,7 @@ breakpoint-mobile {
|
|
10157
10157
|
display: flex;
|
10158
10158
|
align-items: center;
|
10159
10159
|
justify-content: center;
|
10160
|
-
width:
|
10160
|
+
width: 50px;
|
10161
10161
|
aspect-ratio: 1;
|
10162
10162
|
font-size: 30px;
|
10163
10163
|
color: var(--color-system-text-100);
|
@@ -10191,8 +10191,9 @@ breakpoint-mobile {
|
|
10191
10191
|
position: absolute;
|
10192
10192
|
left: 75px;
|
10193
10193
|
display: none;
|
10194
|
-
padding:
|
10195
|
-
font-
|
10194
|
+
padding: 5px 10px;
|
10195
|
+
font-size: 12px;
|
10196
|
+
font-weight: var(--font-weight-semibold);
|
10196
10197
|
color: var(--color-system-background-100);
|
10197
10198
|
text-transform: uppercase;
|
10198
10199
|
background-color: var(--color-system-text-100);
|
@@ -10227,7 +10228,7 @@ breakpoint-mobile {
|
|
10227
10228
|
gap: var(--size-spacing-md);
|
10228
10229
|
align-items: center;
|
10229
10230
|
width: 100%;
|
10230
|
-
padding: var(--size-spacing-
|
10231
|
+
padding: var(--size-spacing-sm);
|
10231
10232
|
}
|
10232
10233
|
/* * */
|
10233
10234
|
/* CONTAINER */
|