Skip to content
This repository was archived by the owner on Apr 23, 2025. It is now read-only.

Commit 2bec012

Browse files
committed
simplify placeholder css
1 parent 871b29a commit 2bec012

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

blocks/commerce-returns-list/commerce-returns-list.css

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,6 @@
1-
/* stylelint-disable no-empty-source */
2-
.commerce-returns-list-wrapper :has(>.commerce-returns-list.placeholder.block) {
3-
position: relative;
4-
}
5-
61
.commerce-returns-list.placeholder.block::before {
72
content: "Returns List";
83
position: absolute;
9-
top: 50%;
10-
left: 50%;
11-
transform: translate(-50%, -50%);
124
font-size: 20px;
135
font-weight: bold;
146
color: rgb(0 0 0 / 20%);

0 commit comments

Comments
 (0)