@tmlmobilidade/ui 20250819.27.44 → 20250819.36.10
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 +7 -1
- package/dist/index.css.map +1 -1
- package/dist/styles-no-reset.css +7 -1
- package/dist/styles.css +7 -1
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -11696,7 +11696,8 @@ breakpoint-mobile {
|
|
|
11696
11696
|
color: var(--color-system-text-300);
|
|
11697
11697
|
background-color: var(--color-system-background-200);
|
|
11698
11698
|
border-top-left-radius: 5px;
|
|
11699
|
-
opacity: 0.
|
|
11699
|
+
opacity: 0.1;
|
|
11700
|
+
transition: opacity 200ms ease-in-out 200ms;
|
|
11700
11701
|
}
|
|
11701
11702
|
|
|
11702
11703
|
.styles-module_attribution__WHPBx:hover {
|
|
@@ -11743,6 +11744,11 @@ breakpoint-mobile {
|
|
|
11743
11744
|
display: flex;
|
|
11744
11745
|
flex-direction: column;
|
|
11745
11746
|
height: 100%;
|
|
11747
|
+
pointer-events: none;
|
|
11748
|
+
}
|
|
11749
|
+
|
|
11750
|
+
.styles-module_children__nR9F0 > * {
|
|
11751
|
+
pointer-events: auto;
|
|
11746
11752
|
}
|
|
11747
11753
|
/* * */
|
|
11748
11754
|
/* HEADER */
|