Add admin tour step, remove step titles, cleaner look

This commit is contained in:
Michael Shamoon
2022-09-21 23:34:39 -07:00
parent 07e2329068
commit 5e45b1f230
3 changed files with 10 additions and 13 deletions

View File

@@ -15,6 +15,7 @@
<tour-step-template>
<ng-template #tourStep let-step="step">
<p class="tour-step-content" [innerHTML]="step?.content"></p>
<hr/>
<div class="d-flex justify-content-between align-items-center">
<span class="badge bg-light text-dark">{{ tourService.steps?.indexOf(step) + 1 }} / {{ tourService.steps?.length }}</span>
<div class="tour-step-navigation btn-toolbar" role="toolbar" aria-label="Controls">