保誠-保戶業務員媒合平台
HelenHuang
2022-01-12 016706888b32a701563dde26ada90a9797bf7607
PAMapp/assets/scss/utilities/_heading.scss
@@ -39,6 +39,10 @@
  font-size: 14px;
}
.xxsTxt {
  font-size: 12px;
}
.text--bold {
  font-weight: bold !important;
}
@@ -55,12 +59,24 @@
  text-align: left;
}
.text--right {
  text-align: right;
}
.text--primary {
  color: $PRIMARY_RED;
}
.text--black{
  color: $PRIMARY_BLACK;
}
.text--orange {
  color: $ORANGE;
}
.text--black{
  color: $PRIMARY_BLACK;
}
.text--dark-blue {
@@ -96,4 +112,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;
}