Files
remark42/frontend/app/components/comment/__time/comment__time.scss
T
2019-04-28 19:27:36 +03:00

15 lines
203 B
SCSS

.comment__time {
margin-left: 8px;
margin-right: 8px;
vertical-align: middle;
text-decoration: none;
&:first-child {
margin-left: 0;
}
&:hover {
text-decoration: underline;
}
}