[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

title

Body

[close]

/wp-content/themes/twentytwentyone/assets/sass/05-blocks/social-icons/ -> _editor.scss (source)

   1  .wp-block-social-links {
   2  
   3      // Social icons are horizontal, so they don't need vertical spacing.
   4      [data-block] {
   5          margin-top: 0;
   6          margin-bottom: 0;
   7      }
   8  
   9      &.is-style-twentytwentyone-social-icons-color {
  10  
  11          button {
  12              color: var(--global--color-primary);
  13          }
  14  
  15          .wp-social-link {
  16              background: none;
  17          }
  18      }
  19  
  20  }


Generated : Sun May 5 08:20:02 2024 Cross-referenced by PHPXref