Filters collapsed, customer auth and register, fix on basket recalculation

This commit is contained in:
Ludovic CANDELLIER
2022-04-20 00:16:16 +02:00
parent 483aa59750
commit 6837954fc9
31 changed files with 218 additions and 251 deletions

View File

@@ -30,6 +30,19 @@ a.green-dark:hover {
text-shadow: 4px black;
}
.btn-green-dark {
color: #fff;
background-color: #335012;
border-color: #28a745;
}
.btn-green-dark a:hover {
color: #fff;
font-weight: 900;
text-decoration: none;
text-shadow: 4px black;
}
.green-light {
color: #F1F7EE;
}
@@ -60,6 +73,10 @@ a.green-dark:hover {
width: 100%
}
.slick-prev:before, .slick-next:before {
color: #335012!important;
}
@font-face {
font-family: 'noto_sanscondensed';
src: url('/fonts/notosans-condensed/notosans-condensed-webfont.eot');