index.styl 184B

12345678910111213
  1. body
  2. font-family 'Quicksand', sans-serif
  3. html, body, #content, #content > div
  4. height 100%
  5. @import 'Variable'
  6. @import 'Sidebar'
  7. @import 'Header'
  8. @import 'Footer'
  9. @import 'Login'