Skip to content

Commit

Permalink
Updated and overwrote colour vars to brand colours
Browse files Browse the repository at this point in the history
Minor fixes to footer navigation icon alignment
  • Loading branch information
ac-jorellanaf committed Nov 29, 2024
1 parent 398a7d1 commit 3211382
Show file tree
Hide file tree
Showing 6 changed files with 223 additions and 212 deletions.
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"window.title": "Data Portal - ${dirty}${activeEditorShort}${separator}${rootName}${separator}${profileName}${separator}${appName}",
"cSpell.words": ["devcontainer", "devkit", "metldata", "TOTP", "ghga"],
"cSpell.language": "en-GB",
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true,
"[html]": {
Expand Down
10 changes: 6 additions & 4 deletions src/app/portal/features/site-footer/site-footer.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,18 @@
<div class="pt-px-5 flex flex-wrap justify-around pb-5 no-underline">
<a routerLink="/" class="mx-12 content-center text-center"
><img src="assets/images/GHGA_logo.png" alt="GHGA Logo" class="max-h-24" /></a
><a href="https://ghga.de" class="mx-12 grow content-center text-center"
><a href="https://ghga.de" class="mx-12 mt-4 grow content-start text-center"
><span><mat-icon inline="true">globe</mat-icon></span
>GHGA Website</a
><a routerLink="/browse" class="mx-12 grow content-center text-center"
><a routerLink="/browse" class="mx-12 mt-4 grow content-start text-center"
><span><mat-icon inline="true">database</mat-icon></span
>Browse Data</a
><a href="https://docs.ghga.de/faq/" class="mx-12 grow content-center text-center"
><a
href="https://docs.ghga.de/faq/"
class="mx-12 mt-4 grow content-start text-center"
><span><mat-icon inline="true">help</mat-icon></span
>FAQ</a
><a href="https://docs.ghga.de/" class="mx-12 grow content-center text-center"
><a href="https://docs.ghga.de/" class="mx-12 mt-4 grow content-start text-center"
><span><mat-icon inline="true">docs</mat-icon></span
>GHGA User<br />Documentaton</a
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ a {
}

a#activePage {
background-color: var(--mat-sys-secondary);
background-color: var(--mat-sys-tertiary);
}

button {
Expand Down
204 changes: 0 additions & 204 deletions src/assets/scss/ghga_colors.scss

This file was deleted.

Loading

0 comments on commit 3211382

Please sign in to comment.