Chamilo is a learning management system focused on ease of use and accessibility
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
chamilo-lms/assets/css/scss/_userreluser.scss

25 lines
502 B

.friend-list {
&__block {
@apply p-4 border border-solid border-support-1 shadow-lg rounded-lg;
.friend-info {
@apply flex flex-col items-center gap-3 py-4;
&__avatar {
@apply w-9 shadow-lg border border-support-1 rounded-lg;
}
&__username {
@apply text-body-2 font-semibold;
}
}
.friend-options {
@apply flex items-baseline justify-between;
&__time {
@apply text-gray-50 uppercase text-tiny;
}
}
}
}