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/organisms/_tables.scss

31 lines
396 B

@layer components {
.table-responsive {
@apply overflow-x-auto min-w-full;
}
table {
@apply w-full border-collapse border-spacing-0 table-auto;
}
th,
td {
@apply p-1;
img {
@apply inline-block;
}
}
th {
@apply text-body-2 font-semibold;
}
td {
@apply text-body-2;
strong,
b {
@apply text-body-2 font-semibold;
}
}
}