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:
12
.vscode/ftp-kr.sync.cache.json
vendored
12
.vscode/ftp-kr.sync.cache.json
vendored
@@ -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
@@ -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
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user