_separator.scss 342 B

1234567
  1. .wp-block-separator {
  2. margin: var(--wp--custom--separator--margin);
  3. opacity: var(--wp--custom--separator--opacity); // Mirror controls that Gutenberg theme.css offers: https://github.com/WordPress/gutenberg/blob/trunk/packages/block-library/src/separator/theme.scss
  4. &:not(.is-style-wide){
  5. width: var(--wp--custom--separator--width);
  6. }
  7. }