style: update card background colors in templates
This commit is contained in:
parent
a639888a33
commit
5e5fe603f9
2 changed files with 3 additions and 3 deletions
|
@ -10,9 +10,9 @@ import { Card } from '../../models/card.model';
|
|||
template: `
|
||||
<div class="space-y-4">
|
||||
<h3 class="section-heading text-2xl mb-4">Deine Karten</h3>
|
||||
<div class="card p-6 !bg-green-500">
|
||||
<div class="card p-6 !bg-emerald">
|
||||
<div
|
||||
class="flex justify-center gap-4 min-h-[160px] p-4 border-2 border-green-400 rounded-lg"
|
||||
class="flex justify-center gap-4 min-h-[160px] p-4 border-2 border-emerald-400 rounded-lg"
|
||||
>
|
||||
<app-playing-card
|
||||
*ngFor="let card of cards"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue