You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

variable.less 282B

1234567891011121314
  1. @fontWeight600: 600;
  2. @fontWeight700: 700;
  3. @gray2: rgba(29, 25, 41, 1);
  4. @gray3: rgba(52, 48, 62, 1);
  5. @gray8: rgba(165, 163, 169, 1);
  6. @gray11: rgba(232, 232, 234, 1);
  7. @fontSize12: 12px;
  8. @fontSize14: 14px;
  9. @fontSize16: 16px;
  10. @fontSize18: 18px;
  11. @fontFamilyNunitoSans: 'Nunito Sans';