Skip to content

Commit

Permalink
fix the correct primary color for ecoportal
Browse files Browse the repository at this point in the history
  • Loading branch information
syphax-bouazzouni committed Nov 20, 2024
1 parent 19e072b commit 751cf7d
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions app/assets/stylesheets/theme-variables.scss.erb
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down
28 changes: 14 additions & 14 deletions app/assets/stylesheets/themes/ecoportal/main.scss
Original file line number Diff line number Diff line change
@@ -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";
Expand Down Expand Up @@ -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 {
Expand All @@ -304,7 +304,7 @@ tr.mainresource td {
}

h3.separator-title {
color: #0f4e8a;
color: #0f4e8b;
font-weight: normal;
line-height: 28px;
font-size: 28px;
Expand All @@ -330,7 +330,7 @@ h3.separator-title {

/***** BUTTON *****/
.eco-button {
background: #0f4e8a !important;
background: #0f4e8b !important;
color: #f2f2f2 !important;
}

Expand All @@ -349,15 +349,15 @@ h3.separator-title {
padding: .2em;
height: 12px;
font-size: 11px;
color: #0f4e8a;
color: #0f4e8b;
}

.eco-badge_count {
height: 22px;
padding-top: 7px;
font-size: 1.1em;
font-weight: bold;
color: #0f4e8a;
color: #0f4e8b;
}

/***** GENERAL ELEMENT ****/
Expand All @@ -367,7 +367,7 @@ html {
}

.eco-navbar-inverse {
background: #0f4e8a;
background: #0f4e8b;
}


Expand Down Expand Up @@ -436,7 +436,7 @@ html {
border-radius: 3px;
/* background-color: #ECECEC; */
font-size: 12px;
color: #0f4e8a;
color: #0f4e8b;
}


Expand All @@ -460,7 +460,7 @@ html {
#eco_ont_sum_link {
//padding-top: 1em;
padding-left: 14px;
color: #0f4e8a;
color: #0f4e8b;
}

#eco_ont_sum_link:hover {
Expand Down Expand Up @@ -489,7 +489,7 @@ html {


.card-container .col1 {
background-color: #0f4e8a;
background-color: #0f4e8b;
color: white;
}

Expand Down Expand Up @@ -562,7 +562,7 @@ html {
}

.team-card-container h4 {
color: #0f4e8a;
color: #0f4e8b;
}

.team-card-image {
Expand All @@ -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;
}
}

0 comments on commit 751cf7d

Please sign in to comment.