mirror of
https://github.com/langgenius/dify.git
synced 2025-07-24 18:10:36 +00: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')
|
|
}
|