From 2c621a6a62570df61c38d0a50c5fc788b502af64 Mon Sep 17 00:00:00 2001
From: Mila <Mila@pollex.com.tw>
Date: 星期二, 11 一月 2022 10:54:58 +0800
Subject: [PATCH] update: TODO#133608 保戶-調整滿意度評分畫面與wording

---
 PAMapp/assets/scss/utilities/_heading.scss |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/PAMapp/assets/scss/utilities/_heading.scss b/PAMapp/assets/scss/utilities/_heading.scss
index 80f3b16..bad59fd 100644
--- a/PAMapp/assets/scss/utilities/_heading.scss
+++ b/PAMapp/assets/scss/utilities/_heading.scss
@@ -22,10 +22,6 @@
   font-weight: bold;
 }
 
-.lighter {
-  font-weight: lighter;
-}
-
 .smTxt_bold {
   font-size: 16px;
   font-weight: bold;
@@ -45,6 +41,11 @@
 
 .text--regular {
   font-weight: normal !important;
+  font-weight: lighter;
+}
+
+.text--lighter {
+  font-weight: lighter;
 }
 
 .text--center {

--
Gitblit v1.8.0