PAMapp/assets/scss/_common.scss
@@ -41,4 +41,24 @@ &:disabled { background-color: $LIGHT_GREY; } } .pam-cus-tabs { display: flex; width: 100%; height: 45px; .cus-tab-item { width: 50%; text-align: center; font-size: 24px; border-bottom: solid 3px $LIGHT_GREY; cursor: pointer; } .is-active { font-weight: bold; border-bottom: solid 3px $PRIMARY_BLACK; } }