| Linux webm010.cluster103.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64 Path : /home/c/u/i/cuisinesj/www/new/wp-content/themes/auberge/assets/sass/main/content/ |
| Current File : /home/c/u/i/cuisinesj/www/new/wp-content/themes/auberge/assets/sass/main/content/__comments.scss |
/* FILE: main/content/__comments.scss */
//
// Comments
//
.comment {
&s-area {
padding: 6% 0;
margin: 0;
}
&s-title {
font-size: nth( map_get( $h_tags_setup, 'h3, .h3' ), 1 ) + em;
.add-comment-link {
display: none;
}
}
&-navigation {
padding: 8% 0;
}
}
// Author details
.bypostauthor > .comment-body .comment-author::before {
@extend %genericon;
content: '\f304';
position: absolute;
display: block;
width: 30px;
height: 30px;
#{$left}: 15px; // {{RTL}}
top: 45px;
margin-top: 1.62em;
line-height: 28px;
text-align: center;
font-size: 1.17em;
border-radius: 50%;
z-index: 1;
@include responsive( map_get( $breakpoint, 'm' ) ) {
#{$left}: 30px; // {{RTL}}
top: 75px;
}
}
// Comment edit and reply links
.comment-edit-link,
.comment-reply-link {
&::before {
@extend %genericon;
content: '\f466';
margin-#{$right}: .19em; // {{RTL}}
font-size: 1.38em;
vertical-align: middle;
}
}
.comment-edit-link::before {
content: '\f411';
}