waygo-maps 1.0.15 → 1.0.16
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/style.css +3 -2
- package/package.json +1 -1
package/dist/style.css
CHANGED
|
@@ -888,7 +888,7 @@ body {
|
|
|
888
888
|
}
|
|
889
889
|
|
|
890
890
|
.header-catalog-name {
|
|
891
|
-
font-size:
|
|
891
|
+
font-size: 13px;
|
|
892
892
|
color: #a19e9e;
|
|
893
893
|
font-weight: 400;
|
|
894
894
|
width: fit-content;
|
|
@@ -898,7 +898,8 @@ body {
|
|
|
898
898
|
.header-parent-name {
|
|
899
899
|
font-size: 13px;
|
|
900
900
|
color: #8a8a8a;
|
|
901
|
-
font-weight: 450;
|
|
901
|
+
/* font-weight: 450; */
|
|
902
|
+
font-weight: 800;
|
|
902
903
|
width: fit-content;
|
|
903
904
|
}
|
|
904
905
|
|