Files
talk/client/coral-framework/components/CommentDetail.css
T
2018-01-11 18:41:53 +01: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: 13px;
line-height: 12px;
margin-right: 7px;
}
.info {
font-size: 13px;
}
.details {
padding: 0 20px 16px;
font-size: 13px;
&:empty {
display: none;
}
}
.icon {
vertical-align: middle;
font-size: 13px;
margin-right: 7px;
}