ru-se.com

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

posts-and-pages.scss (469B)


      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 }