webapp/src/components/Article/CommentDate.module.scss

30 lines
479 B
SCSS
Raw Normal View History

.commentDates {
2023-08-12 14:17:00 +00:00
color: #9fa1a7;
align-items: center;
display: flex;
2023-08-12 14:17:00 +00:00
flex: 1;
@include font-size(1.2rem);
font-size: 1.2rem;
gap: 1rem;
justify-content: flex-start;
margin: 0 1em 4px 0;
.date {
2023-08-12 14:17:00 +00:00
font-weight: 500;
.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;
}