Form.scss 415 B

12345678910111213141516
  1. /**
  2. * @class Ext.layout.Form
  3. */
  4. /**
  5. * @var {number}
  6. * The amount of space around each form field in a form layout
  7. */
  8. $layout-form-item-spacing: dynamic(round($field-vertical-spacing));
  9. /**
  10. * @var {number}
  11. * The amount of space around each form field in a form layout in the
  12. * {@link Global_CSS#$enable-big big} sizing scheme
  13. */
  14. $layout-form-item-spacing-big: dynamic(round($field-vertical-spacing-big));