Files
ISA-Frontend/apps/page/customer/src/lib/create-customer/create-customer.scss
Lorenz Hilpert fdaceb9bf8 Merged PR 1382: Kubi
Related work items: #3228, #3230, #3289, #3467, #3471, #3478
2022-09-30 13:48:19 +00:00

43 lines
727 B
SCSS

:host {
@apply block bg-white rounded-card px-20 py-10;
}
h1.title {
@apply text-2xl font-bold text-center mb-6;
}
p.description {
@apply text-xl text-center;
}
p.info {
@apply mt-8 font-semibold;
}
form {
@apply relative pb-4;
}
button.cta-submit {
@apply sticky left-1/2 bottom-8 text-center bg-brand text-cta-l text-white font-bold px-7 py-3 rounded-full transform -translate-x-1/2 transition-all duration-200 ease-in-out;
&:disabled {
@apply bg-active-branch cursor-not-allowed;
}
}
app-newsletter-form-block,
app-accept-agb-form-block,
app-interests-form-block,
app-deviating-address-form-block {
@apply mt-8;
}
.spacer {
@apply w-full h-8;
}
app-customer-type-selector {
@apply mt-8;
}