mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-28 22:42:11 +01:00
43 lines
727 B
SCSS
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;
|
|
}
|