Initial conversion to css variables

This commit is contained in:
Michael Shamoon
2022-03-08 14:49:40 -08:00
parent df4567f9e4
commit 4babf0d102
11 changed files with 251 additions and 349 deletions

View File

@@ -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>

View File

@@ -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>