* feat: Modify the color of the svg icon in the header according to the selected state * feat: add translation icon to header * feat: shorten the route length of the knowledge base * feat: extract routing information from the knowledge base into constants
15 lines
282 B
Plaintext
15 lines
282 B
Plaintext
@fontWeight600: 600;
|
|
@fontWeight700: 700;
|
|
|
|
@gray2: rgba(29, 25, 41, 1);
|
|
@gray3: rgba(52, 48, 62, 1);
|
|
@gray8: rgba(165, 163, 169, 1);
|
|
@gray11: rgba(232, 232, 234, 1);
|
|
|
|
@fontSize12: 12px;
|
|
@fontSize14: 14px;
|
|
@fontSize16: 16px;
|
|
@fontSize18: 18px;
|
|
|
|
@fontFamilyNunitoSans: 'Nunito Sans';
|