.comments-area { @include typecsset-space(padding-top,2); border-top: 1px solid $color_border; margin-left: 180px; } .comments-title { @include typecsset-font-size(32px,"false"); line-height: 1.25; } .comments-title, .comment-reply-title { color: $color__text-header; font-weight: 400; margin-bottom: 1em; } .comment-list { margin: 1.7em 0; } .comment-list, .comment-list .children { list-style-type: none; margin-left: 0; padding: 0; } .comment, .pingback, .trackback { padding: 1.7em 0; } .depth-1 { border-bottom: solid 1px $color_border; } .depth-1:first-child { margin-top: 0; padding-top: 0; } .children { margin-top: 24px; } .children .comment { border-left: 3px solid #f7f7f7; padding-left: 24px; } .comment-author .avatar { border-radius: 50%; float: left; margin-right: 12px; } .comment-meta { margin-bottom: 1.7em; } .comment-meta .fn { color: $color__text-header; display: inline-block; font-weight: 400; } .says { display: none; } .comment-metadata { color: $color_light-grey; @include font-size(14); font-family: $font__headings; font-weight: 400; a { color: $color__light-blue; font-family: $font__main; &:hover { color: $color__link-hover; border-bottom: none; } } .edit-link:before { content: '/'; margin: 0 6px; } } .comment-content { @include font-size(16); a { word-wrap: break-word; } } .bypostauthor { } .comment-tools { display: inline-block; float: right; } .comment-tools a { @include typecsset-font-size(12px); font-weight: 400; text-transform: uppercase; } .comment-reply-link { @include typecsset-font-size(12px); font-weight: 600; letter-spacing: 1px; text-transform: uppercase; } .comment-reply-link:after { content: '\00A0\2192'; } #cancel-comment-reply-link { @include typecsset-font-size(16px); color: $color__light-blue; &:hover { color: $color__darknavy; } } .comment-form label { display: inline-block; width: 60px; } .comment-respond { @include typecsset-space(margin-top); } .form-allowed-tags { @include typecsset-font-size(12px); } .no-comments { text-align: center }