Add DICOM UPP patient name matching
This commit is contained in:
@@ -430,6 +430,27 @@ button {
|
||||
gap: 7px;
|
||||
}
|
||||
|
||||
.card-status {
|
||||
display: grid;
|
||||
justify-items: end;
|
||||
gap: 5px;
|
||||
}
|
||||
|
||||
.name-check-warning {
|
||||
max-width: 84px;
|
||||
padding: 2px 7px;
|
||||
overflow: hidden;
|
||||
border: 1px solid rgba(240, 181, 78, 0.58);
|
||||
border-radius: 999px;
|
||||
color: #ffe0a3;
|
||||
background: rgba(240, 181, 78, 0.1);
|
||||
font-size: 11px;
|
||||
font-weight: 700;
|
||||
line-height: 1.45;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.mini-badge {
|
||||
flex: 0 0 auto;
|
||||
padding: 2px 7px;
|
||||
|
||||
Reference in New Issue
Block a user