mirror of
https://github.com/Paris-est-Ludique/intranet.git
synced 2025-06-09 17:14:21 +02:00
display volunteer mail on team members
This commit is contained in:
parent
f74a8e7060
commit
5c841bcbd9
@ -65,6 +65,7 @@ const TeamMembers: FC<Props> = ({ teamId }): JSX.Element => {
|
|||||||
>
|
>
|
||||||
D
|
D
|
||||||
</div>
|
</div>
|
||||||
|
<div className={styles.volunteerEmail}>{volunteer.email}</div>
|
||||||
</li>
|
</li>
|
||||||
))}
|
))}
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -17,11 +17,17 @@ $height: 24px;
|
|||||||
.volunteerName {
|
.volunteerName {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
height: $height;
|
height: $height;
|
||||||
width: 250px;
|
width: 230px;
|
||||||
padding-right: 4px;
|
padding-right: 4px;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.volunteerEmail {
|
||||||
|
display: inline-block;
|
||||||
|
height: $height;
|
||||||
|
padding-left: 4px;
|
||||||
|
}
|
||||||
|
|
||||||
.dayTitle {
|
.dayTitle {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: 50px;
|
width: 50px;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user