[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

title

Body

[close]

/wp-content/themes/twentynineteen/sass/media/ -> _media.scss (source)

   1  .page-content .wp-smiley,
   2  .entry-content .wp-smiley,
   3  .comment-content .wp-smiley {
   4      border: none;
   5      margin-bottom: 0;
   6      margin-top: 0;
   7      padding: 0;
   8  }
   9  
  10  embed,
  11  iframe,
  12  object {
  13      max-width: 100%;
  14  }
  15  
  16  .custom-logo-link {
  17      display: inline-block;
  18  }
  19  
  20  .avatar {
  21      border-radius: 100%;
  22      display: block;
  23      height: calc(2.25 * #{$size__spacing-unit});
  24      min-height: inherit;
  25      width: calc(2.25 * #{$size__spacing-unit});
  26  }
  27  
  28  svg {
  29      transition: fill $icon_transition ease-in-out;
  30      fill: currentColor;
  31  }
  32  
  33  /*--------------------------------------------------------------
  34  ## Captions
  35  --------------------------------------------------------------*/
  36  @import "captions";
  37  
  38  /*--------------------------------------------------------------
  39  ## Galleries
  40  --------------------------------------------------------------*/
  41  @import "galleries";


Generated : Thu May 9 08:20:02 2024 Cross-referenced by PHPXref