Add reset order button to website settings

This commit is contained in:
Chris Walsh
2022-07-23 23:07:53 -07:00
parent ef4bf8282a
commit 76bdb6b1d6
3 changed files with 22 additions and 3 deletions

View File

@@ -11,3 +11,9 @@
.detailLink {
width: 100%;
}
.headerButtons {
display: flex;
justify-content: flex-end;
gap: 10px;
}