From 1d6d2d14200ed9432347ef8013e3fc117fa2161b Mon Sep 17 00:00:00 2001 From: Mila <Mila@pollex.com.tw> Date: 星期四, 20 一月 2022 14:57:27 +0800 Subject: [PATCH] Merge branch 'master' into Phase3 --- 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 9e4b562..250bfa7 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; @@ -49,6 +45,11 @@ .text--regular { font-weight: normal !important; + font-weight: lighter; +} + +.text--lighter { + font-weight: lighter; } .text--center { -- Gitblit v1.8.0