mirror of
https://github.com/moparisthebest/android.moparisthebest.org
synced 2024-11-11 11:45:05 -05:00
37 lines
666 B
Sass
37 lines
666 B
Sass
#sidebar
|
|
line-height: 1.45em
|
|
font-size: 90%
|
|
h3
|
|
font-size: #{!h4+2}
|
|
margin: 20px -15px 10px
|
|
padding: 12px 15px
|
|
background: #fff
|
|
border-bottom: 1px solid #e5e5e5
|
|
border-top: 1px solid #e5e5e5
|
|
&:first-child
|
|
margin-top: 0
|
|
h4
|
|
font-size: #{!h5}
|
|
|
|
#twitter, #delicious
|
|
+border-radius
|
|
background: #f8f8f8
|
|
border: 1px solid #eee
|
|
padding: 5px 0
|
|
ul
|
|
list-style-type: none
|
|
margin: 0
|
|
li
|
|
margin: 0 15px
|
|
padding: 10px 0 0
|
|
border-bottom: #ddd 1px dashed
|
|
&:last-child
|
|
border-bottom: 0
|
|
|
|
#delicious
|
|
p
|
|
font-style: italic
|
|
li
|
|
color: #666
|
|
font-style: normal
|
|
padding-bottom: 8px |