Skip to content
This repository has been archived by the owner on Jan 15, 2025. It is now read-only.

Commit

Permalink
Updated vote slider down color
Browse files Browse the repository at this point in the history
  • Loading branch information
dkildar committed Mar 2, 2024
1 parent 6b8e241 commit a6b0871
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/common/components/decks/columns/helpers/_helpers.scss
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,16 @@
}
}

.voting-controls-down {
.slider {
> div {
> div:first-child {
@apply bg-red;
}
}
}
}

@media screen and (max-width: 560px) {
width: calc(100vw - 67px - 24px);
left: -12px;
Expand Down

0 comments on commit a6b0871

Please sign in to comment.