mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-28 22:42:11 +01:00
Merged PR 1578: #4162 RD Customer Orders Edit Styling Fixes
#4162 RD Customer Orders Edit Styling Fixes
This commit is contained in:
committed by
Lorenz Hilpert
parent
75e24771b3
commit
22a494e31e
@@ -89,9 +89,9 @@ input {
|
||||
|
||||
.ssc-text {
|
||||
@apply absolute bg-white border-none outline-none text-lg font-bold text-black overflow-ellipsis whitespace-nowrap;
|
||||
width: 450px;
|
||||
left: 202px;
|
||||
top: 22px;
|
||||
width: 28.125rem;
|
||||
left: 12.625rem;
|
||||
top: 1.375rem;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -103,14 +103,14 @@ input {
|
||||
}
|
||||
|
||||
::ng-deep shared-goods-in-out-order-edit .price .input-wrapper input {
|
||||
width: 50px !important;
|
||||
width: 3.125rem !important;
|
||||
}
|
||||
|
||||
::ng-deep shared-goods-in-out-order-edit .ssc .input-wrapper .ssc-input {
|
||||
width: 32px !important;
|
||||
width: 2rem !important;
|
||||
}
|
||||
|
||||
::ng-deep shared-goods-in-out-order-edit .ssc .input-wrapper .hint {
|
||||
::ng-deep shared-goods-in-out-order-edit .ssc .hint {
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
@@ -144,6 +144,18 @@ input {
|
||||
width: max-content !important;
|
||||
}
|
||||
|
||||
::ng-deep shared-goods-in-out-order-edit shared-notification-channel-control label {
|
||||
font-weight: normal !important;
|
||||
::ng-deep shared-goods-in-out-order-edit shared-notification-channel-control {
|
||||
.nc-heading {
|
||||
padding-top: 1.5rem !important;
|
||||
padding-bottom: 0 !important;
|
||||
}
|
||||
|
||||
.nc-control-wrapper {
|
||||
margin-bottom: 0 !important;
|
||||
padding-top: 0.75rem !important;
|
||||
}
|
||||
|
||||
.nc-content {
|
||||
padding-bottom: 1.5rem !important;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user