1
0
mirror of https://github.com/moparisthebest/kaiwa synced 2024-11-15 22:05:09 -05:00
kaiwa/public/css/components/layout.styl
Sebastien Hut b5f3041e42 Persistent MUC and server params
-Auto-join persistent rooms
-Update MUCs list every 30 secs
-Server params in the config file
2015-02-09 16:29:16 +01:00

34 lines
523 B
Stylus

@import '../_variables'
@import '../_mixins'
body
background: white
color: $gray
font-family: $font-family-gotham
font-size: $font-size-base
font-weight: 400
-webkit-font-smoothing: antialiased
h1, h2, h3, h4
color: darken($gray, 30%)
h4
margin-top: 0
font-size: $font-size-h4
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: 270px
height: 100%
borderbox()