[fixes] [style] for web-form

This commit is contained in:
Rushabh Mehta
2016-09-13 14:37:09 +05:30
parent fcbb7692fa
commit b6bca567ce
4 changed files with 10 additions and 21 deletions

View File

@@ -45,11 +45,6 @@
.product-text {
padding: 15px 0px;
}
.product-label {
padding-bottom: 4px;
text-transform: uppercase;
font-size: 12px;
}
.product-search {
margin-bottom: 15px;
}

View File

@@ -51,12 +51,6 @@
padding: 15px 0px;
}
.product-label {
padding-bottom: 4px;
text-transform: uppercase;
font-size: 12px;
}
.product-search {
margin-bottom: 15px;
}
@@ -165,7 +159,7 @@
.cart-container {
margin: 50px 0px;
.checkout {
margin-bottom:15px;
}
@@ -223,7 +217,7 @@
.cart-dropdown-container {
width: 400px;
padding: 15px;
.item-price {
display: block !important;
padding-bottom: 10px;
@@ -232,12 +226,12 @@
.cart-item-header {
border-bottom: 1px solid #d1d8dd;
}
.cart-items-dropdown {
max-height: 350px;
overflow: auto;
overflow: auto;
}
.cart-items-dropdown .cart-dropdown {
display:block;
margin-top:15px;