From 751cf7d3a2aeec07ca4aa9902948073c4aabfecc Mon Sep 17 00:00:00 2001 From: Syphax Date: Wed, 20 Nov 2024 15:46:12 +0100 Subject: [PATCH] fix the correct primary color for ecoportal --- .../stylesheets/theme-variables.scss.erb | 4 +-- .../stylesheets/themes/ecoportal/main.scss | 28 +++++++++---------- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/app/assets/stylesheets/theme-variables.scss.erb b/app/assets/stylesheets/theme-variables.scss.erb index 7dfe15fa0b..893456e343 100644 --- a/app/assets/stylesheets/theme-variables.scss.erb +++ b/app/assets/stylesheets/theme-variables.scss.erb @@ -32,8 +32,8 @@ } <% when "ecoportal" %> :root{ - --primary-color: #0F4E8A; - --hover-color: #0f4e8a; + --primary-color: #0f4e8b; + --hover-color: #0f4e8b; --secondary-color: #ffc107; --light-color: #F1F6FA; } diff --git a/app/assets/stylesheets/themes/ecoportal/main.scss b/app/assets/stylesheets/themes/ecoportal/main.scss index 4998bf46f6..c9d035c010 100644 --- a/app/assets/stylesheets/themes/ecoportal/main.scss +++ b/app/assets/stylesheets/themes/ecoportal/main.scss @@ -1,6 +1,6 @@ -$color-primary: #0f4e8a; +$color-primary: #0f4e8b; $color-secondary: #E4F1FB; -$color-links: #0f4e8a; +$color-links: #0f4e8b; $color-warning: #ffc107; @import "../lirmm/main"; @@ -282,13 +282,13 @@ tr.mainresource td { } .eco-bg-blue { - background: #0f4e8a !important; + background: #0f4e8b !important; } /**** FONT *****/ .eco-blue-font { - color: #0f4e8a; + color: #0f4e8b; } .eco-gray-font { @@ -304,7 +304,7 @@ tr.mainresource td { } h3.separator-title { - color: #0f4e8a; + color: #0f4e8b; font-weight: normal; line-height: 28px; font-size: 28px; @@ -330,7 +330,7 @@ h3.separator-title { /***** BUTTON *****/ .eco-button { - background: #0f4e8a !important; + background: #0f4e8b !important; color: #f2f2f2 !important; } @@ -349,7 +349,7 @@ h3.separator-title { padding: .2em; height: 12px; font-size: 11px; - color: #0f4e8a; + color: #0f4e8b; } .eco-badge_count { @@ -357,7 +357,7 @@ h3.separator-title { padding-top: 7px; font-size: 1.1em; font-weight: bold; - color: #0f4e8a; + color: #0f4e8b; } /***** GENERAL ELEMENT ****/ @@ -367,7 +367,7 @@ html { } .eco-navbar-inverse { - background: #0f4e8a; + background: #0f4e8b; } @@ -436,7 +436,7 @@ html { border-radius: 3px; /* background-color: #ECECEC; */ font-size: 12px; - color: #0f4e8a; + color: #0f4e8b; } @@ -460,7 +460,7 @@ html { #eco_ont_sum_link { //padding-top: 1em; padding-left: 14px; - color: #0f4e8a; + color: #0f4e8b; } #eco_ont_sum_link:hover { @@ -489,7 +489,7 @@ html { .card-container .col1 { - background-color: #0f4e8a; + background-color: #0f4e8b; color: white; } @@ -562,7 +562,7 @@ html { } .team-card-container h4 { - color: #0f4e8a; + color: #0f4e8b; } .team-card-image { @@ -584,4 +584,4 @@ html { .account-page-select-ontology-set-button, .account-page-subscribe-button , .card-message-button, .feedback-button, .lost-password-button, .home-get-recommendations, .home-get-annotations{ border-radius: 0 !important; -} \ No newline at end of file +}