Files
remark42/web/app/components/comment/__time/comment__time.scss
T

11 lines
154 B
SCSS

.comment__time {
margin-left: 8px;
vertical-align: middle;
color: #999;
text-decoration: none;
&:hover {
text-decoration: underline;
}
}