mirror of
https://github.com/10h30/yeuchaybo-v6.git
synced 2026-06-05 15:10:05 +09:00
Add YCB Social Icons
This commit is contained in:
@@ -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
|
||||
--------------------------------------------- */
|
||||
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user