kaiwa/public/css/components/layout.styl

33 lines
486 B
Stylus
Raw Normal View History

2013-09-16 05:19:07 -04:00
@import '../_variables'
@import '../_mixins'
2015-02-09 10:20:28 -05:00
html
font-size: 100%
2013-09-16 05:19:07 -04:00
body
2013-09-19 10:39:07 -04:00
background: white
2015-02-09 10:20:28 -05:00
font-family: $font-family-lato
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
h4
margin-top: 0
font-size: $font-size-h4
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: 230px
2013-09-26 13:58:35 -04:00
height: 100%
borderbox()