mirror of
https://github.com/flarum/framework.git
synced 2024-12-04 08:13:39 +08:00
f76524a5de
* Create CSS only loading indicator * Core mods to fix Loading Indicator usage * Remove extra whitespace * Attrs interface extends ComponentAttrs and is exported * Add doc block about custom styling
36 lines
498 B
Plaintext
36 lines
498 B
Plaintext
.PostsUserPage-loadMore {
|
|
text-align: center;
|
|
margin-top: 10px;
|
|
|
|
.LoadingIndicator-container {
|
|
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;
|
|
}
|
|
}
|