mirror of
https://github.com/flarum/framework.git
synced 2025-01-10 13:03:43 +08:00
8efb08dcfa
See https://github.com/flarum/core/pull/1367 * Replace gulp with webpack and npm scripts for JS compilation * Set up Travis CI to commit compiled JS * Restructure `js` directory; only one instance of npm, forum/admin are "submodules" * Restructure `less` directory
24 lines
380 B
Plaintext
24 lines
380 B
Plaintext
.PostLikesModal-list {
|
|
list-style: none;
|
|
padding: 0;
|
|
margin: 0;
|
|
|
|
a {
|
|
color: @text-color;
|
|
font-size: 15px;
|
|
font-weight: bold;
|
|
display: block;
|
|
margin-bottom: 10px;
|
|
text-decoration: none;
|
|
|
|
&:hover .username {
|
|
text-decoration: underline;
|
|
}
|
|
}
|
|
.Avatar {
|
|
.Avatar--size(32px);
|
|
vertical-align: middle;
|
|
margin-right: 5px;
|
|
}
|
|
}
|