Ostateczne poprawki kodu, zalogowanego użytkownika, składania zamówienia, zatwierdzania niektórych inputów enterem

This commit is contained in:
2024-01-12 14:58:22 +01:00
parent 3fd8d4ccc7
commit 2e6db44bd2
12 changed files with 3210 additions and 1108 deletions

16
mapy/oneMap.css Normal file
View File

@@ -0,0 +1,16 @@
.map__price{
color: #000;
display: block;
text-align: end;
font-size: 1.4rem;
}
.courierName{
display: flex;
align-items: center;
word-break: break-all;
margin-bottom: 1rem;
img{
position: static!important;
max-width: 100px!important;
}
}

2183
mapy/oneMap.js Normal file

File diff suppressed because one or more lines are too long