rickvanlieshout.com/components/BlogSocial/style.css
2016-06-03 02:32:38 +03:00

32 lines
516 B
CSS

.blog-social {
margin-top: 30px;
}
.blog-social ul {
list-style: none;
padding: 0;
margin: 10px 0;
clear: fix-legacy;
}
.blog-social ul > li {
float: left;
margin-right: 5px;
text-align: center;
height: 24px;
width: 24px;
border-radius: 3px;
background: #f4f4f4;
}
.blog-social ul > li:hover {
background: #f4f4f4;
}
.blog-social ul > li > a {
border-bottom: 0;
}
.blog-social ul > li > a > i {
color: #606060;
font-size: 14px;
line-height: 24px;
}
.blog-social ul > li:hover a > i {
color: #444;
}