kaiwa/public/css/app/layout.styl

31 lines
491 B
Stylus
Raw Normal View History

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
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
h1, h2, h3, h4
2013-10-23 13:57:46 -04:00
color: darken($gray, 30%)
2013-09-16 05:19:07 -04:00
h3
margin-top: 0
2013-10-23 13:15:38 -04:00
font-size: $font-size-h3
#pages
position: absolute
top: 0px
right: 0px
left: 201px
2013-09-26 13:58:35 -04:00
height: 100%
borderbox()
2013-09-26 13:58:35 -04:00
.scroll-container
height: 100%
overflow-y: auto
-webkit-overflow-scrolling: touch