Files
talk/plugins/talk-plugin-author-menu/client/components/AuthorName.css
T
2017-09-01 22:29:30 +07:00

17 lines
216 B
CSS

.root {
display: inline-block;
position: relative;
}
.button {
composes: buttonReset from "coral-framework/styles/reset.css";
&:hover {
text-decoration: underline;
}
}
.name {
font-weight: bold;
}