coze-studio/frontend/packages/data/knowledge/knowledge-resource-processo.../src/assets/common.less

11 lines
140 B
Plaintext

.common-svg-icon(@size: 14px, @color: #3370ff) {
>svg {
width: @size;
height: @size;
>path {
fill: @color;
}
}
}