Files
talk/plugins/talk-plugin-featured-comments/client/components/Button.css
T
2017-07-20 04:01:39 +07:00

22 lines
313 B
CSS

.button {
/* TODO: figure out the best location to include the `reset.css` */
composes: buttonReset from "coral-framework/styles/reset.css";
color: #2a2a2a;
margin-right: 10px;
}
.button {
color: #767676;
}
.button.featured {
color: #10589b;
}
.icon {
font-size: 18px;
vertical-align: top;
}