@tmlmobilidade/ui 20250819.16.25 → 20250819.27.44
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 +13 -5
- package/dist/index.css.map +1 -1
- package/dist/src/components/map/view/MapViewAttribution/index.js +1 -1
- package/dist/src/components/map/view/MapViewAttribution/index.js.map +1 -1
- package/dist/src/components/map/view/MapViewAttribution/styles.module.css.js +1 -1
- package/dist/styles-no-reset.css +13 -5
- package/dist/styles.css +13 -5
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -11688,20 +11688,27 @@ breakpoint-mobile {
|
|
|
11688
11688
|
right: 0;
|
|
11689
11689
|
bottom: 0;
|
|
11690
11690
|
display: flex;
|
|
11691
|
-
gap: var(--size-spacing-
|
|
11692
|
-
|
|
11691
|
+
gap: var(--size-spacing-md);
|
|
11692
|
+
padding: 5px 5px 2px;
|
|
11693
11693
|
font-size: 8px;
|
|
11694
11694
|
font-weight: var(--font-weight-semibold);
|
|
11695
11695
|
line-height: 1;
|
|
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.25;
|
|
11699
11700
|
}
|
|
11700
11701
|
|
|
11701
|
-
.styles-module_attribution__WHPBx
|
|
11702
|
+
.styles-module_attribution__WHPBx:hover {
|
|
11703
|
+
opacity: 1;
|
|
11704
|
+
}
|
|
11705
|
+
|
|
11706
|
+
/* * */
|
|
11707
|
+
/* LINKS */
|
|
11708
|
+
|
|
11709
|
+
.styles-module_link__rW8MU:hover {
|
|
11702
11710
|
color: var(--color-system-text-100);
|
|
11703
11711
|
text-decoration: underline;
|
|
11704
|
-
opacity: 1;
|
|
11705
11712
|
}
|
|
11706
11713
|
/* * */
|
|
11707
11714
|
/* TOOLBAR */
|
|
@@ -11735,6 +11742,7 @@ breakpoint-mobile {
|
|
|
11735
11742
|
position: relative;
|
|
11736
11743
|
display: flex;
|
|
11737
11744
|
flex-direction: column;
|
|
11745
|
+
height: 100%;
|
|
11738
11746
|
}
|
|
11739
11747
|
/* * */
|
|
11740
11748
|
/* HEADER */
|