_product.scss 901 Bytes
.mainwrapper .toggle-table tr {
    cursor: pointer;
}

.mainwrapper .toggle-table tr.level1 td:nth-of-type(1) {
    text-indent: 2px;
}

.mainwrapper .toggle-table tr.level2 td:nth-of-type(1) {
    text-indent: 15px;
}

.mainwrapper .toggle-table tr.level3 td:nth-of-type(1) {
    text-indent: 30px;
}

.pattrscroll {

    background: #F7F7F7;

    ul {
        padding-left: 0;
    }

    li {
        cursor: pointer;
    }
}

.mainwrapper .list-group-item.level1 {
    text-indent: 2px;
}
.mainwrapper .list-group-item.level2 {
    text-indent: 15px;
}
.mainwrapper .list-group-item.level3 {
    text-indent: 30px;
}

.attr-item-active {
    background: #428bca;
    color: #fff;
}
.pannel-scroll {
    height: 500px;
    overflow-y: scroll;
    overflow-x: hidden;
}
.attr-select {
    display: block;
    height: 40px;
    line-height: 40px;
    border: 1px solid #ccc;
    border-radius: 3px;
}