Skip to content
Snippets Groups Projects
Commit 9debbbbb authored by Lukas Mauß's avatar Lukas Mauß Committed by Tom Käsler
Browse files

Add delete button for individual tokens

parent 0f6d1b37
Branches
Tags
No related merge requests found
......@@ -6,6 +6,10 @@
<h2>
{{bonusToken.token}}
</h2>
<span class="fill-remaining-space"></span>
<button mat-icon-button>
<mat-icon>close</mat-icon>
</button>
</div>
</div>
<div *ngIf="bonusTokens.length === 0">
......
h1,h2,h3,h4,h5,p{
color: var(--on-surface);
}
h2 {
color: var(--on-surface);
margin: 10px 0 10px 0;
}
.mat-icon-button {
margin-top: 5px;
color: var(--red);
}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment