order details sheet: work on components

This commit is contained in:
2025-11-01 21:49:55 +03:00
parent eb60b9a0ef
commit 0a9e49838d
7 changed files with 139 additions and 143 deletions

View File

@@ -0,0 +1,9 @@
.saveButton {
border-radius: 100px;
height: 48px;
width: 100%;
font-size: 16px;
box-shadow: none;
position: fixed;
bottom: 0;left: 0;
}