Save
This commit is contained in:
@@ -302,11 +302,16 @@ body#product #content ul.product-flags li.product-flag.out_of_stock {
|
||||
}
|
||||
body#product .product-info-box {
|
||||
margin: 0;
|
||||
background: #fff;
|
||||
padding-top: 50px;
|
||||
padding-bottom: 50px;
|
||||
border-radius: 10px;
|
||||
}
|
||||
body#product .product-info-box #content {
|
||||
max-width: unset;
|
||||
}
|
||||
body#product .product-info-box #content ul.product-flags {
|
||||
margin: 0;
|
||||
}
|
||||
body#product .product-info-box h1 {
|
||||
color: #111516;
|
||||
font-size: 24px;
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -420,11 +420,19 @@ body#product {
|
||||
|
||||
.product-info-box {
|
||||
margin: 0;
|
||||
background: $cWhite;
|
||||
// background: $cWhite;
|
||||
padding-top: 50px;
|
||||
padding-bottom: 50px;
|
||||
border-radius: 10px;
|
||||
|
||||
#content {
|
||||
max-width: unset;
|
||||
|
||||
ul.product-flags {
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
|
||||
h1 {
|
||||
color: $cBlack;
|
||||
font-size: 24px;
|
||||
|
||||
Reference in New Issue
Block a user