Test commit to new origin

This commit is contained in:
Simon Pocrnjič
2025-12-01 19:30:53 +01:00
parent c1ac92efbf
commit c4a78b4632
87 changed files with 2137 additions and 1618 deletions
+3 -3
View File
@@ -132,7 +132,7 @@ function formatDate(value) {
<!-- Header card (matches Client/Show header style) -->
<div class="pt-6">
<div class="max-w-7xl mx-auto sm:px-6 lg:px-8">
<Card class="border-l-4 border-blue-400">
<Card class="border-l-4 border-blue-400 p-0">
<div class="p-3 flex justify-between items-center">
<SectionTitle>
<template #title>
@@ -146,8 +146,8 @@ function formatDate(value) {
</div>
<div class="pt-1">
<div class="max-w-7xl mx-auto sm:px-6 lg:px-8">
<Card>
<div class="mx-auto max-w-4x1 p-3">
<Card class="p-0">
<div class="p-3">
<PersonInfoGrid
:types="types"
:person="client.person"