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

30 lines
659 B

.admin-index {
@apply gap-4 grid grid-cols-1 lg:grid-cols-2 xl:grid-cols-3;
//@apply gap-4 lg:columns-2 xl:columns-3 space-y-4;
&__block {
@apply flex flex-col p-4 gap-4 rounded-lg shadow-lg border border-solid border-gray-25 break-inside-avoid-column;
}
.p-menu {
@apply border-none border-0 m-0 p-0 w-full;
}
}
.admin-colors {
&__container {
@apply flex flex-col md:flex-row gap-4 mt-6;
}
&__settings {
@apply space-y-4 flex-1;
.row-group {
@apply flex flex-col gap-4 items-start md:items-end md:grid md:grid-cols-1 lg:grid-cols-2 xl:grid-cols-3;
}
}
&__preview {
@apply space-y-4 flex-1;
}
}