Enhance styling for Divi theme:

- Added custom styles for slides, including padding and image adjustments.
- Updated button styles for better consistency and hover effects.
- Improved layout for comment sections and login forms in the sidebar.
- Refined search form styles for better usability.
- Cleaned up SCSS structure for better readability and maintainability.
This commit is contained in:
2025-06-09 21:02:27 +02:00
parent 2d151bd3d9
commit afb49a90b9
6 changed files with 285 additions and 262 deletions

View File

@@ -195,20 +195,20 @@
"css": { "css": {
"custom.css": { "custom.css": {
"type": "-", "type": "-",
"size": 9518, "size": 9540,
"lmtime": 1741467338065, "lmtime": 1741773306124,
"modified": false "modified": false
}, },
"custom.css.map": { "custom.css.map": {
"type": "-", "type": "-",
"size": 13105, "size": 13128,
"lmtime": 1741467338065, "lmtime": 1741773306124,
"modified": false "modified": false
}, },
"custom.scss": { "custom.scss": {
"type": "-", "type": "-",
"size": 9865, "size": 9887,
"lmtime": 1741467337856, "lmtime": 1741773305929,
"modified": false "modified": false
}, },
"dynamic-assets": {}, "dynamic-assets": {},

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -572,3 +572,24 @@ body.tax-product_cat {
} }
} }
} }
.et_pb_slide {
padding: 0 !important;
}
.et_pb_slide_image {
width: 100% !important;
position: static !important;
margin: 0 !important;
img {
width: 100% !important;
height: auto !important;
max-height: 100% !important;
}
}
.et_pb_slide_description {
display: none !important;
}

File diff suppressed because one or more lines are too long

View File

@@ -41,6 +41,7 @@ button.button {
//* right sidebar //* right sidebar
#block-11 { #block-11 {
.bbp-login-form { .bbp-login-form {
input[type='text'], input[type='text'],
input[type='password'] { input[type='password'] {
background-color: #eee; background-color: #eee;
@@ -89,6 +90,7 @@ button.button {
#block-7 { #block-7 {
.bbp-login-form { .bbp-login-form {
input[type='text'], input[type='text'],
input[type='password'] { input[type='password'] {
background-color: #eee; background-color: #eee;