debug
Deploy HouseHub / deploy (push) Successful in 2s

This commit is contained in:
Cedric
2026-05-12 12:05:28 +02:00
parent 19ab75f7df
commit 3e344f4c1c
7 changed files with 14 additions and 14 deletions
+2 -2
View File
@@ -470,7 +470,7 @@ body.no-scroll {
background: var(--bg-panel);
padding: 8px;
border-radius: 8px;
border: 1px solid #f1f5f9;
border: 1px solid var(--border-light);
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
}
@@ -1254,7 +1254,7 @@ input[type="date"]::-webkit-calendar-picker-indicator:hover {
.hol-time-slot {
height: 75px;
border-bottom: 1px solid #f1f5f9;
border-bottom: 1px solid var(--border-light);
position: relative;
transition: background 0.2s;
box-sizing: border-box;
+1 -1
View File
@@ -180,7 +180,7 @@ function renderHolidayCard($h, $pdo) {
<span>🗓️ ".($dateDisplay ?: tr('hdl_dates_to_define'))."</span>
</div>
<div style='margin-top:auto; padding-top:15px; border-top:1px solid #f1f5f9;'>
<div style='margin-top:auto; padding-top:15px; border-top:1px solid var(--border-light);'>
<div style='display:flex; justify-content:space-between; align-items:center; margin-bottom:8px;'>
<span style='font-size:0.85rem; color:#64748b;'>".tr('hdl_total_budget')."</span>
<span style='font-size:1.1rem; font-weight:bold; color:#1e293b;'>".number_format($cost, 0, ',', ' ')." €</span>