保誠-保戶業務員媒合平台
Mila
2021-11-03 ebe919df430a00af830ff36dd95d70490558b1cb
PAMapp/assets/scss/_common.scss
@@ -2,42 +2,14 @@
// reset
html,body {
    margin: 0;
    color: $black;
    color: $PRIMARY_BLACK;
    font-family: Segoe UI;
    overflow-x: hidden;
    scroll-behavior: smooth;
}
h5 {
    margin: 0;
}
// 文字規範
.title {
    font-size: 30px;
    font-weight: bold;
}
.subTitle {
    font-size: 24px;
    font-weight: bold;
}
.mdTxt {
    font-size: 20px;
    font-weight: bold;
}
.p {
    font-size: 18px;
}
.smTxt_bold {
    font-size: 16px;
    font-weight: bold;
}
.smTxt {
    font-size: 16px;
}
// btn
@@ -54,46 +26,19 @@
.outline_btn {
    padding: 10px 20px;
    border-radius: 30px;
    color: $primaryRed;
    color: $PRIMARY_RED;
    border: solid 2px;
    &:hover {
        color: $primaryRed;
        background-color: $white;
        color: $PRIMARY_RED;
        background-color: $PRIMARY_WHITE;
    }
    &:focus {
        background-color: $coral;
        background-color: $CORAL;
    }
    &:disabled {
        background-color: $lightGrey;
    }
}
// el-carousel
.el-carousel__indicators--outside {
    .el-carousel__indicator--horizontal {
        .el-carousel__button {
            width: 9px;
            height: 9px;
            border-radius: 50px;
            border: solid 1px $lightGrey;
            background-color: $white;
        }
        &.is-active {
            .el-carousel__button {
                background-color: $primaryRed;
            }
        }
    }
    .el-carousel__indicator--horizontal:nth-child(2) {
        .el-carousel__button {
            margin: 0 20px;
        }
        background-color: $LIGHT_GREY;
    }
}