[ 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      min-height: inherit;
  24  }
  25  
  26  svg {
  27      transition: fill $icon_transition ease-in-out;
  28      fill: currentColor;
  29  }
  30  
  31  /*--------------------------------------------------------------
  32  ## Captions
  33  --------------------------------------------------------------*/
  34  @import "captions";
  35  
  36  /*--------------------------------------------------------------
  37  ## Galleries
  38  --------------------------------------------------------------*/
  39  @import "galleries";


Generated : Thu Nov 21 08:20:01 2024 Cross-referenced by PHPXref