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.

47 lines
1.4 KiB

  1. //----------------------------------------------------------
  2. // Helper
  3. //----------------------------------------------------------
  4. $mk-brand-gradient: linear-gradient(to right bottom, $mk-brand-gradient-start, $mk-brand-gradient-end);
  5. //----------------------------------------------------------
  6. // Fonts
  7. //----------------------------------------------------------
  8. $font-family-sans-serif: 'Roboto', 'Noto';
  9. //----------------------------------------------------------
  10. // Components
  11. //----------------------------------------------------------
  12. $border-radius: 0;
  13. $border-radius-lg: 0;
  14. $border-radius-sm: 0;
  15. //----------------------------------------------------------
  16. // Links
  17. //----------------------------------------------------------
  18. $link-color: darken($o-brand-primary, 8%);
  19. //----------------------------------------------------------
  20. // AppBarMenu
  21. //----------------------------------------------------------
  22. $mk-sidebar-large-width: 146px;
  23. $mk-sidebar-small-width: 46px;
  24. //----------------------------------------------------------
  25. // Sided Chatter
  26. //----------------------------------------------------------
  27. $mk-form-min-width: 835px;
  28. $mk-chatter-min-width: 550px;
  29. $mk-chatter-max-width: 600px;
  30. //----------------------------------------------------------
  31. // List View
  32. //----------------------------------------------------------
  33. $o-list-footer-bg-color: $o-brand-odoo;