Filters collapsed, customer auth and register, fix on basket recalculation
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user