balmet.com

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

_editor.scss (515B)


      1 /* Center image block by default in the editor */
      2 
      3 .wp-block-image > div {
      4 	text-align: center;
      5 }
      6 
      7 [data-type="core/image"] .block-editor-block-list__block-edit figure.is-resized {
      8 	margin: 0 auto;
      9 }
     10 
     11 /* Block Styles */
     12 
     13 .wp-block-image.is-style-twentytwentyone-border img,
     14 .wp-block-image.is-style-twentytwentyone-image-frame img {
     15 	border: calc(3 * var(--separator--height)) solid var(--global--color-border);
     16 }
     17 
     18 .wp-block-image.is-style-twentytwentyone-image-frame img {
     19 	padding: var(--global--spacing-unit);
     20 }