Featuring from Featured Tab

This commit is contained in:
Belen Curcio
2017-09-08 18:55:11 -03:00
parent 1f6da44b25
commit 7f85ceb566
3 changed files with 51 additions and 0 deletions
@@ -0,0 +1,17 @@
.button {
/* TODO: figure out the best location to include the `reset.css` */
composes: buttonReset from "coral-framework/styles/reset.css";
color: #767676;
margin-right: 10px;
}
.button.featured {
color: #10589b;
}
.icon {
font-size: 18px;
vertical-align: top;
}