Files
psf-memo-client/src/components/post-reply-count/post-reply-count.css
T

21 lines
306 B
CSS

.post-reply-count {
display: inline-flex;
align-items: center;
gap: 0.35rem;
margin-top: 0.75rem;
color: #6c757d;
font-size: 0.85rem;
}
.post-reply-count-icon {
font-size: 0.9rem;
}
.post-reply-count-clickable {
cursor: pointer;
}
.post-reply-count-clickable:hover {
color: #28a745;
}