_style.scss 189 B

123456
  1. p {
  2. // inherits general font style set at <body>
  3. &.has-background {
  4. padding: #{map-deep-get($config-global, "spacing", "unit")} #{map-deep-get($config-global, "spacing", "unit")};
  5. }
  6. }