mirror of
https://github.com/Permissionless-Software-Foundation/psf-memo-client.git
synced 2026-09-21 16:52:02 -07:00
21 lines
306 B
CSS
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;
|
|
}
|