Skip to content

Commit

Permalink
elixir logo fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Gemma committed Jun 6, 2024
1 parent 2b580d3 commit 4e927ba
Showing 1 changed file with 7 additions and 19 deletions.
26 changes: 7 additions & 19 deletions frontend/src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,10 @@ html {
}

.version {
margin-right: 37px;
margin-right: 20px;
margin-top: -18px;
color: #3176b1 !important;
font-weight: 700 !important;
font-weight: 600 !important;
}

.logosVersionContainer {
Expand Down Expand Up @@ -853,13 +853,14 @@ p a {
}

.elixirLogo {
margin-bottom: -10px;
height: 55px;
margin-bottom: -13px;
height: 58px;
margin-right: 10px;
filter: grayscale(40%);
transition: 0.2s ease-in-out;
}


.elixirLogo:hover {
-webkit-filter: grayscale(0%);
filter: grayscale(0%);
Expand Down Expand Up @@ -1534,8 +1535,8 @@ h5 {
}

.laCaixaLogo {
height: 31px;
margin-top: 31px;
height: 33px;
margin-top: 33px;
margin-right: 30px;
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
Expand Down Expand Up @@ -1725,13 +1726,6 @@ h5 {
margin-left: -8px;
}

.elixirLogo {
height: 70px;
margin-top: 18px;
margin-bottom: 37px;
margin-right: 21px;
}

.searchButton {
height: 30px;
cursor: pointer;
Expand Down Expand Up @@ -2082,12 +2076,6 @@ h5 {
margin-left: -8px;
}

.elixirLogo {
height: 70px;
margin-top: 18px;
margin-bottom: 37px;
margin-right: 21px;
}

.searchButton {
height: 30px;
Expand Down

0 comments on commit 4e927ba

Please sign in to comment.