@import './fonts';

.ux-tree {
    &-component {
        max-height: 300px;
        overflow: auto;
    }
    &-list {
        &-item {
            position: relative;
            list-style: none;
            height: 30px;
            line-height: 30px;
            font-size:12px;
            color:#020f19;
            overflow: hidden;
            text-overflow:ellipsis;
            white-space: nowrap;
            padding-right: 15px;
            &:hover {
                cursor: pointer;
            }
            &.active, &:hover {
                background:#f5f8fa;
            }
            &-icon {
                vertical-align: middle;
                display: inline-block;
                &.icon-spread {
                    display: inline-block;
                    width: 16px;
                    margin-right: 10px;
                    font-size: 16px;
                    font-size: 16px;
                    color: #bcc9d1;
                }
                &.icon-checkbox {
                    margin-right: 15px;
                    font-size: 18px;
                    color: #96d1fa;
                    &:hover, &.active {
                        color: #1587d9;
                    }
                }
                &.icon-select {
                    position: absolute;
                    top: 0px;
                    right: 21px;
                    font-size: 12px;
                    color: #1587d9;
                    display: none;
                    &.active {
                        display: inline-block;
                    }
                }
            }
            &-extend-text, &.disabled {
                color:#8f9ca6;
            }
            &-extend-text {
                margin-left: 5px;
            }
            
        }
    }
}
