framework/extensions/likes/less/forum.less
Toby Zerner 8efb08dcfa Webpack (#15)
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
2018-06-20 13:35:14 +09:30

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;
}
}