Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WV-3360 UI Updates #5496

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion web/js/components/util/arrow.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ function Arrow({
className={isKioskModeActive ? 'd-none' : containerClassName}
data-interval={type}
>
<ArrowFilledUp className={arrowClassName} size="18px" />
<ArrowFilledUp className={arrowClassName} size="24px" />
</div>
);
}
Expand Down
2 changes: 1 addition & 1 deletion web/scss/components/checkbox.scss
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
position: absolute;
background-color: #1d67e3;
left: 0;
top: 2px;
top: 6px;
pointer-events: none;
width: 11px;
height: 11px;
Expand Down
3 changes: 3 additions & 0 deletions web/scss/components/dateselector.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
9 changes: 8 additions & 1 deletion web/scss/features/palettes.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down Expand Up @@ -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;
}
Expand Down
2 changes: 1 addition & 1 deletion web/scss/features/sidebar-panel.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down
1 change: 1 addition & 0 deletions web/scss/features/sidebar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -834,6 +834,7 @@ p.recharts-tooltip-label {
display: inline;
text-transform: capitalize;
margin-left: 5px;
color: inherit;
}
}
}
4 changes: 4 additions & 0 deletions web/scss/globals.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
* {
font-synthesis-weight: none;
}

.red-font {
color: $wv-orange;
}
Loading