_public.scss 601 Bytes
/*
 * @description: public css
 * @author: chenglong.wang@yoho.cn
 * @date: 2015/4/16
 */
@import "compass";
@import "../base/mixins";
@import "../base/sprite";
@import "../base/variable";

@include global-reset();

a {
    @include unstyled-link();
}

html, body {
    color: $font-color;
    font-size: $font-size;
    font-family: $font-default;
    width: 100%;
    max-width: $layout-width;
    margin: 0 auto;
    position: relative;
    height: auto;
}

#mobile-wrap {
    width: 100%;
    height: auto;
    margin: 0 auto;
    background: $color-background;
}