fix: más padding y espacio en campos del formulario expandido
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 <noreply@anthropic.com>
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
/* ============================================================
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css" integrity="sha512-DTOQO9RWCH3ppGqcWaEA1BIZOC6xxalwEsw9c2QQeAIftl+Vegovlnee1c9QX4TctnWMn13TZye+giMm8e2LwA==" crossorigin="anonymous" referrerpolicy="no-referrer">
|
||||
|
||||
<!-- Site Stylesheet -->
|
||||
<link rel="stylesheet" href="assets/css/style.css?v=20260302">
|
||||
<link rel="stylesheet" href="assets/css/style.css?v=20260302b">
|
||||
|
||||
<!-- Dark theme meta -->
|
||||
<meta name="theme-color" content="#0a0a0a">
|
||||
|
||||
Reference in New Issue
Block a user