mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-31 09:37:15 +01:00
#3531 CSS Kundenanlage Speichern Button Position
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user