#3531 CSS Kundenanlage Speichern Button Position

This commit is contained in:
Lorenz Hilpert
2022-10-17 15:48:26 +02:00
parent 6b0d9774c5
commit aef5c06f0a

View File

@@ -19,7 +19,7 @@ form {
}
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;
@apply fixed left-1/2 bottom-28 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;
@@ -34,7 +34,7 @@ app-deviating-address-form-block {
}
.spacer {
@apply w-full h-8;
@apply w-full h-12;
}
app-customer-type-selector {