Files
talk/client/coral-embed-stream/src/Comment.css
T
2017-04-11 14:20:38 -07:00

26 lines
321 B
CSS

.Reply {
position: relative;
margin-bottom: 15px;
}
.Comment {
margin-bottom: 15px;
position: relative;
}
.pendingComment {
filter: blur(2px);
pointer-events: none;
}
.topRightMenu {
float: right;
text-align: right;
cursor: pointer;
margin-top: 5px;
}
.topRightMenu > * {
text-align: initial;
}