2013-09-16 02:19:07 -07:00
|
|
|
@import '../_variables'
|
|
|
|
@import '../_mixins'
|
|
|
|
|
|
|
|
body
|
2013-09-19 16:39:07 +02:00
|
|
|
background: white
|
2013-09-18 19:45:40 +02:00
|
|
|
color: $baseText
|
2013-09-19 13:29:42 +02:00
|
|
|
gotham()
|
2013-09-18 19:45:40 +02:00
|
|
|
font-size: 16px
|
|
|
|
font-weight: 400
|
2013-09-16 02:19:07 -07:00
|
|
|
-webkit-font-smoothing: antialiased
|
|
|
|
|
2013-09-18 19:50:11 +02:00
|
|
|
h1, h2, h3, h4
|
|
|
|
color: darken($baseText, 30%)
|
2013-09-16 02:19:07 -07:00
|
|
|
|
2013-09-25 09:59:59 +02:00
|
|
|
h3
|
|
|
|
margin-top: 0
|
|
|
|
font-size: $fontMedium
|
|
|
|
|
2013-09-18 19:50:11 +02:00
|
|
|
#pages
|
|
|
|
position: absolute
|
|
|
|
top: 0px
|
|
|
|
right: 0px
|
2013-09-27 09:39:31 +02:00
|
|
|
left: 201px
|
2013-09-26 10:58:35 -07:00
|
|
|
height: 100%
|
2013-09-18 19:50:11 +02:00
|
|
|
borderbox()
|
2013-09-26 10:58:35 -07:00
|
|
|
|
|
|
|
.scroll-container
|
|
|
|
height: 100%
|
|
|
|
overflow-y: auto
|
|
|
|
-webkit-overflow-scrolling: touch
|