mirror of
https://github.com/kremalicious/blog.git
synced 2025-02-14 21:10:25 +01:00
blockquote changes
This commit is contained in:
parent
cc1953df54
commit
340b4bd20b
@ -202,7 +202,8 @@ strong,
|
|||||||
font-weight: 700
|
font-weight: 700
|
||||||
font-style: normal
|
font-style: normal
|
||||||
|
|
||||||
em
|
em,
|
||||||
|
.italic
|
||||||
font-style: italic
|
font-style: italic
|
||||||
|
|
||||||
cite
|
cite
|
||||||
@ -219,13 +220,23 @@ hr
|
|||||||
|
|
||||||
blockquote,
|
blockquote,
|
||||||
blockquote > p
|
blockquote > p
|
||||||
font-style: italic
|
@extend .italic
|
||||||
color: $text-color-light
|
color: $text-color-light
|
||||||
|
|
||||||
blockquote
|
blockquote
|
||||||
padding: 0 $line-height-computed
|
padding: 0 $line-height-computed
|
||||||
margin: 0 0 $line-height-computed
|
margin: 0 0 $line-height-computed
|
||||||
border-left: 2px solid $text-color-dimmed
|
position: relative
|
||||||
|
|
||||||
|
// quotation marks
|
||||||
|
&:before
|
||||||
|
content: "“"
|
||||||
|
font-size: 400%
|
||||||
|
font-family: "Hoefler Text", "Times New Roman", serif
|
||||||
|
color: rgba($text-color-dimmed, 40%)
|
||||||
|
position: absolute
|
||||||
|
left: -($line-height-computed/2)
|
||||||
|
top: -($line-height-computed/2)
|
||||||
|
|
||||||
p:last-child
|
p:last-child
|
||||||
margin-bottom: 0
|
margin-bottom: 0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user