diff --git a/web/js/components/util/arrow.js b/web/js/components/util/arrow.js index f2af282dd8..8a0e20e99c 100644 --- a/web/js/components/util/arrow.js +++ b/web/js/components/util/arrow.js @@ -17,7 +17,7 @@ function Arrow({ className={isKioskModeActive ? 'd-none' : containerClassName} data-interval={type} > - + ); } diff --git a/web/scss/components/checkbox.scss b/web/scss/components/checkbox.scss index 2c088ff9d3..9142143137 100644 --- a/web/scss/components/checkbox.scss +++ b/web/scss/components/checkbox.scss @@ -27,7 +27,7 @@ position: absolute; background-color: #1d67e3; left: 0; - top: 2px; + top: 6px; pointer-events: none; width: 11px; height: 11px; diff --git a/web/scss/components/dateselector.scss b/web/scss/components/dateselector.scss index 9e4850cce5..df1fe3d9f2 100644 --- a/web/scss/components/dateselector.scss +++ b/web/scss/components/dateselector.scss @@ -115,6 +115,9 @@ .zoom-level-change-arrows .date-arrows { height: 13px; + margin-top: -5px; + padding-bottom: 20px; + margin-bottom: 5px; } .wv-date-selector-widget .date-arrows svg, diff --git a/web/scss/features/palettes.scss b/web/scss/features/palettes.scss index 20c2e13511..4c44931e77 100644 --- a/web/scss/features/palettes.scss +++ b/web/scss/features/palettes.scss @@ -10,6 +10,9 @@ margin-right: 10px; color: #000; margin-bottom: 1px; + min-height: 41px; + display: flex; + align-items: center; } .wv-palette-selector-row label { @@ -194,10 +197,14 @@ width: 13px; display: inline-block; border: 1px solid #000; - margin: 0 2px 4px; + margin: 2px; position: relative; } +.wv-palettes-legend .wv-palettes-class { + margin: 0 2px 4px; +} + .wv-running .wv-palettes-class { opacity: 0.25; } diff --git a/web/scss/features/sidebar-panel.scss b/web/scss/features/sidebar-panel.scss index 931636cce0..828094d7fa 100644 --- a/web/scss/features/sidebar-panel.scss +++ b/web/scss/features/sidebar-panel.scss @@ -583,7 +583,7 @@ li.item.productsitem.inmotion, .productsitem.layer-hidden .layer-info h4, .productsitem.layer-hidden .layer-info p { - color: #D1D1D1; + color: #A1A1A1; font-weight: 300; } diff --git a/web/scss/features/sidebar.scss b/web/scss/features/sidebar.scss index 6193802eea..f642a9a44c 100644 --- a/web/scss/features/sidebar.scss +++ b/web/scss/features/sidebar.scss @@ -834,6 +834,7 @@ p.recharts-tooltip-label { display: inline; text-transform: capitalize; margin-left: 5px; + color: inherit; } } } diff --git a/web/scss/globals.scss b/web/scss/globals.scss index d2259d7b65..92b0f27354 100644 --- a/web/scss/globals.scss +++ b/web/scss/globals.scss @@ -1,3 +1,7 @@ +* { + font-synthesis-weight: none; +} + .red-font { color: $wv-orange; }