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": {
"custom.css": {
"type": "-",
"size": 9518,
"lmtime": 1741467338065,
"size": 9540,
"lmtime": 1741773306124,
"modified": false
},
"custom.css.map": {
"type": "-",
"size": 13105,
"lmtime": 1741467338065,
"size": 13128,
"lmtime": 1741773306124,
"modified": false
},
"custom.scss": {
"type": "-",
"size": 9865,
"lmtime": 1741467337856,
"size": 9887,
"lmtime": 1741773305929,
"modified": false
},
"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
#block-11 {
.bbp-login-form {
input[type='text'],
input[type='password'] {
background-color: #eee;
@@ -89,6 +90,7 @@ button.button {
#block-7 {
.bbp-login-form {
input[type='text'],
input[type='password'] {
background-color: #eee;
@@ -462,8 +464,8 @@ button.button {
font-weight: 600;
}
> div {
> p {
>div {
>p {
label {
font-size: 16px;
line-height: 1.5;