Added `blockquote` class to embedded comments.
This commit is contained in:
parent
375719edfb
commit
a22f6f6a02
|
@ -1,6 +1,8 @@
|
|||
//= require ./vendor/normalize
|
||||
//= require ./common/foundation/base
|
||||
|
||||
@import "./common/foundation/variables";
|
||||
|
||||
article.post {
|
||||
border-bottom: 1px solid #ddd;
|
||||
|
||||
|
@ -8,6 +10,16 @@ article.post {
|
|||
background-color: #ffe5e5;
|
||||
}
|
||||
|
||||
blockquote {
|
||||
padding: 10px 8px 10px 13px;
|
||||
margin: 0 0 10px 0;
|
||||
background-color: $quote-background;
|
||||
border-left: 5px solid darken($quote-background, 20%);
|
||||
p {
|
||||
margin: 0 0 10px 0;
|
||||
}
|
||||
}
|
||||
|
||||
.post-date {
|
||||
float: right;
|
||||
color: #aaa;
|
||||
|
|
Loading…
Reference in New Issue