Files
talk/plugins/talk-plugin-featured-comments/client/components/Button.css
T
2017-07-19 23:55:35 +07:00

28 lines
361 B
CSS

.button {
color: #2a2a2a;
background: none;
padding: 0px;
border: none;
margin-right: 10px;
vertical-align: middle;
}
.button:hover {
color: #767676;
cursor: pointer;
}
.button.featured {
color: #10589b;
}
.button.featured:hover {
color: #10589b;
cursor: pointer;
}
.icon {
font-size: 18px;
padding: 0 5px;
vertical-align: top;
}