#26 - Loading animation + success message fix

This commit was merged in pull request #31.
This commit is contained in:
Martin Slachta
2026-06-22 11:20:28 +02:00
parent c754e18a82
commit 97ee8fc991
32 changed files with 597 additions and 175 deletions
@@ -131,3 +131,41 @@ rsv-reservation-summary {
color: #888;
margin-left: 2px;
}
/* ----- Success summary footer (pricing breakdown) ----- */
.rsv-summary-footer--pricing {
display: flex;
flex-direction: column;
gap: 4px;
padding-top: 10px;
border-top: 1px solid #e8f0fe;
}
.rsv-summary-footer-row {
width: 100%;
display: flex;
align-items: center;
justify-content: space-between;
}
.rsv-summary-footer-label {
font-size: 12px;
color: #888;
}
.rsv-summary-footer-value {
font-size: 14px;
font-weight: 600;
color: #0f0f0f;
}
.rsv-summary-total .rsv-summary-footer-label,
.rsv-summary-total .rsv-summary-footer-value {
font-weight: 700;
color: #0f0f0f;
font-size: 16px;
}
.rsv-summary-discount .rsv-summary-footer-value {
color: #16a34a;
}