Skip to content

Commit 32b1837

Browse files
authored
ADD: star rating widget. [4]
1 parent 3e06c4b commit 32b1837

File tree

1 file changed

+17
-6
lines changed

1 file changed

+17
-6
lines changed

source/css/_common/components/post/post-meta.styl

+17-6
Original file line numberDiff line numberDiff line change
@@ -47,24 +47,35 @@
4747
.posts-expand .post-comments-count {
4848
+mobile() { display: none; }
4949
}
50-
.social-like {
51-
font-size: 14px;
52-
height: 20px;
53-
text-align: center;
50+
51+
.post-widgets {
5452
border-top: 1px solid #eee;
5553
padding-top: 9px;
5654
margin-top: 45px;
5755
display: flex;
5856
justify-content: center;
57+
flex-wrap: wrap;
58+
align-items: center;
59+
}
60+
.wp_rating {
61+
height: 20px;
62+
margin-right: 10px;
63+
text-align: center;
64+
line-height: 20px;
65+
padding-top: 6px;
66+
}
67+
.social-like {
68+
font-size: 14px;
69+
text-align: center;
70+
display: flex;
71+
justify-content: center;
5972
}
60-
6173
.vk_like {
6274
width: 85px;
6375
height: 21px;
6476
padding-top: 7px;
6577
align-self: center;
6678
}
67-
6879
.fb_like {
6980
height: 30px;
7081
align-self: center;

0 commit comments

Comments
 (0)