This commit is contained in:
2026-06-27 21:10:22 +00:00
parent 4fbd7a515e
commit 0f596a3088
394 changed files with 64332 additions and 1732 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,37 @@
.woosw-list table.woosw-items tr td {
padding: 20px;
}
.woosw-list table.woosw-items .woosw-item .woosw-item--name a {
font-size: 20px;
color: var(--title-color);
}
.woosw-list table.woosw-items .woosw-item .woosw-item--name a {
font-size: 20px;
}
.woosw-list table.woosw-items tr .woosw-item--actions {
width: 88px;
}
.woosw-list table.woosw-items .woosw-item .woosw-item--name a:hover {
color: var(--theme-color);
}
.woosw-list table.woosw-items .woosw-item .woosw-item--atc .add_to_cart_inline .cart-button.icon-btn.added {
display: none;
}
.woosw-list table.woosw-items tr .woosw-item--actions {
width: 170px;
}
.woosw-list table.woosw-items .woosw-item .woosw-item--atc p, .woosw-list table.woosw-items .woosw-item .woosw-item--atc .add_to_cart_inline {
text-align: center;
}
.woosw-list table.woosw-items .woosw-item .woosw-item--atc .add_to_cart_inline .added_to_cart.wc-forward {
height: 50px;
display: block;
line-height: 50px;
text-align: center;
padding: 0 20px;
background-color: var(--icon-bg, #f7f7f7);
border: 1px solid var(--th-border-color);
color: var(--title-color);
}