From 458f7fed791b6e7c64096d810c961cea441bd772 Mon Sep 17 00:00:00 2001 From: wayne <wayne8692wayne8692@gmail.com> Date: 星期二, 02 十一月 2021 17:44:31 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- PAMapp/assets/scss/utilities/_heading.scss | 22 +++++++++++++++++----- 1 files changed, 17 insertions(+), 5 deletions(-) diff --git a/PAMapp/assets/scss/utilities/_heading.scss b/PAMapp/assets/scss/utilities/_heading.scss index 557573e..3027dbb 100644 --- a/PAMapp/assets/scss/utilities/_heading.scss +++ b/PAMapp/assets/scss/utilities/_heading.scss @@ -39,14 +39,26 @@ font-weight: bold; } +.text--center { + text-align: center; +} + .text--primary { - color: $PRIMARY; + color: $PRIMARY_RED; } -.text--secondary { - color: $SECONDARY; +.text--orange { + color: $ORANGE; } -.text--info { - color: $INFO; +.text--dark-blue { + color: $DARK_BLUE; +} + +.text--prudential_grey { + color: $PRUDENTIAL_GREY; +} + +.text--mid_grey { + color: $MID_GREY; } -- Gitblit v1.9.3