[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

title

Body

[close]

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

   1  .wp-block-video {
   2  
   3      figcaption {
   4          color: var(--global--color-primary);
   5          font-size: var(--global--font-size-xs);
   6          margin-top: calc(0.5 * var(--global--spacing-unit));
   7          margin-bottom: var(--global--spacing-unit);
   8          text-align: center;
   9      }
  10  }
  11  
  12  * > figure > video {
  13      max-width: unset;
  14      width: 100%;
  15      vertical-align: middle;
  16  }


Generated : Fri Apr 26 08:20:02 2024 Cross-referenced by PHPXref