[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

title

Body

[close]

/wp-includes/css/ -> wp-empty-template-alert.css (source)

   1  #wp-empty-template-alert {
   2      display: flex;
   3      padding: var(--wp--style--root--padding-right, 2rem);
   4      min-height: 60vh;
   5      flex-direction: column;
   6      align-items: center;
   7      justify-content: center;
   8      gap: var(--wp--style--block-gap, 2rem);
   9  }
  10  
  11  #wp-empty-template-alert > * {
  12       max-width: 400px;
  13  }
  14  
  15  #wp-empty-template-alert h2,
  16  #wp-empty-template-alert p {
  17      margin: 0;
  18      text-align: center;
  19  }
  20  
  21  #wp-empty-template-alert a {
  22      margin-top: 1rem;
  23  }


Generated : Sun Dec 22 08:20:01 2024 Cross-referenced by PHPXref