webapp/src/components/Article/CommentDate.module.scss
2023-10-17 01:13:13 +03:00

32 lines
529 B
SCSS

.commentDates {
color: #9fa1a7;
align-items: center;
align-self: center;
display: flex;
flex: 1;
flex-wrap: wrap;
@include font-size(1.2rem);
font-size: 1.2rem;
justify-content: flex-start;
margin: 0 1em 0 0;
.date {
font-weight: 500;
margin-right: 1rem;
.icon {
line-height: 1;
width: 1rem;
display: inline-block;
opacity: 0.6;
margin-right: 0.5rem;
vertical-align: middle;
}
}
}
.commentDatesLastInRow {
margin-right: 0;
white-space: nowrap;
}