Files
hustoj/web/bsadmin/assets/sass/recent-comments.scss
2024-10-10 12:56:56 +08:00

38 lines
658 B
SCSS

@import "variable"; // variable
.recent-comment {
.media {
border-bottom: 1px solid $border;
padding-bottom: 10px;
}
.media-left {
padding-right: 25px;
img {
border-radius: 100px;
}
}
.media-body {
h4 {
font-size: 16px;
}
p {
margin-bottom: 10px;
}
}
}
.comment-action {
float: left;
.badge {
text-transform: uppercase;
font-family: $mol;
}
i {
padding: 0px 5px;
}
}
.comment-date {
float: right;
color: $text;
font-family: $mol;
}