kaiwa/public/css/app/layout.styl

21 lines
307 B
Stylus
Raw Normal View History

2013-09-16 05:19:07 -04:00
@import '../_variables'
@import '../_mixins'
body
background: #ecf0f2
2013-09-18 13:45:40 -04:00
color: $baseText
2013-09-19 07:29:42 -04:00
gotham()
2013-09-18 13:45:40 -04:00
font-size: 16px
font-weight: 400
2013-09-16 05:19:07 -04:00
-webkit-font-smoothing: antialiased
h1, h2, h3, h4
color: darken($baseText, 30%)
2013-09-16 05:19:07 -04:00
#pages
position: absolute
top: 0px
right: 0px
left: 201px
borderbox()