Grid.scss 557 B

12345678910111213141516171819202122
  1. /**
  2. * @class Ext.grid.property.Grid
  3. */
  4. /**
  5. * @var {string}
  6. * The background-image of property grid cells
  7. */
  8. $grid-property-cell-background-image: dynamic('none');
  9. /**
  10. * @var {string}
  11. * The background-position of property grid cells
  12. */
  13. $grid-property-cell-background-position: dynamic('none');
  14. /**
  15. * @var {number/string}
  16. * The padding to add before the text of property grid cells to make room for the
  17. * background-image. Only applies if $grid-property-cell-background-image is not null
  18. */
  19. $grid-property-cell-before-padding: dynamic('none');