Files
talk/plugins/talk-plugin-author-menu/client/components/AuthorName.css
T

14 lines
168 B
CSS

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