保誠-保戶業務員媒合平台
Tomas
2022-01-10 b1d83028691edb487c4a0e4f7ded977dc916d783
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 {
@@ -79,6 +95,7 @@
  font-size: 20px;
}
.fix-chrome-click--issue{
  outline: none;
  -webkit-tap-highlight-color: transparent;
}
.hint{
@@ -91,4 +108,8 @@
  font-size: 18px;
  color: $ORANGE;
  cursor: pointer;
}
}
.text--underline {
  text-decoration: underline;
}