Files
talk/plugins/talk-plugin-featured-comments/client/components/styles.css
T
2017-07-05 12:28:09 -03:00

65 lines
946 B
CSS

.button {
color: #2a2a2a;
margin: 5px 10px 5px 0px;
background: none;
padding: 0px;
border: none;
font-size: inherit;
}
.button:hover {
color: #767676;
cursor: pointer;
}
.button.featured {
color: #f7917a;
}
.button.featured:hover {
color: #f7917a;
cursor: pointer;
}
.tag {
background-color: #f7917a;
font-size: 12px;
font-weight: bold;
color: white;
display: inline-block;
margin: 0px 5px;
padding: 5px 5px;
border-radius: 2px;
}
.featuredComments {
padding: 20px;
background-color: #f9f9f9;
margin: 10px 0 30px;
}
.featuredComment {
margin: 10px 0 35px;
}
.featuredComment:last-child {
margin: 10px 0;
}
.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;
}