1
0
mirror of https://github.com/moparisthebest/kaiwa synced 2024-08-13 17:03:51 -04:00
kaiwa/public/css/app/layout.styl

39 lines
620 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
2013-10-24 18:10:58 -04:00
a
color: $blue
font-weight: $font-weight-bold
text-decoration: none
&:hover, &:active
color: $blue-saturated-light
#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