This commit is contained in:
Roman Pyrih
2024-12-09 15:33:46 +01:00
parent bdea8d379b
commit 8e2ca51556
3 changed files with 16 additions and 3 deletions

View File

@@ -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

View File

@@ -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;