From 9d1bff8cf1efc29155763a861aaa3f5bd9aa9011 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gestor=C3=ADa=20LP?= Date: Mon, 2 Mar 2026 06:41:54 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20m=C3=A1s=20padding=20y=20espacio=20en=20?= =?UTF-8?q?campos=20del=20formulario=20expandido?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Inputs más grandes (0.85rem padding, font 1rem), gap vertical 1rem entre campos, padding del card 40px/48px, headings más grandes. Co-Authored-By: Claude Opus 4.6 --- assets/css/style.css | 14 +++++++++++--- includes/header.php | 2 +- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/assets/css/style.css b/assets/css/style.css index 06cc673..6ac43cf 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -1372,12 +1372,13 @@ select.form-control { .service-detail--expanded .service-detail__form { position: static; + padding: 40px 48px; } .service-detail--expanded .service-detail__form form { display: grid; grid-template-columns: 1fr 1fr; - gap: 0 var(--space-xl); + gap: var(--space-md) var(--space-2xl); } .service-detail--expanded .form-heading, @@ -1390,11 +1391,18 @@ select.form-control { } .service-detail--expanded .form-group { - margin-bottom: var(--space-sm); + margin-bottom: 0; +} + +.service-detail--expanded .form-control { + padding: 0.85rem 1.1rem; + font-size: 1rem; } .service-detail--expanded .form-heading { - margin-top: var(--space-md); + margin-top: var(--space-lg); + margin-bottom: 0; + font-size: 1.2rem; } /* ============================================================ diff --git a/includes/header.php b/includes/header.php index 3f7f92b..6773424 100644 --- a/includes/header.php +++ b/includes/header.php @@ -15,7 +15,7 @@ - +