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