mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-13 01:57:08 +01:00
Initial conversion to css variables
This commit is contained in:
parent
df4567f9e4
commit
4babf0d102
11 changed files with 251 additions and 349 deletions
|
|
@ -3,7 +3,7 @@
|
|||
<a header-buttons [routerLink]="[]" (click)="showAll()" i18n>Show all</a>
|
||||
|
||||
|
||||
<table content class="table table-sm bg-light table-hover table-borderless mb-0">
|
||||
<table content class="table table-sm table-hover table-borderless mb-0">
|
||||
<thead>
|
||||
<tr>
|
||||
<th i18n>Created</th>
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
</div>
|
||||
|
||||
</div>
|
||||
<div class="card-body text-dark">
|
||||
<div class="card-body text-dark bg-light">
|
||||
<ng-content select ="[content]"></ng-content>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue