From e472855690756103ee9021b0940ec5601561e4ac Mon Sep 17 00:00:00 2001 From: Anton Date: Mon, 11 Jul 2022 12:00:13 +0200 Subject: [PATCH] Update accent colors [SCI-6944] --- app/assets/stylesheets/repository/bmt_filters.scss | 2 +- .../stylesheets/shared_styles/constants/colors.scss | 2 +- app/assets/stylesheets/themes/main_navigation.scss | 4 +--- app/assets/stylesheets/themes/menu_bar.scss | 10 ---------- app/assets/stylesheets/themes/scinote.scss | 4 ++-- 5 files changed, 5 insertions(+), 17 deletions(-) diff --git a/app/assets/stylesheets/repository/bmt_filters.scss b/app/assets/stylesheets/repository/bmt_filters.scss index 2942b04d1..a012436fa 100644 --- a/app/assets/stylesheets/repository/bmt_filters.scss +++ b/app/assets/stylesheets/repository/bmt_filters.scss @@ -5,7 +5,7 @@ position: relative; &::after { - background: $brand-accent; + background: $brand-danger; border-radius: 50%; content: ""; display: block; diff --git a/app/assets/stylesheets/shared_styles/constants/colors.scss b/app/assets/stylesheets/shared_styles/constants/colors.scss index 0ee579ab7..cd77ee7d4 100644 --- a/app/assets/stylesheets/shared_styles/constants/colors.scss +++ b/app/assets/stylesheets/shared_styles/constants/colors.scss @@ -17,7 +17,7 @@ $brand-primary-light: #7094cb; $brand-academy: #a52068; $brand-academy-dark: #8c1b58; -$brand-accent: #a52068; +$brand-accent: #ffcf26; $brand-focus: #609fff; $brand-focus-light: #dfecff; diff --git a/app/assets/stylesheets/themes/main_navigation.scss b/app/assets/stylesheets/themes/main_navigation.scss index 2dfc8ac52..d81d0735c 100644 --- a/app/assets/stylesheets/themes/main_navigation.scss +++ b/app/assets/stylesheets/themes/main_navigation.scss @@ -21,7 +21,6 @@ #count-notifications { background-color: $brand-accent; border-radius: 8px; - color: $color-concrete; display: none; font-size: 11px; font-weight: bold; @@ -424,9 +423,8 @@ } #count-system-notifications { - background-color: $brand-primary; + background-color: $brand-accent; border-radius: 5px; - color: $color-concrete; display: none; font-size: 11px; font-weight: bold; diff --git a/app/assets/stylesheets/themes/menu_bar.scss b/app/assets/stylesheets/themes/menu_bar.scss index a41a6de2a..5fb5c9b1a 100644 --- a/app/assets/stylesheets/themes/menu_bar.scss +++ b/app/assets/stylesheets/themes/menu_bar.scss @@ -63,10 +63,6 @@ padding-bottom: 16px; position: fixed; width: inherit; - - .academy-color { - color: $brand-academy-dark; - } } .dropup { @@ -100,12 +96,6 @@ position: absolute } } - - - #support-link, - #knowledge-center-link { - color: $brand-primary; - } } @media(max-height:510px) { diff --git a/app/assets/stylesheets/themes/scinote.scss b/app/assets/stylesheets/themes/scinote.scss index 2f723d155..d62f040c9 100644 --- a/app/assets/stylesheets/themes/scinote.scss +++ b/app/assets/stylesheets/themes/scinote.scss @@ -714,9 +714,9 @@ ul.double-line > li { } .badge-indicator { - background: $brand-primary; + background: $brand-accent; border-radius: $border-radius-tag; - color: $color-white; + color: $color-black; font-size: 10px; margin-left: -8px; }