mirror of
https://github.com/wassname/talk.git
synced 2026-06-30 02:40:11 +08:00
14 lines
179 B
CSS
14 lines
179 B
CSS
.commentContent {
|
|
composes: content from "./CommentContent.css";
|
|
}
|
|
|
|
.placeholder {
|
|
position: absolute;
|
|
margin: 12px 0 0 12px;
|
|
color: #bbb;
|
|
}
|
|
|
|
.icon {
|
|
font-size: 20px;
|
|
}
|