_editor.scss 218 B

123456789
  1. p {
  2. &.has-background {
  3. padding: #{map-deep-get($config-global, "spacing", "unit")} #{map-deep-get($config-global, "spacing", "unit")};
  4. &:not(.has-background-background-color) a {
  5. color: currentColor;
  6. }
  7. }
  8. }