balmet.com

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

_style.scss (767B)


      1 .wp-block-latest-comments {
      2 	padding-left: 0;
      3 
      4 	.wp-block-latest-comments__comment {
      5 		font-size: var(--global--font-size-sm);
      6 		line-height: var(--global--line-height-body);
      7 
      8 		/* Vertical margins logic */
      9 		margin-top: var(--global--spacing-vertical);
     10 		margin-bottom: var(--global--spacing-vertical);
     11 
     12 		&:first-child {
     13 			margin-top: 0;
     14 		}
     15 
     16 		&:last-child {
     17 			margin-bottom: 0;
     18 		}
     19 	}
     20 
     21 	.wp-block-latest-comments__comment-meta {
     22 		font-family: var(--heading--font-family);
     23 	}
     24 
     25 	.wp-block-latest-comments__comment-date {
     26 		color: var(--global--color-primary);
     27 		font-size: var(--global--font-size-sm);
     28 	}
     29 
     30 	.wp-block-latest-comments__comment-excerpt p {
     31 		font-size: var(--global--font-size-sm);
     32 		line-height: var(--global--line-height-body);
     33 		margin: 0;
     34 	}
     35 }