Files
talk/client/coral-admin/src/components/CommentDetails.css
T
2017-10-02 22:34:12 +07:00

19 lines
215 B
CSS

.root {
min-height: 25px;
padding: 0 16px;
}
.moreDetail {
position: absolute;
font-size: 12px;
font-weight: 500;
color: black;
right: 16px;
&:hover {
opacity: 0.9;
cursor: pointer;
}
}