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.

21 lines
332B

  1. .font-size\:base {
  2. font-size: var(--font-size-base) !important;
  3. }
  4. .font-size\:biggish {
  5. font-size: var(--font-size-biggish) !important;
  6. }
  7. .font-size\:big {
  8. font-size: var(--font-size-big) !important;
  9. }
  10. .max-width\:measure {
  11. max-width: var(--measure);
  12. }
  13. .max-width\:measure\/2 {
  14. max-width: calc(var(--measure) / 2);
  15. }