[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

title

Body

[close]

/wp-content/themes/twentytwentyone/assets/sass/05-blocks/list/ -> _editor.scss (source)

   1  ul,
   2  ol {
   3      font-family: var(--list--font-family);
   4      margin: var(--global--spacing-vertical) 0;
   5      padding-left: calc(2 * var(--global--spacing-horizontal));
   6  
   7      // Utility classes
   8      &.aligncenter {
   9          list-style-position: inside;
  10          padding: 0;
  11          text-align: center;
  12      }
  13  
  14      &.alignright {
  15          list-style-position: inside;
  16          padding: 0;
  17          text-align: right;
  18      }
  19  }
  20  
  21  li {
  22  
  23      > ul,
  24      > ol {
  25          margin: 0;
  26      }
  27  }
  28  
  29  dt {
  30      font-family: var(--definition-term--font-family);
  31      font-weight: bold;
  32  }


Generated : Thu Apr 25 08:20:02 2024 Cross-referenced by PHPXref