Comment padding/color tweaks for the blog and projects
This commit is contained in:
parent
8fd577c733
commit
ec42d033b3
@ -659,8 +659,12 @@ ul.project_nav-edit-list
|
|||||||
opacity: 1
|
opacity: 1
|
||||||
display: block !important
|
display: block !important
|
||||||
|
|
||||||
#comments-embed
|
section.comments-list
|
||||||
padding: 0 20px 20px 20px
|
.comment-reply-container
|
||||||
|
padding: 15px 20px 0
|
||||||
|
|
||||||
|
.comments-list-header
|
||||||
|
padding: 0 20px
|
||||||
|
|
||||||
/* Project context on the right of the navigation */
|
/* Project context on the right of the navigation */
|
||||||
/* Contains #project_context */
|
/* Contains #project_context */
|
||||||
|
@ -323,6 +323,14 @@
|
|||||||
.comment-reply-container
|
.comment-reply-container
|
||||||
background-color: transparent
|
background-color: transparent
|
||||||
|
|
||||||
|
.comment-reply-field
|
||||||
|
textarea, .comment-reply-meta
|
||||||
|
background-color: $color-background-light
|
||||||
|
|
||||||
|
&.filled
|
||||||
|
.comment-reply-meta
|
||||||
|
background-color: $color-success
|
||||||
|
|
||||||
.comment-reply-form
|
.comment-reply-form
|
||||||
+media-xs
|
+media-xs
|
||||||
padding:
|
padding:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user