web-apps/apps/common/mobile/resources/less/variables.less

10 lines
151 B
Plaintext
Raw Normal View History

2021-02-19 21:04:12 +00:00
.md {
--background-normal: #f1f1f1;
}
@background-normal: var(--background-normal, #fff);
@border-regular-control: #cbcbcb;
@text-normal: #000;