mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-05-28 09:09:03 +08:00
12 lines
166 B
CSS
12 lines
166 B
CSS
.sidebar {
|
|
border-right: 1px solid #F3F4F6;
|
|
}
|
|
|
|
.completionPic {
|
|
background-image: url('./completion.png')
|
|
}
|
|
|
|
.expertPic {
|
|
background-image: url('./expert.png')
|
|
}
|