updates
This commit is contained in:
@@ -90,6 +90,13 @@
|
||||
line-height: normal;
|
||||
margin: 0 0 24px;
|
||||
}
|
||||
|
||||
.row {
|
||||
display: flex;
|
||||
gap: 1rem;
|
||||
align-items: center;
|
||||
padding: 5px 0;
|
||||
}
|
||||
}
|
||||
|
||||
.appPageSection__withBorder {
|
||||
|
||||
@@ -8,8 +8,8 @@
|
||||
.p-badge {
|
||||
color: var(--menuitem-active-color);
|
||||
}
|
||||
.p-button:not(.p-button-outlined, .p-button-secondary),
|
||||
.p-button:not(.p-button-outlined, .p-button-secondary) span {
|
||||
.p-button:not(.p-button-outlined, .p-button-secondary, .p-confirm-popup-reject),
|
||||
.p-button:not(.p-button-outlined, .p-button-secondary, .p-confirm-popup-reject) span {
|
||||
color: var(--menuitem-active-color);
|
||||
}
|
||||
.p-fileupload-row {
|
||||
|
||||
Reference in New Issue
Block a user