Skip to content

Commit

Permalink
ADD: star rating widget. [6]
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-nginx authored May 31, 2017
1 parent a153fbf commit ede932a
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions source/css/_common/components/post/post-widgets.styl
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
.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;
}

0 comments on commit ede932a

Please sign in to comment.