Files
CRM/resources/sass/_variables.scss
Kroonk a213a1dba0
Some checks failed
Build & Push Monica Image to Gitea Registry / build-and-push (push) Failing after 9s
refactor: replace custom CRM with Monica fork
2026-05-22 16:19:55 +02:00

20 lines
344 B
SCSS
Vendored

// Colors
// $blue:
// $indigo:
// $purple:
// $pink:
// $red:
// $orange:
// $yellow:
// $green:
// $teal:
// $cyan:
// Body
// $body-bg:
// Typography
$font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
$font-size-base: 1rem;
$line-height-base: 1.5;