保誠-保戶業務員媒合平台
Mila
2022-01-11 2c621a6a62570df61c38d0a50c5fc788b502af64
PAMapp/assets/scss/utilities/_heading.scss
@@ -9,10 +9,6 @@
  font-weight: bold;
}
.fz-20{
  font-size: 20px;
}
.mdTxt {
  font-size: 20px;
  font-weight: bold;
@@ -45,6 +41,11 @@
.text--regular {
  font-weight: normal !important;
  font-weight: lighter;
}
.text--lighter {
  font-weight: lighter;
}
.text--center {
@@ -53,6 +54,10 @@
.text--left {
  text-align: left;
}
.text--right {
  text-align: right;
}
.text--primary {
@@ -83,6 +88,7 @@
  font-size: 20px;
}
.fix-chrome-click--issue{
  outline: none;
  -webkit-tap-highlight-color: transparent;
}
.hint{
@@ -95,4 +101,8 @@
  font-size: 18px;
  color: $ORANGE;
  cursor: pointer;
}
}
.text--underline {
  text-decoration: underline;
}