This repository has been archived on 2024-02-08. You can view files and clone it, but cannot push or open issues or pull requests.
frontend/src/styles/components/comments.scss

33 lines
424 B
SCSS

.media.comment {
align-items: center;
.media-left {
margin: 0 1em;
}
@media screen and (min-width: $tablet) {
.comment-info.is-pulled-up {
margin-bottom: -3rem;
}
}
.editor .tabs {
margin-bottom: 0;
ul {
border-bottom: none;
}
}
.comment-actions {
font-size: .8em;
&, a {
color: $grey;
}
a:hover {
text-decoration: underline;
}
}
}