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/molecules/_legacy_panel.scss

34 lines
676 B

.display-panel-collapse {
@apply rounded-lg border-gray-25 drop-shadow-lg bg-white;
&__header {
@apply relative
before:content-[""] before:absolute before:rounded-l-lg before:bg-secondary before:w-1 before:h-full before:-left-1;
a {
@apply cursor-pointer p-2 block bg-support-6 rounded-r-lg border-y border-y-gray-25 border-r border-r-gray-25;
&[aria-expanded=true] {
@apply rounded-b-none;
}
&::before {
@apply mr-1;
float: left;
}
.ch-tool-icon.mdi {
@apply mr-1;
}
}
}
&__collapsible {
@apply hidden p-3 rounded-b;
&.active {
@apply block;
}
}
}