19 lines
220 B
SCSS
19 lines
220 B
SCSS
|
.media.comment{
|
||
|
align-items: center;
|
||
|
|
||
|
.media-left {
|
||
|
margin: 0 1em;
|
||
|
}
|
||
|
|
||
|
.comment-actions {
|
||
|
font-size: .8em;
|
||
|
|
||
|
&, a {
|
||
|
color: $grey;
|
||
|
}
|
||
|
|
||
|
a:hover {
|
||
|
text-decoration: underline;
|
||
|
}
|
||
|
}
|
||
|
}
|