corrections graphiques

This commit is contained in:
Valentin
2024-11-27 19:34:18 +01:00
parent c052f89d27
commit 5b13541fdc
20 changed files with 962 additions and 249 deletions

View File

@@ -250,7 +250,7 @@
}
}
#block-erabletheme-navigationprincipale {
background: linear-gradient(to bottom, white, transparent);
background: linear-gradient(to bottom, white, rgba(255, 255, 255, 0.8) 50%, transparent);
width: 100%;
display: none;
position: absolute;
@@ -266,7 +266,7 @@
li {
font-family: 'Marianne', sans-serif;
font-size: $m_font_size;
padding: 4px 12px;
padding: 9px 16px;
background-color: white;
transition: background-color 0.3s ease;
&:first-of-type {