Enhancement: implement document link custom field (#4799)

This commit is contained in:
shamoon 2023-12-05 08:16:56 -08:00 committed by GitHub
parent 66efaedcbb
commit 4481f12e32
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
16 changed files with 542 additions and 136 deletions

View file

@ -0,0 +1,14 @@
::ng-deep .ng-select-container .ng-value-container .ng-value {
background-color: transparent !important;
border-color: transparent;
}
.sidebaricon {
cursor: pointer;
}
.badge {
font-size: .75rem;
// --bs-primary: var(--pngx-bg-alt);
// color: var(--pngx-primary-text-contrast);
}