# Copyright (c) 2015-present, salesforce.com, inc. All rights reserved
# Licensed under BSD 3-Clause - see LICENSE.txt or git.io/sfdc-license

global:
  scope: component
  category: spacing
  type: size
  comment: ''
  cssProperties:
  - top
  - right
  - bottom
  - left
  - 'margin*'
  - 'padding*'
  - 'border*'
  - '*width'
  - '*height'
  - box-shadow
imports:
- "../../../../design-tokens/aliases/spacing.yml"
props:
  PAGE_HEADER_SPACING_MARGIN:
    value: '0'
    deprecated: true
  PAGE_HEADER_SPACING_PADDING:
    value: '{!SPACING_MEDIUM}'
    deprecated: true
  PAGE_HEADER_SPACING_ROW:
    value: '{!SPACING_SMALL} {!SPACING_MEDIUM}'
    deprecated: true
