Files
talk/plugins/talk-plugin-featured-comments/client/components/FeaturedButton.css
T
Belen Curcio b5ce16a33b Styling
2017-07-13 16:56:40 -03: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;
}