diff --git a/src/common/components/comment/__snapshots__/index.spec.tsx.snap b/src/common/components/comment/__snapshots__/index.spec.tsx.snap index 104e49f1eaf..9424b23b046 100644 --- a/src/common/components/comment/__snapshots__/index.spec.tsx.snap +++ b/src/common/components/comment/__snapshots__/index.spec.tsx.snap @@ -586,7 +586,7 @@ exports[`(2) Cancellable, in progress 1`] = `
diff --git a/src/common/components/decks/columns/helpers/_helpers.scss b/src/common/components/decks/columns/helpers/_helpers.scss index 145a8a751f3..12ca96a7382 100644 --- a/src/common/components/decks/columns/helpers/_helpers.scss +++ b/src/common/components/decks/columns/helpers/_helpers.scss @@ -29,19 +29,16 @@ .slider { grid-area: slider; - - > div { - @apply w-full bg-gray-300 dark:bg-dark-default; - - > div:first-child { - @apply bg-blue-dark-sky; - } - } } .estimated { grid-area: price; text-align: left; + position: absolute; + top: 1.5rem; + right: 7.5rem; + z-index: 20; + font-size: .675rem; } .percentage { @@ -58,16 +55,6 @@ } } - .voting-controls-down { - .slider { - > div { - > div:first-child { - @apply bg-red; - } - } - } - } - @media screen and (max-width: 560px) { width: calc(100vw - 67px - 24px); left: -12px; diff --git a/src/common/components/entry-vote-btn/__snapshots__/index.spec.tsx.snap b/src/common/components/entry-vote-btn/__snapshots__/index.spec.tsx.snap index 8ca621c2516..718e88faa75 100644 --- a/src/common/components/entry-vote-btn/__snapshots__/index.spec.tsx.snap +++ b/src/common/components/entry-vote-btn/__snapshots__/index.spec.tsx.snap @@ -41,50 +41,67 @@ Array [
-
-
-
+ %
- +
+
+ + + +
+
+ + + +
+
+
- 100.0% -
+ />
- this.upSliderChanged(x)} - /> + this.upSliderChanged(x)} />
-
{`${upSliderVal && upSliderVal.toFixed(1)}%`}
+
- this.downSliderChanged(x)} + setValue={(x) => this.downSliderChanged(x)} />
-
{`${downSliderVal.toFixed(1)}%`}
+