bigbuffet-rw/app/styles/components/reply-mentions.scss

25 lines
379 B
SCSS
Raw Normal View History

2022-01-04 12:06:08 -08:00
.reply-mentions {
margin: 0 10px;
color: var(--primary-text-color--faint);
font-size: 15px;
text-decoration: none;
&__account,
a {
color: var(--highlight-text-color);
text-decoration: none;
&:hover {
text-decoration: underline;
}
}
}
.status__wrapper,
.detailed-status {
.reply-mentions {
display: block;
margin: 4px 0 0 0;
}
}