2024-10-10

This commit is contained in:
2024-10-10 12:56:56 +08:00
commit 7b347c848a
2648 changed files with 643965 additions and 0 deletions

View File

@@ -0,0 +1,38 @@
@import "variable.less"; // Variable.less
.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;
}