Featured Comment Styles

This commit is contained in:
Belen Curcio
2017-07-05 12:28:09 -03:00
parent f9bece468f
commit 2a9535f88a
2 changed files with 29 additions and 7 deletions
@@ -35,9 +35,31 @@
.featuredComments {
padding: 20px;
background-color: #f9f9f9;
margin: 10px 0 30px;
}
.featuredComment {
margin: 10px 0 35px;
}
.featuredComment:last-child {
margin: 10px 0;
}
.featuredComments .goTo {
color: #2d3fb9;
.featuredComment .goTo {
color: #1d5294;
font-size: 13px;
padding: 5px 0;
display: inline-block;
}
.featuredComment .goTo:hover {
cursor: pointer;
text-decoration: underline;
}
.featuredComment .body {
line-height: 20px;
text-align: left;
letter-spacing: 0.1px;
}