Skip to content

Commit

Permalink
ADD: star rating widget. [4]
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-nginx authored May 31, 2017
1 parent 3e06c4b commit 32b1837
Showing 1 changed file with 17 additions and 6 deletions.
23 changes: 17 additions & 6 deletions source/css/_common/components/post/post-meta.styl
Original file line number Diff line number Diff line change
Expand Up @@ -47,24 +47,35 @@
.posts-expand .post-comments-count {
+mobile() { display: none; }
}
.social-like {
font-size: 14px;
height: 20px;
text-align: center;

.post-widgets {
border-top: 1px solid #eee;
padding-top: 9px;
margin-top: 45px;
display: flex;
justify-content: center;
flex-wrap: wrap;
align-items: center;
}
.wp_rating {
height: 20px;
margin-right: 10px;
text-align: center;
line-height: 20px;
padding-top: 6px;
}
.social-like {
font-size: 14px;
text-align: center;
display: flex;
justify-content: center;
}

.vk_like {
width: 85px;
height: 21px;
padding-top: 7px;
align-self: center;
}

.fb_like {
height: 30px;
align-self: center;
Expand Down

0 comments on commit 32b1837

Please sign in to comment.