2013-09-16 05:19:07 -04:00
|
|
|
@import '../_variables'
|
|
|
|
@import '../_mixins'
|
|
|
|
|
|
|
|
body
|
2013-09-19 10:39:07 -04:00
|
|
|
background: white
|
2013-10-23 13:57:46 -04:00
|
|
|
color: $gray
|
2013-10-23 11:15:02 -04:00
|
|
|
font-family: $font-family-gotham
|
|
|
|
font-size: $font-size-base
|
2013-09-18 13:45:40 -04:00
|
|
|
font-weight: 400
|
2013-09-16 05:19:07 -04:00
|
|
|
-webkit-font-smoothing: antialiased
|
|
|
|
|
2013-09-18 13:50:11 -04:00
|
|
|
h1, h2, h3, h4
|
2013-10-23 13:57:46 -04:00
|
|
|
color: darken($gray, 30%)
|
2013-09-16 05:19:07 -04:00
|
|
|
|
2013-09-25 03:59:59 -04:00
|
|
|
h3
|
|
|
|
margin-top: 0
|
2013-10-23 13:15:38 -04:00
|
|
|
font-size: $font-size-h3
|
2013-09-25 03:59:59 -04:00
|
|
|
|
2013-10-24 18:10:58 -04:00
|
|
|
a
|
|
|
|
color: $blue
|
|
|
|
font-weight: $font-weight-bold
|
|
|
|
text-decoration: none
|
|
|
|
|
|
|
|
&:hover, &:active
|
|
|
|
color: $blue-saturated-light
|
|
|
|
|
2013-09-18 13:50:11 -04:00
|
|
|
#pages
|
|
|
|
position: absolute
|
|
|
|
top: 0px
|
|
|
|
right: 0px
|
2013-09-27 03:39:31 -04:00
|
|
|
left: 201px
|
2013-09-26 13:58:35 -04:00
|
|
|
height: 100%
|
2013-09-18 13:50:11 -04:00
|
|
|
borderbox()
|
2013-09-26 13:58:35 -04:00
|
|
|
|
|
|
|
.scroll-container
|
|
|
|
height: 100%
|
|
|
|
overflow-y: auto
|
|
|
|
-webkit-overflow-scrolling: touch
|