mirror of
https://git.mirrors.martin98.com/https://github.com/infiniflow/ragflow.git
synced 2025-05-25 07:39:13 +08:00

### What problem does this PR solve? - [x] New Feature (non-breaking change which adds functionality) --------- Co-authored-by: Yingfeng <yingfeng.zhang@gmail.com> Co-authored-by: Jin Hai <haijin.chn@gmail.com>
18 lines
457 B
Plaintext
18 lines
457 B
Plaintext
@fontWeight600: 600;
|
|
@fontWeight700: 700;
|
|
|
|
@grayBackground: rgba(247, 248, 250, 0.1);
|
|
@gray2: rgba(29, 25, 41, 1);
|
|
@gray3: rgba(52, 48, 62, 1);
|
|
@gray8: rgba(165, 163, 169, 1);
|
|
@gray11: rgba(232, 232, 234, 1);
|
|
@purple: rgba(127, 86, 217, 1);
|
|
@selectedBackgroundColor: rgba(239, 248, 255, 1);
|
|
@blurBackground: rgba(22, 119, 255, 0.5);
|
|
@blurBackgroundHover: rgba(22, 119, 255, 0.2);
|
|
|
|
@fontSize12: 12px;
|
|
@fontSize14: 14px;
|
|
@fontSize16: 16px;
|
|
@fontSize18: 18px;
|