data/method/chatgpt_web/ChatGPT-Next-Web-main/app/components/input-range.module.scss

8 lines
140 B
SCSS
Raw Normal View History

2024-01-29 10:44:43 +08:00
.input-range {
border: var(--border-in-light);
border-radius: 10px;
padding: 5px 15px 5px 10px;
font-size: 12px;
display: flex;
}