territories-dashboard-lib 0.1.6__py3-none-any.whl → 0.1.8__py3-none-any.whl
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.
Potentially problematic release.
This version of territories-dashboard-lib might be problematic. Click here for more details.
- territories_dashboard_lib/website_lib/static/territories_dashboard_lib/website/css/website.css +9 -1
- territories_dashboard_lib/website_lib/static/territories_dashboard_lib/website/react/indicatorMap.bundle.js +1 -1
- {territories_dashboard_lib-0.1.6.dist-info → territories_dashboard_lib-0.1.8.dist-info}/METADATA +1 -1
- {territories_dashboard_lib-0.1.6.dist-info → territories_dashboard_lib-0.1.8.dist-info}/RECORD +6 -6
- {territories_dashboard_lib-0.1.6.dist-info → territories_dashboard_lib-0.1.8.dist-info}/WHEEL +0 -0
- {territories_dashboard_lib-0.1.6.dist-info → territories_dashboard_lib-0.1.8.dist-info}/top_level.txt +0 -0
territories_dashboard_lib/website_lib/static/territories_dashboard_lib/website/css/website.css
CHANGED
|
@@ -878,7 +878,7 @@ footer .fr-follow {
|
|
|
878
878
|
padding-bottom: 64px;
|
|
879
879
|
}
|
|
880
880
|
|
|
881
|
-
.table-geo-filters
|
|
881
|
+
.table-geo-filters {
|
|
882
882
|
font-size: 0.9rem;
|
|
883
883
|
}
|
|
884
884
|
|
|
@@ -1005,3 +1005,11 @@ footer .fr-follow {
|
|
|
1005
1005
|
.react-datepicker__close-icon:hover {
|
|
1006
1006
|
background-color: inherit !important;
|
|
1007
1007
|
}
|
|
1008
|
+
|
|
1009
|
+
.react-select__menu {
|
|
1010
|
+
font-size: 0.8rem !important;
|
|
1011
|
+
}
|
|
1012
|
+
|
|
1013
|
+
.react-select__option {
|
|
1014
|
+
padding: 4px 12px !important;
|
|
1015
|
+
}
|