Merge branch 'ticket-14836-refonteProductMobile' into develop
This commit is contained in:
commit
62d914f7b7
@ -5124,20 +5124,21 @@ body#product #best-sellers_block_product{
|
|||||||
*/
|
*/
|
||||||
#product_list li div.productQuantityAlert{
|
#product_list li div.productQuantityAlert{
|
||||||
text-align: center;
|
text-align: center;
|
||||||
width: 250px;
|
/*width: 250px;*/
|
||||||
margin: 0 !important;
|
margin: 0 !important;
|
||||||
padding: 5px 0 !important;
|
padding: 5px 0 !important;
|
||||||
/* background-color: #f49cc3;
|
/* background-color: #f49cc3;
|
||||||
box-shadow: 0px 5px 8px -3px #b5b1b1; */
|
box-shadow: 0px 5px 8px -3px #b5b1b1; */
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
position: absolute;
|
/*position: absolute;*/
|
||||||
bottom: 0px;
|
bottom: 0px;
|
||||||
left: 0;
|
left: 0;
|
||||||
}
|
}
|
||||||
.productQuantityAlert p{
|
.productQuantityAlert p{
|
||||||
color: #e36ea2;
|
color: #F45BB7;
|
||||||
|
font-family: 'Montserrat-Regular';
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
font-weight: 600;
|
font-weight: 400;
|
||||||
}
|
}
|
||||||
|
|
||||||
/** Payment info module */
|
/** Payment info module */
|
||||||
@ -5228,6 +5229,22 @@ body#product #best-sellers_block_product{
|
|||||||
body#product div.sale_img img{
|
body#product div.sale_img img{
|
||||||
background: none;
|
background: none;
|
||||||
}
|
}
|
||||||
|
body#product .product_title span {
|
||||||
|
font-family: 'Montserrat-Regular';
|
||||||
|
color: #333;
|
||||||
|
font-style: normal;
|
||||||
|
font-size: 14px;
|
||||||
|
}
|
||||||
|
body#product #primary_block div.show_price .price{
|
||||||
|
font-size: 20px;
|
||||||
|
font-family: 'Montserrat-Regular';
|
||||||
|
font-style: normal;
|
||||||
|
color: #7dc668;
|
||||||
|
}
|
||||||
|
body#product #primary_block div.show_price #reduction_percent{
|
||||||
|
color: #F45BB7;
|
||||||
|
font-size: 16px;
|
||||||
|
}
|
||||||
#product .product_info {
|
#product .product_info {
|
||||||
/* border-bottom: 1px solid #cac7be; */
|
/* border-bottom: 1px solid #cac7be; */
|
||||||
padding: 0px 0px 15px;
|
padding: 0px 0px 15px;
|
||||||
@ -5252,7 +5269,7 @@ body#product div.sale_img img{
|
|||||||
#product .product_info .info_3 .picto{ background-position: 0 -82px}
|
#product .product_info .info_3 .picto{ background-position: 0 -82px}
|
||||||
|
|
||||||
#product .product_info .info .pink{
|
#product .product_info .info .pink{
|
||||||
color: #e36ea2;
|
color: #F45BB7;
|
||||||
}
|
}
|
||||||
h3.gift_title {
|
h3.gift_title {
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
@ -5290,7 +5307,7 @@ body#order-detail table#order-product tbody tr.item tr{
|
|||||||
border-bottom: 0px;
|
border-bottom: 0px;
|
||||||
}
|
}
|
||||||
body#order-detail table#order-product tbody tr.item tr.title span.price{
|
body#order-detail table#order-product tbody tr.item tr.title span.price{
|
||||||
color:#e26ea2;
|
color:#F45BB7;
|
||||||
font-family: Georgia;
|
font-family: Georgia;
|
||||||
}
|
}
|
||||||
body#order-detail table#order-product tbody tr.item tr.title span.quantity{
|
body#order-detail table#order-product tbody tr.item tr.title span.quantity{
|
||||||
|
Loading…
Reference in New Issue
Block a user