mirror of
https://github.com/langgenius/dify.git
synced 2026-02-09 12:42:41 +08:00
10 lines
198 B
CSS
10 lines
198 B
CSS
.btn {
|
|
background: url(~@/assets/action.svg) center center no-repeat transparent;
|
|
background-size: 16px 16px;
|
|
/* mask-image: ; */
|
|
}
|
|
|
|
.panelBorder {
|
|
border: 0.5px solid rgba(0, 0, 0, .05);
|
|
}
|