snapshot: modularize workflow views by domain

This commit is contained in:
Md Bayazid Bostame
2026-03-28 08:56:43 +01:00
parent b2686522c7
commit ee323106e9
9 changed files with 3385 additions and 2940 deletions

View File

@@ -147,6 +147,36 @@
margin-bottom: 0;
}
.section-stammdaten .field:not(.field-full):not(.inline-check),
.section-vertrag .field:not(.field-full):not(.inline-check) {
border: 1px solid #d7e0ea;
border-radius: 14px;
background: #ffffff;
padding: 12px;
min-height: 118px;
display: flex;
flex-direction: column;
box-shadow: 0 4px 14px rgba(17, 52, 95, 0.04);
}
.section-stammdaten .field:not(.field-full):not(.inline-check) input,
.section-stammdaten .field:not(.field-full):not(.inline-check) select,
.section-stammdaten .field:not(.field-full):not(.inline-check) textarea,
.section-vertrag .field:not(.field-full):not(.inline-check) input,
.section-vertrag .field:not(.field-full):not(.inline-check) select,
.section-vertrag .field:not(.field-full):not(.inline-check) textarea {
margin-top: auto;
}
.section-stammdaten .field.field-full:not(.inline-check):not(.checkbox-list):not(.empty-step),
.section-vertrag .field.field-full:not(.inline-check):not(.checkbox-list):not(.empty-step) {
border: 1px solid #d7e0ea;
border-radius: 14px;
background: #ffffff;
padding: 12px;
box-shadow: 0 4px 14px rgba(17, 52, 95, 0.04);
}
.section-itsetup .field-group {
border: 1px solid #d7e0ea;
border-radius: 14px;
@@ -282,11 +312,11 @@ textarea {
width: 100%;
min-height: 44px;
padding: 10px 12px;
border: 1px solid var(--line);
border: 1px solid #d4dbf7;
border-radius: 10px;
box-sizing: border-box;
font-size: 14px;
background: #fff;
background: #f8fbff;
color: var(--ink);
}