Grid.scss 794 B

123456789101112131415161718192021222324252627282930313233
  1. /** @class Ext.pivot.Grid */
  2. /**
  3. * @var {color}
  4. * The text color of group header titles
  5. */
  6. $pivot-grid-group-title-color: dynamic(adjust-color($base-color, $hue: 0.952deg, $saturation: -6.718%, $lightness: -41.961%));
  7. /**
  8. * @var {number/list}
  9. * Margin to add to the group title's icon
  10. */
  11. $pivot-grid-group-icon-margin: dynamic(0 6px 0);
  12. /**
  13. * @var {color}
  14. * The text color of group totals
  15. */
  16. $pivot-grid-group-total-color: dynamic($pivot-grid-group-title-color);
  17. /**
  18. * @var {color}
  19. * The text color of grand totals
  20. */
  21. $pivot-grid-grand-total-color: dynamic($pivot-grid-group-title-color);
  22. /**
  23. * @var {string}
  24. * The cursor of group headers
  25. */
  26. $pivot-grid-group-header-cursor: dynamic(pointer);
  27. $ext-pivot-trial: false !default; // Updated automatically by the build script.