Files
talk/client/coral-framework/components/CommentDetail.css
T
2017-10-02 20:50:43 +07:00

38 lines
461 B
CSS

.root {
}
.headerContainer {
display: flex;
justify-content: flex-start;
align-items: center;
}
.header {
vertical-align: middle;
margin: 0;
font-weight: 500;
display: inline-block;
font-size: 12px;
line-height: 12px;
margin-right: 7px;
}
.info {
font-size: 12px;
}
.details {
padding: 0 20px 16px;
font-size: 12px;
&:empty {
display: none;
}
}
.icon {
vertical-align: middle;
font-size: 12px;
margin-right: 7px;
}