mirror of
https://github.com/langgenius/dify.git
synced 2026-02-24 03:41:21 +08:00
11 lines
167 B
CSS
11 lines
167 B
CSS
.sidebar {
|
|
border-right: 1px solid #F3F4F6;
|
|
}
|
|
|
|
.completionPic {
|
|
background-image: url('./completion.png')
|
|
}
|
|
|
|
.expertPic {
|
|
background-image: url('./expert.png')
|
|
} |