mirror of
https://github.com/wassname/talk.git
synced 2026-06-29 05:35:42 +08:00
18 lines
282 B
CSS
18 lines
282 B
CSS
.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;
|
|
}
|