Update flex properties in custom.scss and sync cache for modified files
This commit is contained in:
20
.vscode/ftp-kr.sync.cache.json
vendored
20
.vscode/ftp-kr.sync.cache.json
vendored
@@ -36,9 +36,9 @@
|
|||||||
"cgi-bin": {},
|
"cgi-bin": {},
|
||||||
"cron-products.php": {
|
"cron-products.php": {
|
||||||
"type": "-",
|
"type": "-",
|
||||||
"size": 1277,
|
"size": 1320,
|
||||||
"lmtime": 0,
|
"lmtime": 0,
|
||||||
"modified": false
|
"modified": true
|
||||||
},
|
},
|
||||||
".DS_Store": {
|
".DS_Store": {
|
||||||
"type": "-",
|
"type": "-",
|
||||||
@@ -152,9 +152,9 @@
|
|||||||
},
|
},
|
||||||
"wp-config.php": {
|
"wp-config.php": {
|
||||||
"type": "-",
|
"type": "-",
|
||||||
"size": 3724,
|
"size": 3677,
|
||||||
"lmtime": 0,
|
"lmtime": 0,
|
||||||
"modified": false
|
"modified": true
|
||||||
},
|
},
|
||||||
"wp-config-sample.php": {
|
"wp-config-sample.php": {
|
||||||
"type": "-",
|
"type": "-",
|
||||||
@@ -195,20 +195,20 @@
|
|||||||
"css": {
|
"css": {
|
||||||
"custom.css": {
|
"custom.css": {
|
||||||
"type": "-",
|
"type": "-",
|
||||||
"size": 6794,
|
"size": 9454,
|
||||||
"lmtime": 1731417918502,
|
"lmtime": 1741250182596,
|
||||||
"modified": false
|
"modified": false
|
||||||
},
|
},
|
||||||
"custom.css.map": {
|
"custom.css.map": {
|
||||||
"type": "-",
|
"type": "-",
|
||||||
"size": 10515,
|
"size": 13024,
|
||||||
"lmtime": 1731417918502,
|
"lmtime": 1741250182596,
|
||||||
"modified": false
|
"modified": false
|
||||||
},
|
},
|
||||||
"custom.scss": {
|
"custom.scss": {
|
||||||
"type": "-",
|
"type": "-",
|
||||||
"size": 7588,
|
"size": 9821,
|
||||||
"lmtime": 1731417918009,
|
"lmtime": 1741250182366,
|
||||||
"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
@@ -558,11 +558,15 @@ body.tax-product_cat {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.wpfMainWrapper {
|
.wpfMainWrapper {
|
||||||
|
flex-wrap: nowrap;
|
||||||
|
|
||||||
>div:first-child {
|
>div:first-child {
|
||||||
padding-left: 0 !important;
|
padding-left: 0 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (min-width:768px) {
|
@media (min-width:768px) {
|
||||||
|
flex-wrap: wrap;
|
||||||
|
|
||||||
.wpfFilterButtons {
|
.wpfFilterButtons {
|
||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user