Skip to content

Commit

Permalink
fix: input-range style
Browse files Browse the repository at this point in the history
  • Loading branch information
Yidadaa committed Jun 25, 2023
1 parent 0594a83 commit d7fa30f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions app/components/input-range.module.scss
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
.input-range {
border: var(--border-in-light);
border-radius: 10px;
padding: 5px 15px 5px 10px;
padding: 5px 10px 5px 10px;
font-size: 12px;
display: flex;
justify-content: space-between;
max-width: 40%;

input[type="range"] {
max-width: calc(100% - 50px);
max-width: calc(100% - 34px);
}
}

0 comments on commit d7fa30f

Please sign in to comment.