6bed393c12
Backend Tests / backend-unit-test (push) Has been cancelled
Backend Tests / benchmark-test (push) Has been cancelled
CI@main / Node.js v22 (ubuntu-latest) (push) Has been cancelled
Thrift Syntax Validation / validate-thrift (push) Has been cancelled
License Check / License Check (push) Has been cancelled
14 lines
375 B
Plaintext
14 lines
375 B
Plaintext
@bg-gray-blue: rgba(
|
||
240,
|
||
245,
|
||
255,
|
||
0.81
|
||
); // highlight the area of the background
|
||
@text-gray-blue: #536eb1; // highlight the area of the text
|
||
|
||
@bg-white-smoke: #f5f5f5; // background of input/table/btn TODO:rgba(46, 50, 56, 0.05)) #2e3238
|
||
@border-light-gray: rgba(28, 29, 35, 0.12);
|
||
@error-red: #f93920;
|
||
@text-title-black: #2e3238;
|
||
@text-highlight-blue: #3370ff;
|