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/_messages.scss

27 lines
390 B

.message-list {
&__actions {
@apply flex gap-2 justify-end items-center flex-wrap mb-4;
}
&__searcher-container {
@apply flex justify-end;
.p-inputgroup {
@apply md:w-1/3;
}
}
}
.message-show {
&__tags-container {
@apply flex justify-end gap-2 items-center;
}
&__tags {
@apply flex gap-2;
}
&__tag-searcher.field {
@apply mb-0;
}
}