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

34 lines
411 B

.document-show {
&__section {
@apply flex flex-row mt-4 gap-4;
}
&__content-side {
@apply w-2/3 flex justify-center;
img {
@apply block;
}
video {
@apply w-full;
}
div:has(iframe) {
@apply w-full;
}
iframe {
@apply aspect-square w-full border-0;
}
}
&__details-side {
@apply w-1/3;
table {
@apply mb-4;
}
}
}