angelovcom.net

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

_media.scss (811B)


      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";