Aplikacja kelnera jako PWA

This commit is contained in:
2026-06-20 15:11:49 +02:00
parent 99bb83702a
commit 83ea4184b4
10 changed files with 210 additions and 9 deletions

View File

@@ -87,7 +87,8 @@ body {
50% { opacity: 1; transform: scale(1.1); }
}
.notify-banner {
.notify-banner,
.install-banner {
display: flex;
align-items: center;
justify-content: space-between;
@@ -99,13 +100,21 @@ body {
margin-bottom: 16px;
}
.notify-banner p {
.install-banner {
background: linear-gradient(135deg, #14532d 0%, #1e293b 100%);
border-color: #22c55e;
}
.notify-banner p,
.install-banner p {
margin-top: 4px;
font-size: 0.82rem;
color: #cbd5e1;
line-height: 1.4;
}
.notify-banner {
.btn {
border: none;
border-radius: 10px;