Brak opisu

posts-and-pages.scss 469B

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