mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-31 09:37:15 +01:00
Merged PR 1429: #3594 TK Zurück zur Übersicht Button
#3594 TK Zurück zur Übersicht Button Related work items: #3594
This commit is contained in:
committed by
Lorenz Hilpert
parent
3a5b80657c
commit
41e8145858
@@ -12,7 +12,11 @@
|
||||
|
||||
:host ::ng-deep ui-scroll-container .scroll-container {
|
||||
@apply flex flex-col;
|
||||
max-height: calc(100vh - 23rem) !important;
|
||||
max-height: calc(100vh - 27rem) !important;
|
||||
}
|
||||
|
||||
:host ::ng-deep ui-scroll-container .cta-scroll {
|
||||
@apply mb-20;
|
||||
}
|
||||
|
||||
.task-list ::ng-deep page-task-list-item.Removed {
|
||||
@@ -24,7 +28,7 @@
|
||||
}
|
||||
|
||||
.actions {
|
||||
@apply fixed bottom-28 inline-grid grid-flow-col gap-7;
|
||||
@apply fixed bottom-24 inline-grid grid-flow-col gap-7;
|
||||
left: 50%;
|
||||
transform: translateX(-50%);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user