Refactor SCSS for product page layout and styling

- Removed unnecessary selector for product styles.
- Added new styles for the product page wrapper, including background color and padding.
- Enhanced blog article styling with background color and padding.
- Introduced border and padding for extra blogs section.
This commit is contained in:
2025-06-09 13:30:01 +02:00
parent 4a932cea27
commit e5e59e77e4
3 changed files with 22 additions and 3 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -4808,7 +4808,6 @@ body#checkout .modal-content li {
body {
overflow-x: hidden;
&#product,
&#module-leoblog-blog {
#wrapper {
background: #f8f9fa;
@@ -4828,6 +4827,26 @@ body {
}
}
}
&#product {
#wrapper {
background: #fff;
padding-top: 50px;
padding-bottom: 50px;
#blogpage {
article {
background: #fff;
padding: 50px;
}
.extra-blogs {
border: 1px solid #eee;
padding: 25px;
}
}
}
}
}
.leoproductsearch-content {