update block quote styles
parent
15ae467973
commit
dad21b944a
|
@ -93,10 +93,22 @@
|
||||||
border-bottom: 1px solid color-border
|
border-bottom: 1px solid color-border
|
||||||
padding: 10px 0
|
padding: 10px 0
|
||||||
blockquote
|
blockquote
|
||||||
|
position: relative
|
||||||
font-family: font-serif
|
font-family: font-serif
|
||||||
font-size: 1.4em
|
font-size: 1.1em
|
||||||
margin: line-height 20px
|
margin: 0 -20px
|
||||||
text-align: center
|
padding: 10px 20px 10px 54px
|
||||||
|
background: #fcfcfc
|
||||||
|
border-left: 4px solid #eee
|
||||||
|
&:before
|
||||||
|
top: 20px
|
||||||
|
left: 10px
|
||||||
|
content: "\f10d"
|
||||||
|
color: #e2e2e2
|
||||||
|
font-size: 32px;
|
||||||
|
font-family: FontAwesome
|
||||||
|
text-align: center
|
||||||
|
position: absolute
|
||||||
footer
|
footer
|
||||||
font-size: font-size
|
font-size: font-size
|
||||||
margin: line-height 0
|
margin: line-height 0
|
||||||
|
|
|
@ -20,7 +20,7 @@ color-google = #dd4b39
|
||||||
|
|
||||||
// Fonts
|
// Fonts
|
||||||
font-sans = "open sans", "Helvetica Neue", "Microsoft Yahei", Helvetica, Arial, sans-serif
|
font-sans = "open sans", "Helvetica Neue", "Microsoft Yahei", Helvetica, Arial, sans-serif
|
||||||
font-serif = Georgia, "Times New Roman", serif
|
font-serif = Georgia, "Times New Roman", "Microsoft Yahei", serif
|
||||||
font-mono = "Source Code Pro", Consolas, Monaco, Menlo, Consolas, monospace
|
font-mono = "Source Code Pro", Consolas, Monaco, Menlo, Consolas, monospace
|
||||||
font-size = 14px
|
font-size = 14px
|
||||||
line-height = 1.6em
|
line-height = 1.6em
|
||||||
|
|
Loading…
Reference in New Issue