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
No known key found for this signature in database
GPG key ID: 28EE0CCA6032019E
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;
}