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