保誠-保戶業務員媒合平台
Mila
2021-11-01 d4a535ae7dd07f70cf2f59fbc8256a3fa1df8c93
PAMapp/assets/scss/_common.scss
@@ -4,6 +4,7 @@
    margin: 0;
    color: $PRIMARY_BLACK;
    font-family: Segoe UI;
    overflow-x: hidden;
}
h5 {
@@ -39,31 +40,4 @@
    &:disabled {
        background-color: $LIGHT_GREY;
    }
}
// el-carousel
.el-carousel__indicators--outside {
    .el-carousel__indicator--horizontal {
        .el-carousel__button {
            width: 9px;
            height: 9px;
            border-radius: 50px;
            border: solid 1px $LIGHT_GREY;
            background-color: $PRIMARY_WHITE;
        }
        &.is-active {
            .el-carousel__button {
                background-color: $PRIMARY_RED;
            }
        }
    }
    .el-carousel__indicator--horizontal:nth-child(2) {
        .el-carousel__button {
            margin: 0 20px;
        }
    }
}
}