1
0
mirror of https://github.com/moparisthebest/kaiwa synced 2025-02-19 20:41:48 -05:00
kaiwa/public/css/app/layout.styl

31 lines
462 B
Stylus
Raw Normal View History

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