File size: 221 Bytes
6a37520
 
 
 
 
 
47eb5bf
 
 
 
 
6a37520
1
2
3
4
5
6
7
8
9
10
11
12
13
.input-range {
  border: var(--border-in-light);
  border-radius: 10px;
  padding: 5px 15px 5px 10px;
  font-size: 12px;
  display: flex;
  max-width: 40%;

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