Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
ralconada-gmv committed Dec 12, 2024
2 parents a0e6006 + 335c8ec commit 666a8a4
Show file tree
Hide file tree
Showing 8 changed files with 45 additions and 17 deletions.
28 changes: 16 additions & 12 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "inesdata-public-portal-frontend",
"version": "0.8.2",
"version": "0.8.3",
"project": "upm-inesdata",
"scripts": {
"ng": "ng",
Expand Down
2 changes: 1 addition & 1 deletion src/app/shared/components/footer/footer.component.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* Custom FOOTER component styles */

.footer {
background-color: #404040;
background-color: #ef7011;
padding: 50px 40px;
width: 100%;
bottom: 0;
Expand Down
2 changes: 1 addition & 1 deletion src/app/shared/components/header/header.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<ng-template pTemplate="start">
<h1 role="banner" class="header__logo">
<a class="header__logo__link" routerLink="home">
<img src="../../../../assets/images/logo.svg" alt="Logo">
<img src="../../../../assets/images/logo.png" alt="Logo">
</a>
</h1>
</ng-template>
Expand Down
25 changes: 24 additions & 1 deletion src/app/shared/components/header/header.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
font-family: fantasy;
font-style: oblique;
font-weight: lighter;
margin-left: 0.5em;
margin-left: 60px;
color: #404040;
}

Expand All @@ -58,3 +58,26 @@
}
}

.header__logo {
display: flex;
justify-content: center;
align-items: center;
width: 100%;
margin: 0 auto;
}

.header__logo__link img {
width: 300px;
height: auto;
display: block;
margin: 0 auto;
}

header {
background-color: #ef7011;
margin-left: -60px;
margin-right: -60px;
margin-bottom: 30px;
}


Binary file added src/assets/images/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/favicon.ico
Binary file not shown.
3 changes: 2 additions & 1 deletion src/styles/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,15 @@ button {
font-family: "Baloo 2", Helvetica, Arial, sans-serif;
justify-content: space-between;
background-color: unset;
padding: 15px;
}

.p-menubar .p-menubar-end {
margin-left: unset;
}

.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
color: #4367bc;
color: #fff;
}

.p-menubar .p-menubar-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
Expand Down

0 comments on commit 666a8a4

Please sign in to comment.