Match-id-a14c72ab119784f339027ab315a7f4d9b801fb80

This commit is contained in:
* 2022-03-29 18:00:31 +08:00 committed by *
parent 713c9d2bb8
commit 9ddccc81fa
1 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,13 @@
@arrow-color:rgb(95, 99, 104);
@divider-color:rgb(202, 205, 209);
@attr-name-color: rgb(200, 0, 0);
@component-name-color: rgb(136, 18, 128);
@component-key-color: rgb(153, 69, 0);
@componentKeyValue-color: rgb(26, 26, 166);
@component-attr-color: rgb(200, 0, 0);
@top-height: 2.625rem;
@divider-width: 0.2px;
@common-font-size: 12px;
@divider-style: @divider-color solid @divider-width;