保誠-保戶業務員媒合平台
Mila
2021-11-01 d4a535ae7dd07f70cf2f59fbc8256a3fa1df8c93
PAMapp/assets/scss/_common.scss
@@ -2,65 +2,42 @@
// reset
html,body {
    margin: 0;
    color: #222222;
    color: $PRIMARY_BLACK;
    font-family: Segoe UI;
    overflow-x: hidden;
}
h5 {
    margin: 0;
}
// 文字規範
.title {
    font-size: 30px;
    font-weight: bold;
// btn
.btn {
    padding: 10px 20px;
    @include btn;
}
.subTitle {
    font-size: 24px;
    font-weight: bold;
.confirm_btn {
    padding: 10px 40px;
    @include btn;
}
.mdTxt {
    font-size: 20px;
    font-weight: bold;
}
.outline_btn {
    padding: 10px 20px;
    border-radius: 30px;
    color: $PRIMARY_RED;
    border: solid 2px;
.p {
    font-size: 18px;
}
.smTxt_bold {
    font-size: 16px;
    font-weight: bold;
}
.smTxt {
    font-size: 16px;
}
// el-carousel
.el-carousel__indicators--outside {
    .el-carousel__indicator--horizontal {
        .el-carousel__button {
            width: 9px;
            height: 9px;
            border-radius: 50px;
            border: solid 1px #D0D0CE;
            background-color: #FFFFFF;
        }
        &.is-active {
            .el-carousel__button {
                background-color: #ED1B2E;
            }
        }
    &:hover {
        color: $PRIMARY_RED;
        background-color: $PRIMARY_WHITE;
    }
    .el-carousel__indicator--horizontal:nth-child(2) {
        .el-carousel__button {
            margin: 0 20px;
        }
    &:focus {
        background-color: $CORAL;
    }
    &:disabled {
        background-color: $LIGHT_GREY;
    }
}