mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-05-12 17:08:17 +08:00
14 lines
254 B
CSS
14 lines
254 B
CSS
.wrapper {
|
|
border-color: #d0d5dd;
|
|
}
|
|
|
|
.checked {
|
|
background: #155eef url(./assets/check.svg) center center no-repeat;
|
|
background-size: 12px 12px;
|
|
border-color: #155eef;
|
|
}
|
|
|
|
.checked.disabled {
|
|
background-color: #d0d5dd;
|
|
border-color: #d0d5dd;
|
|
} |