Skip to content

Commit

Permalink
Merge pull request #57 from Potits-chats/LMST2-57-Page-Association
Browse files Browse the repository at this point in the history
Add shadow and zoom on List Association cards
  • Loading branch information
Eva1512 authored Jun 6, 2024
2 parents 088a543 + 7274b8a commit f5462a7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ <h1 class="max-w-lg mb-6 font-sans text-2xl font-bold leading-none tracking-tigh
</label>
<p class="text-sm text-gray-900">
Je suis pour le moment gardé par l'association
<a [routerLink]="'association/'+chat.association.id">{{ chat.association.nom }}</a>
<a [routerLink]="'/associations/'+chat.association.id">{{ chat.association.nom }}</a>
</p>
</div>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

<div *ngIf="isLoaded && associations && associations.length > 0" class="px-4 py-16 mx-auto sm:max-w-xl md:max-w-full lg:max-w-screen-xl md:px-24 lg:px-8 lg:py-20">
<ul role="list" class="grid grid-cols-1 gap-6 sm:grid-cols-2 lg:grid-cols-3">
<li *ngFor="let association of associations" class="col-span-1 divide-y divide-gray-200 rounded-lg bg-white shadow">
<div class="flex w-full items-center justify-between space-x-6 p-6">
<li *ngFor="let association of associations" class="group col-span-1 divide-y divide-gray-200 rounded-lg bg-white shadow overflow-hidden transition-shadow shadow-xl duration-300 bg-white rounded shadow-sm block scale-100 transform opacity-100 transition duration-300 scale-100 transform transition duration-300 hover:scale-105">
<div class="flex w-full items-center justify-between space-x-6 p-6 cursor-pointer" [routerLink]="['/associations', association.id]">
<div class="flex-1">
<div class="flex items-center space-x-3">
<a [routerLink]="['/associations', association.id]">
Expand Down

1 comment on commit f5462a7

@vercel
Copy link

@vercel vercel bot commented on f5462a7 Jun 6, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.