mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-27 00:44:45 +00:00
[fixes] [style] for web-form
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user