mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -05:00
bs5: fix badges
This commit is contained in:
parent
f08901c639
commit
add09db40a
@ -5,7 +5,7 @@
|
||||
</svg>
|
||||
<div class="d-none d-sm-inline"> {{title}}</div>
|
||||
<ng-container *ngIf="!editing && selectionModel.selectionSize() > 0">
|
||||
<div class="badge bg-secondary text-light rounded-pill badge-corner">
|
||||
<div class="position-absolute top-0 start-100 translate-middle badge bg-secondary border border-light text-light rounded-pill">
|
||||
{{selectionModel.selectionSize()}}
|
||||
</div>
|
||||
</ng-container>
|
||||
|
@ -143,6 +143,10 @@ $border-color-dark-mode: #47494f;
|
||||
color: $text-color-dark-mode-accent;
|
||||
}
|
||||
|
||||
.badge.border-light {
|
||||
border-color: $bg-dark-mode !important;
|
||||
}
|
||||
|
||||
.doc-img-container {
|
||||
border: none !important;
|
||||
border-top-left-radius: .25rem;
|
||||
|
Loading…
x
Reference in New Issue
Block a user