| 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/cuisinesj/www/new/wp-content/themes/auberge/assets/sass/starter/content/forms/ |
| Current File : /home/cuisinesj/www/new/wp-content/themes/auberge/assets/sass/starter/content/forms/__comments.scss |
/* FILE: starter/form/__comments.scss */
//
// Comments form
//
.comment-respond {
padding: ( $golden + em ) 0 0;
border-top-width: 2px;
border-top-style: solid;
.comment-list & {
margin: ( $golden + em ) 0;
border-bottom-width: 2px;
border-bottom-style: solid;
}
}
.comment-reply-title {
margin-bottom: $golden_major + em;
}
#cancel-comment-reply-link {
@extend %font_size_small;
@extend %font_weight_400;
float: $right; // {{RTL}}
}
.comment-form {
p {
margin-bottom: 1em;
}
label {
@extend %font_size_small;
@extend %font_weight_700;
display: block;
}
[type="checkbox"] + label,
[type="radio"] + label {
display: inline-block;
}
}
.comment-form-author input,
.comment-form-email input,
.comment-form-url input,
.comment-form-comment textarea {
width: 100%;
}
.comment-form-url {
clear: both;
}
.form-allowed-tags {
@extend %line_height_golden;
}
@include responsive() {
.comment-form-author,
.comment-form-email {
float: $left; // {{RTL}}
width: 48%;
margin-#{$left}: 4%; // {{RTL}}
}
.comment-form-author {
margin-#{$left}: 0; // {{RTL}}
}
}