|
@ -178,10 +178,12 @@ |
|
|
class="h-100" |
|
|
class="h-100" |
|
|
[ngClass]="{ active: user?.subscription?.type === 'Premium' }" |
|
|
[ngClass]="{ active: user?.subscription?.type === 'Premium' }" |
|
|
> |
|
|
> |
|
|
@if (label) { |
|
|
|
|
|
<mat-card-title>{{ label }}</mat-card-title> |
|
|
|
|
|
} |
|
|
|
|
|
<mat-card-content class="d-flex flex-column h-100"> |
|
|
<mat-card-content class="d-flex flex-column h-100"> |
|
|
|
|
|
@if (label) { |
|
|
|
|
|
<div class="badge-container position-absolute text-right"> |
|
|
|
|
|
<span class="badge badge-warning m-1">{{ label }}</span> |
|
|
|
|
|
</div> |
|
|
|
|
|
} |
|
|
<div class="flex-grow-1"> |
|
|
<div class="flex-grow-1"> |
|
|
<div class="align-items-center d-flex mb-2"> |
|
|
<div class="align-items-center d-flex mb-2"> |
|
|
<h4 class="align-items-center d-flex flex-grow-1 m-0"> |
|
|
<h4 class="align-items-center d-flex flex-grow-1 m-0"> |
|
|