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

19 lines
235 B

.section-header {
@apply flex gap-4 items-center border-b border-b-gray-30;
&--h2 {
@apply pb-6 ;
}
&--h6 {
@apply pb-4;
}
&__title {
@apply mr-auto;
}
h1, h2, h3, h4, h5, h6 {
@apply mr-auto;
}
}