Add YCB Social Icons

This commit is contained in:
2018-10-06 21:41:43 +07:00
parent 2cfdc69294
commit 7f7983de98
5 changed files with 153 additions and 2 deletions
+26 -1
View File
@@ -357,12 +357,37 @@
}
.active a {
@include gradient;
color: $white;
}
}
.entry-pagination {
margin-bottom: 60px;
a {
padding: 0.5rem 1rem;
color: $dark;
font-size: 1.6rem;
text-decoration: none;
@include transition;
&:hover,
&:focus {
color: $accent;
}
}
& > .custom-page-links {
padding: 0.5rem 1rem;
@include gradient;
color: $white;
border-radius: $site-radius;
}
}
/* ## Comments
--------------------------------------------- */
+37
View File
@@ -651,6 +651,9 @@ ul.testimonials-list {
}
.gfpc-featured-posts {
& > article {
margin-bottom: 40px;
}
.entry-content {
clear: unset;
&:before {
@@ -717,4 +720,38 @@ ul.testimonials-list {
#wpcomm .wc-reply .wc-comment-right .wc-comment-text,
#wpcomm .wc-reply .wc-comment-right .wc-comment-text * {
font-size: 1.6rem;
}
/*YCB Social Icons*/
ul.ycb-social-icons {
margin: 0;
line-height: unset;
li {
padding: 0 !important;
display: inline-block !important;
margin: 0 8px 8px 0 !important;
list-style-type: none !important;
a {
border-radius: 2px;
font-size: 20px !important;
background: $blue;
padding: 8px;
color: #FFF;
&:hover {
background: $one !important;
color: #FFFFFF !important;
}
.svg-inline--fa {
width: 1.2em;
text-align: center;
font-variant: normal;
text-transform: none;
line-height: 1.2em;
}
}
}
}