From 98161c912dbcc05179391b41792a0c41a22d4e92 Mon Sep 17 00:00:00 2001 From: 劉鈞霖 <benson@gmail.com> Date: 星期二, 16 十一月 2021 18:06:34 +0800 Subject: [PATCH] [ Update ] 修正 chrome 開發者模式按下 有藍色背景的問題,修正 navbar 根據螢幕寬度進行改變和 fix 住 --- PAMapp/assets/scss/utilities/_heading.scss | 33 ++++++++++++++++++++++++++++++++- 1 files changed, 32 insertions(+), 1 deletions(-) diff --git a/PAMapp/assets/scss/utilities/_heading.scss b/PAMapp/assets/scss/utilities/_heading.scss index 6ff61fe..4dca836 100644 --- a/PAMapp/assets/scss/utilities/_heading.scss +++ b/PAMapp/assets/scss/utilities/_heading.scss @@ -9,6 +9,10 @@ font-weight: bold; } +.fz-20{ + font-size: 20px; +} + .mdTxt { font-size: 20px; font-weight: bold; @@ -36,7 +40,15 @@ } .text--bold { - font-weight: bold; + font-weight: bold !important; +} + +.text--regular { + font-weight: normal !important; +} + +.text--center { + text-align: center; } .text--primary { @@ -50,3 +62,22 @@ .text--dark-blue { color: $DARK_BLUE; } + +.text--prudential_grey { + color: $PRUDENTIAL_GREY; +} + +.text--mid_grey { + color: $MID_GREY; +} + +.text--PRIMARY_WHITE { + color: $PRIMARY_WHITE; +} + +.text--middle { + font-size: 20px; +} +.fix-chrome-click--issue{ + -webkit-tap-highlight-color: transparent; +} \ No newline at end of file -- Gitblit v1.9.3