Files
talk/client/coral-admin/src/components/CommentDetails.css
T
2018-01-11 18:41:53 +01:00

19 lines
215 B
CSS

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