framework/less/forum/ActivityPage.less
2018-09-22 14:02:14 -04:00

36 lines
488 B
Plaintext

.PostsUserPage-loadMore {
text-align: center;
margin-top: 10px;
.LoadingIndicator {
height: 46px;
}
}
.PostsUserPage-list {
margin: 0;
padding: 0;
list-style: none;
> li {
border-bottom: 1px solid @control-bg;
margin-bottom: 15px;
}
.Post {
padding-top: 10px;
}
}
.PostsUserPage-discussion {
font-weight: bold;
margin-bottom: 10px;
position: relative;
z-index: 1;
&, a {
color: @muted-color;
}
a {
font-style: italic;
}
}