mirror of
https://github.com/FranP-code/ChatGPT.git
synced 2025-10-13 00:13:25 +00:00
28 lines
425 B
SCSS
Vendored
28 lines
425 B
SCSS
Vendored
.chat-prompts-tags {
|
|
.ant-tag {
|
|
margin: 2px;
|
|
}
|
|
}
|
|
|
|
.add-btn {
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.chat-model-path {
|
|
font-size: 12px;
|
|
font-weight: bold;
|
|
color: #888;
|
|
margin-bottom: 5px;
|
|
|
|
span {
|
|
display: inline-block;
|
|
// background-color: #d8d8d8;
|
|
color: #4096ff;
|
|
padding: 0 8px;
|
|
height: 20px;
|
|
line-height: 20px;
|
|
border-radius: 4px;
|
|
cursor: pointer;
|
|
text-decoration: underline;
|
|
}
|
|
} |