Merge branch 'fix/frontend-logo-background' into develop

This commit is contained in:
2026-05-05 13:58:01 +02:00

View File

@@ -23,7 +23,7 @@ import { MatButtonModule } from '@angular/material/button';
<header class="site-header"> <header class="site-header">
<div class="header-inner"> <div class="header-inner">
<a class="brand" routerLink="/" aria-label="AzioneLab"> <a class="brand" routerLink="/" aria-label="AzioneLab">
<img class="brand-logo" src="assets/azione-lab.jpg" alt="AzioneLab" /> <img class="brand-logo" src="assets/azionelab-logo.png" alt="AzioneLab" />
</a> </a>
<nav class="main-nav" aria-label="Primary navigation"> <nav class="main-nav" aria-label="Primary navigation">
@@ -89,8 +89,7 @@ import { MatButtonModule } from '@angular/material/button';
position: sticky; position: sticky;
top: 0; top: 0;
z-index: 20; z-index: 20;
backdrop-filter: blur(16px); background: #faf5ee;
background: rgba(250, 245, 238, 0.9);
border-bottom: 1px solid var(--azionelab-border); border-bottom: 1px solid var(--azionelab-border);
} }
@@ -108,6 +107,13 @@ import { MatButtonModule } from '@angular/material/button';
align-items: center; align-items: center;
justify-content: flex-start; justify-content: flex-start;
flex: 0 0 auto; flex: 0 0 auto;
background: transparent;
box-shadow: none;
filter: none;
opacity: 1;
mix-blend-mode: normal;
backdrop-filter: none;
-webkit-backdrop-filter: none;
color: inherit; color: inherit;
text-decoration: none; text-decoration: none;
} }
@@ -117,7 +123,13 @@ import { MatButtonModule } from '@angular/material/button';
height: auto; height: auto;
max-height: 76px; max-height: 76px;
display: block; display: block;
box-shadow: 0 16px 32px rgba(111, 40, 33, 0.12); background: transparent;
box-shadow: none;
filter: none;
opacity: 1;
mix-blend-mode: normal;
mask: none;
-webkit-mask: none;
} }
.main-nav { .main-nav {