commit open changes from previous iterations
This commit is contained in:
+1
-1
@@ -10,7 +10,7 @@
|
||||
<ul class="ml-4">
|
||||
@for (step of target.steps; track step) {
|
||||
<li class="list-disc">
|
||||
{{ step.description }}
|
||||
<div [innerHTML]="step.description"></div>
|
||||
</li>
|
||||
}
|
||||
</ul>
|
||||
|
||||
+2
-2
@@ -25,7 +25,7 @@ import { Component } from '@angular/core';
|
||||
class="w-full md:flex-grow lg:w-2/5 m-2 !flex flex-col"
|
||||
>
|
||||
<mat-card-header>
|
||||
<mat-card-title> Anomalien </mat-card-title>
|
||||
<mat-card-title> Anomalien in der Dokumentation</mat-card-title>
|
||||
</mat-card-header>
|
||||
<mat-card-content class="flex-grow">
|
||||
<dks-anomaly-tree></dks-anomaly-tree>
|
||||
@@ -36,7 +36,7 @@ import { Component } from '@angular/core';
|
||||
class="w-full md:flex-grow lg:w-2/5 m-2 !flex flex-col"
|
||||
>
|
||||
<mat-card-header>
|
||||
<mat-card-title> Mitarbeiter ohne Tour </mat-card-title>
|
||||
<mat-card-title> Anomalien in der Zeiterfassung </mat-card-title>
|
||||
</mat-card-header>
|
||||
<mat-card-content class="flex-grow">
|
||||
<dks-anomaly-list></dks-anomaly-list>
|
||||
|
||||
@@ -12,6 +12,16 @@ body {
|
||||
color: var(--mat-sys-on-surface);
|
||||
}
|
||||
|
||||
.dispolive-btn, .dyflexis-btn {
|
||||
a[target="_blank"]::after {
|
||||
content: " \2924"; /* Unicode-Pfeil */
|
||||
font-size: 0.8em;
|
||||
margin-left: 0.2em;
|
||||
vertical-align: super;
|
||||
opacity: 0.8;
|
||||
}
|
||||
}
|
||||
|
||||
.pulse {
|
||||
animation: pulse 1.5s cubic-bezier(0.4, 0, 0.2, 1) infinite;
|
||||
animation-delay: 0.5s;
|
||||
|
||||
Reference in New Issue
Block a user