Skip to content

Commit

Permalink
Merge 38ff475 into b028338
Browse files Browse the repository at this point in the history
  • Loading branch information
kaladay committed Oct 21, 2021
2 parents b028338 + 38ff475 commit 523f3d9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div #animationRoot class="wvr-components wvr-card card {{additionalCardClasses}}" [ngClass]="{ 'text-center': textCenter, 'collapsed': isCollapsed }" style="width: 18rem;">
<div #animationRoot class="wvr-components wvr-card card {{additionalCardClasses}}" [ngClass]="{ 'text-center': textCenter, 'collapsed': isCollapsed }">
<div class="card-header {{additionalHeaderClasses}}" [wvrContentProjection]="eRef" template="card-header" (click)="toggleCollapsibleClick()"></div>
<div class="card-image" [wvrContentProjection]="eRef" template="card-image"></div>
<div [wvrContentProjection]="eRef" template="card-list-top"></div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@

--card-color: var(--wvr-white);

.wvr-card {
width: 18rem;
}

font-family: var(--wvr-font-family-sans-serif);

& .wvr-card.collapsed .card-header {
Expand Down

0 comments on commit 523f3d9

Please sign in to comment.