use-coupon.scss 496 Bytes
Newer Older
zhanghaozhe committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
.use-coupon {
    height: 100%;
    display: flex;
    flex-flow: column;

    .coupons-area {
        padding: 15px 12px;
        background: $bg_f5f5f5;
        flex: 1;

        .empty {
            min-height: 211px;
            line-height: 211px;
            font-size: $font_12;
            color: $color_666;
        }

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