mirror of
https://github.com/langgenius/dify.git
synced 2026-04-05 15:29:21 +08:00
Feat/dataset notion import (#392)
Co-authored-by: StyleZhang <jasonapring2015@outlook.com> Co-authored-by: JzoNg <jzongcode@gmail.com>
This commit is contained in:
9
web/app/components/base/checkbox/index.module.css
Normal file
9
web/app/components/base/checkbox/index.module.css
Normal file
@@ -0,0 +1,9 @@
|
||||
.wrapper {
|
||||
border-color: #d0d5dd;
|
||||
}
|
||||
|
||||
.checked {
|
||||
background: #155eef url(./assets/check.svg) center center no-repeat;
|
||||
background-size: 12px 12px;
|
||||
border-color: #155eef;
|
||||
}
|
||||
Reference in New Issue
Block a user