kaiwa/public/css/app/layout.styl

21 lines
307 B
Stylus

@import '../_variables'
@import '../_mixins'
body
background: #ecf0f2
color: $baseText
gotham()
font-size: 16px
font-weight: 400
-webkit-font-smoothing: antialiased
h1, h2, h3, h4
color: darken($baseText, 30%)
#pages
position: absolute
top: 0px
right: 0px
left: 201px
borderbox()