Labeling.less 1.02 KB
.Labeling {
    background: white;
}

.el-main {
    margin: 0;
    padding: 0;
}

.el-header {
    padding: 0;
}


.isFolderSelected {
    background: aquamarine;
}

.isSelected {
    border: 2px solid #4487f7 !important;
}

.isSelected:after {
    bottom: 0px;
    right: 0px;
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-bottom: 42px solid #4487f7;
    border-left: 42px solid transparent;
}

.isSelected:before {
    content: '';
    position: absolute;
    width: 14px;
    height: 8px;
    background: transparent;
    bottom: 12px;
    right: 5px;
    border: 2px solid white;
    border-top: none;
    border-right: none;
    -webkit-transform: rotate(-55deg);
    -ms-transform: rotate(-55deg);
    transform: rotate(-55deg);
    z-index: 9;
}

.single-image-parent {
    position: relative;
    border: 2px solid white;
    text-align: center;
}

.single-image {
    height: 300px;
    width: 100%;
    cursor: pointer;
}

.right-image-folder-list {
    //border-radius: 10px;
    margin: 10px 0;
}