ru-se.com

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

_editor.scss (381B)


      1 .wp-block-media-text {
      2 
      3 	[data-align="full"] & {
      4 		margin-top: 0;
      5 		margin-bottom: 0;
      6 	}
      7 
      8 	@include innerblock-margin-clear(".wp-block-media-text__content");
      9 
     10 	.wp-block-media-text__content {
     11 		padding: var(--global--spacing-horizontal);
     12 	}
     13 
     14 	// Block Styles
     15 	&.is-style-twentytwentyone-border {
     16 		border: calc(3 * var(--separator--height)) solid var(--global--color-border);
     17 	}
     18 }