Style comments in Overview panel.

This commit is contained in:
Paulo Reis 2016-11-18 14:27:49 +00:00
parent d1b96cea35
commit caefc196a4

View file

@ -203,6 +203,7 @@
}
}
.rp-state-overview & {
border-radius: 0;
padding: 2px 5px;
border-bottom: solid 1px @rp-border-grey;
}
@ -328,6 +329,11 @@
display: flex;
align-items: flex-start;
padding: 5px;
.rp-state-overview & {
padding: 3px 0;
line-height: 1.2;
}
}
.rp-comment-body {
position: relative;
@ -369,6 +375,10 @@
.rp-comment-reply {
padding: 0 5px;
.rp-state-overview & {
padding: 3px 0 0;
}
}
.rp-add-comment-btn {