_stepper.css 1.04 KB
.blk-cart-page {
    .stepper {
        display: inline-block;

        div {
            float: left;
        }

        .action {
            width: 20px;
            height: 28px;
            text-align: center;
            border: 1px solid #eee;
            color: #999;

            &:hover {
                background-color: #666;
                cursor: pointer;
                color: #fff;
            }

            .iconfont {
                font-size: 14px;
                line-height: 28px;
                height: 14px;
                display: inline-block;

            }

        }

        .disable {
            background: #999;
            color: #fff;
        }

        .input {
            margin: 0 5px;
            width: 38px;
            height: 28px;
            text-align: center;
        }

        .warning {
            clear: both;
            text-align: center;
            width: 100%;
            margin-top: 5px;
            color: #379ed6;
            font-size: 13px;
            font-weight: bold;
        }
    }
}