mirror of
https://github.com/Yanyutin753/ChatGPT-Next-Web-LangChain-Gpt-4-All.git
synced 2025-10-14 15:11:28 +00:00
8 lines
140 B
SCSS
8 lines
140 B
SCSS
.input-range {
|
|
border: var(--border-in-light);
|
|
border-radius: 10px;
|
|
padding: 5px 15px 5px 10px;
|
|
font-size: 12px;
|
|
display: flex;
|
|
}
|