ChatGPT-Next-Web/app/components/input-range.module.scss

8 lines
140 B
SCSS
Raw Normal View History

.input-range {
border: var(--border-in-light);
border-radius: 10px;
padding: 5px 15px 5px 10px;
font-size: 12px;
display: flex;
}