change icons, css, add routing to merchandise, add mail templater, fixes

This commit is contained in:
Ludovic CANDELLIER
2023-02-12 23:34:48 +01:00
parent 8313e25f2e
commit f2f4788ce1
71 changed files with 1486 additions and 154 deletions

View File

@@ -87,10 +87,6 @@ label {
background-color: #335012;
}
a.nav-link {
color: #FFF;
}
.bg-green-ultra-dark {
background: linear-gradient(to left top, #102723, #112723, #122724, #122724, #132724);
color: #a5b94f;
@@ -213,8 +209,18 @@ div.megamenu ul.megamenu li.megamenu.level1
cursor: pointer;
}
.dropdown.megamenu a:hover, .dropdown.megamenu a:active, .dropdown.megamenu div.w-100:hover {
background-color: #F2B90F;
#navbarContent > ul > li:hover
{
border-bottom: 4px solid #FFF!important;
}
.dropdown-menu a > div.w-100:hover
{
background-color: #F2B90F;
}
a.nav-link {
color: #FFF;
}
.slick-prev:before, .slick-next:before {