[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

title

Body

[close]

/wp-includes/blocks/buttons/ -> editor.css (source)

   1  .wp-block-buttons>.wp-block,.wp-block-buttons>.wp-block-button.wp-block-button.wp-block-button.wp-block-button.wp-block-button{
   2    margin:0;
   3  }
   4  .wp-block-buttons>.block-list-appender{
   5    align-items:center;
   6    display:inline-flex;
   7  }
   8  .wp-block-buttons.is-vertical>.block-list-appender .block-list-appender__toggle{
   9    justify-content:flex-start;
  10  }
  11  .wp-block-buttons>.wp-block-button:focus{
  12    box-shadow:none;
  13  }
  14  .wp-block-buttons:not(.is-content-justification-space-between,.is-content-justification-right,.is-content-justification-left,.is-content-justification-center) .wp-block[data-align=center]{
  15    margin-left:auto;
  16    margin-right:auto;
  17    margin-top:0;
  18    width:100%;
  19  }
  20  .wp-block-buttons:not(.is-content-justification-space-between,.is-content-justification-right,.is-content-justification-left,.is-content-justification-center) .wp-block[data-align=center] .wp-block-button{
  21    margin-bottom:0;
  22  }
  23  .editor-styles-wrapper .wp-block-buttons.has-custom-font-size .wp-block-button__link{
  24    font-size:inherit;
  25  }
  26  
  27  .wp-block[data-align=center]>.wp-block-buttons{
  28    align-items:center;
  29    justify-content:center;
  30  }
  31  
  32  .wp-block[data-align=right]>.wp-block-buttons{
  33    justify-content:flex-end;
  34  }


Generated : Tue May 7 08:20:01 2024 Cross-referenced by PHPXref