feat: refactor dialog components to use light-bottomsheet for improved UX
- Replaced SharedDialogComponent with SharedLightBottomsheetComponent in customer-dialog, order-submitted-dialog, payment form-dialog, and pre-invoice-dialog components. - Updated styles and properties for light-bottomsheet to enhance responsiveness and usability. - Modified payload form components to use measure units instead of unit types for better clarity. - Adjusted form controls to use consistent naming conventions for amounts and percentages. - Enhanced support for overlay options in select components to manage z-index dynamically. - Improved support for RTL layouts in input groups and other components.
This commit is contained in:
@@ -48,11 +48,12 @@ input.p-inputtext {
|
||||
margin-inline-end: 0.5rem;
|
||||
}
|
||||
|
||||
.p-inputgroup > .p-component.hasSuffix:first-child {
|
||||
.p-inputgroup > .p-component.hasSuffix:first-child,
|
||||
.p-inputgroup > .p-component > .hasSuffix {
|
||||
border-start-start-radius: 0 !important;
|
||||
border-end-start-radius: 0 !important;
|
||||
border-end-end-radius: var(--p-inputgroup-addon-border-radius);
|
||||
border-start-end-radius: var(--p-inputgroup-addon-border-radius);
|
||||
border-end-end-radius: var(--p-inputgroup-addon-border-radius) !important;
|
||||
border-start-end-radius: var(--p-inputgroup-addon-border-radius) !important;
|
||||
}
|
||||
|
||||
.p-tablist {
|
||||
|
||||
Reference in New Issue
Block a user