[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

title

Body

[close]

/wp-content/themes/twentytwentyone/assets/sass/06-components/ -> posts-and-pages.scss (source)

   1  .sticky {
   2      // This class is required to pass ThemeCheck.
   3  }
   4  
   5  .no-results.not-found > *:first-child {
   6      margin-bottom: calc(3 * var(--global--spacing-vertical));
   7  }
   8  
   9  // Styling for wp_link_pages.
  10  .page-links {
  11      clear: both;
  12  
  13      .post-page-numbers {
  14          display: inline-block;
  15          margin-left: calc(0.66 * var(--global--spacing-unit));
  16          margin-right: calc(0.66 * var(--global--spacing-unit));
  17          min-width: 44px;
  18          min-height: 44px;
  19  
  20          &:first-child {
  21              margin-left: 0;
  22          }
  23      }
  24  }


Generated : Wed Apr 24 08:20:01 2024 Cross-referenced by PHPXref