Skip to content

Commit

Permalink
Merge pull request #2263 from ORCID/fix/9254-qa-footer-links-not-cent…
Browse files Browse the repository at this point in the history
…ered-in-certain-viewport-sizes

style: Update color in footer links texts and override margin from onetrust cookie button
  • Loading branch information
leomendoza123 authored May 22, 2024
2 parents 43ee948 + 03fda50 commit fde84d5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
7 changes: 4 additions & 3 deletions src/app/layout/footer/footer.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -107,19 +107,20 @@ a:focus {
.links {
a {
cursor: pointer;
padding: 8px 16px !important;
padding: 0 !important;
margin: 8px 16px !important;
}
}

.links.mobile {
a {
padding: 7px 10px !important;
margin: 7px 10px !important;
}
}

.links.tablet {
a {
padding: 7px 15px !important;
margin: 7px 15px !important;
}
}

Expand Down
1 change: 0 additions & 1 deletion src/app/layout/footer/footer.component.scss-theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
footer {
background-color: map-get($background, light-grey);
a {
color: mat.get-color-from-palette($primary, 500) !important;
font-weight: normal !important;
}
.social {
Expand Down

0 comments on commit fde84d5

Please sign in to comment.