保誠-保戶業務員媒合平台
Tomas
2022-01-12 03ea05b93dcb5adc546d9d37204df5142e2058dd
PAMapp/assets/scss/utilities/_heading.scss
@@ -22,6 +22,10 @@
  font-weight: bold;
}
.lighter {
  font-weight: lighter;
}
.smTxt_bold {
  font-size: 16px;
  font-weight: bold;
@@ -33,6 +37,10 @@
.xsTxt {
  font-size: 14px;
}
.xxsTxt {
  font-size: 12px;
}
.text--bold {
@@ -51,12 +59,20 @@
  text-align: left;
}
.text--right {
  text-align: right;
}
.text--primary {
  color: $PRIMARY_RED;
}
.text--orange {
  color: $ORANGE;
}
.text--black{
  color: $PRIMARY_BLACK;
}
.text--dark-blue {
@@ -92,4 +108,17 @@
  font-size: 18px;
  color: $ORANGE;
  cursor: pointer;
}
}
.text--underline {
  text-decoration: underline;
}
.pam-link-button {
  @extend .fix-chrome-click--issue;
  @extend .smTxt;
  @extend .text--bold;
  @extend .text--primary;
  @extend .cursor--pointer;
  @extend .text--underline;
}