add vat to tax calculations

This commit is contained in:
2025-11-17 00:28:44 +03:00
parent 8263be3ae3
commit c9a7cc1b0e
3 changed files with 27 additions and 10 deletions

View File

@@ -477,7 +477,7 @@
.openingHours {
position: absolute;
top: 190px;
right: 10px;
right: 16px;
font-size: 14px;
font-weight: 600;
color: #666;
@@ -706,3 +706,10 @@
left: 10px;
right: auto;
}
.timeIcon {
position: relative;
top: 4px;
margin: 0 4px;
}