enhance add to basket

This commit is contained in:
Ludovic CANDELLIER
2022-04-01 00:11:15 +02:00
parent eff2cb21c7
commit 6e133246cf
17 changed files with 359 additions and 53 deletions

View File

@@ -23,6 +23,13 @@ body {
color: #335012;
}
a.green-dark:hover {
color: #335012;
font-weight: 900;
text-decoration: none;
text-shadow: 4px black;
}
.green-light {
color: #F1F7EE;
}
@@ -43,6 +50,16 @@ body {
color: #F5F5F5;
}
.megamenu {
position: static
}
.megamenu .dropdown-menu {
background: none;
border: none;
width: 100%
}
@font-face {
font-family: 'noto_sanscondensed';
src: url('/fonts/notosans-condensed/notosans-condensed-webfont.eot');