coupons.scss 541 Bytes
Newer Older
zhanghaozhe committed
1 2 3
.use-coupon {
    display: flex;
    flex-flow: column;
zhanghaozhe committed
4
    height: 100%;
zhanghaozhe committed
5 6

    .coupons-area {
zhanghaozhe committed
7 8
        padding: 72px 12px 0px;
        //background: $bg_f5f5f5;
zhanghaozhe committed
9
        flex: 1 1 auto;
zhanghaozhe committed
10 11 12 13 14 15

        .empty {
            min-height: 211px;
            line-height: 211px;
            font-size: $font_12;
            color: $color_666;
zhanghaozhe committed
16
            text-align: center;
zhanghaozhe committed
17 18 19 20 21 22 23 24 25 26
        }

        .invalid-title{
            text-align: center;
            font-size: $font_12;
            line-height: 52px;
            color: $color_999;
        }
    }
}