src/styles/divforms/divForms.scss
@@ -214,7 +214,7 @@
        height: 120px;
        text-align: center;
        & > div {
        &>div {
            line-height: 48px;
        }
    }
@@ -227,41 +227,49 @@
    height: 300px;
    overflow-x: hidden;
    overflow-y: scroll;
    .addIconsLayerin {
        margin: 5px 0;
        background-color: #29baf1;
        .el-icon--right {
            color: #fff !important;
        }
    }
}
.addIconsLayerBut {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 0;
    .el-button--primary {
        background-color: #29baf1 !important;
        border: 1px solid #29baf1 !important;
    }
}
.addIconFromInput {
    width: 90%;
    background-color: transparent !important;
    color: #fff !important;
    input {
        background-color: transparent !important;
        color: #fff !important;
        border: 1px solid transparent !important;
        border-bottom: 2px solid #fff !important;
        &::-webkit-input-placeholder {
            color: #0378d6;
        }
    }
    .addIconFromInputicon {
        color: #fff !important;
    }
    .el-input-group__prepend {
        padding-left: 5px;
        width: 60px !important;
@@ -276,8 +284,10 @@
.el-dropdown-menu.el-popper {
    background-color: #29baf1 !important;
    border: 1px solid #29baf1 !important;
    li {
        color: #fff !important;
        &:hover {
            color: #0378d6 !important;
            background-color: #fff !important;
@@ -297,4 +307,4 @@
.isOverImgs .el-upload--picture-card {
    display: none;
}
}