enhance add to basket
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user