wp/wp-includes/css/wp-empty-template-alert.css
changeset 22 8c2e4d02f4ef
equal deleted inserted replaced
21:48c4eec2b7e6 22:8c2e4d02f4ef
       
     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 }