Adding FeaturedButton (we already have Button with Coral-UI)

This commit is contained in:
Belen Curcio
2017-09-11 10:59:16 -03:00
parent 59e21cccba
commit 908b3c20b4
7 changed files with 15 additions and 14 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;
}