Merge pull request #2311 from rmehta/website-css-fix

[fix] css for shopping cart
This commit is contained in:
Nabin Hait 2016-11-14 17:18:22 +05:30 committed by GitHub
commit 4e45053d5d
2 changed files with 14 additions and 4 deletions

View file

@ -891,10 +891,14 @@ li .footer-child-item {
padding-right: 15px;
border-right: 1px solid #d1d8dd;
}
.shopping-cart .cart-icon .dropdown-toggle {
text-decoration: none !important;
}
.badge-wrapper {
min-height: 17px;
min-width: 17px;
display: inline-block;
margin-left: 7px;
margin-top: -3px;
padding: 2px 7px;
border: 1px solid #d1d8dd;
border-radius: 3px;
color: #7575ff;

View file

@ -617,15 +617,21 @@ li .footer-child-item {
padding-bottom:2000px; margin-bottom:-2000px;}
.shopping-cart {
.cart-icon {
.dropdown-toggle {
text-decoration: none !important;
}
}
margin-top:12px;
margin-bottom:8px;
padding-right:15px;
border-right: 1px solid @border-color;
}
.badge-wrapper {
min-height: 17px;
min-width: 17px;
display: inline-block;
margin-left: 7px;
margin-top: -3px;
padding: 2px 7px;
border: 1px solid @border-color;
border-radius: 3px;
color: #7575ff;