You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Sup_File/scss/pro/_blog.scss

21 lines
335 B
SCSS

// Blog
.personal-sm {
a {
.fa {
transition-duration: $personal-sm-transition-duration;
&:hover {
transform: $personal-sm-hover-transform;
}
}
}
}
.comments-list,
.reply-form {
.avatar {
max-width: $avatar-img-max-width;
}
.comment-date {
color: $blog-comment-date-text-color;
}
}