Added Fourthwall support for Order Placed

This commit is contained in:
nuttylmao
2025-03-29 06:45:23 +11:00
parent 2d13230cff
commit 46d7b698e0
3 changed files with 102 additions and 22 deletions
+13
View File
@@ -125,6 +125,18 @@ li {
transform: translate(0px, 0.25em);
}
.productImage {
height: 10em;
border-radius: 0.25em;
transform: translate(0px, 0.25em);
}
.centerThatShitHomie {
display: inline-block;
width: 100%;
text-align: center;
}
#badgeList {
margin: 0px 5px;
}
@@ -221,6 +233,7 @@ li {
.fourthwall {
background: linear-gradient(#405eb3, #0d3cb9) !important;
/* background: linear-gradient(#241b75, #080442) !important; */
}
/****************/