[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

title

Body

[close]

/wp-content/themes/twentytwentyone/assets/sass/05-blocks/spacer/ -> _style.scss (source)

   1  .wp-block-spacer {
   2      display: block;
   3      // Remove vertical margins
   4      margin-bottom: 0 !important;
   5      margin-top: 0 !important;
   6  
   7      @include media(mobile-only) {
   8  
   9          &[style] {
  10              height: var(--global--spacing-unit) !important;
  11          }
  12      }
  13  }


Generated : Thu Sep 8 08:20:02 2022 Cross-referenced by PHPXref