moodle_local_treestudyplan/scss/bootstraptweaking.scss

19 lines
464 B
SCSS
Raw Normal View History

.path-local-treestudyplan, .features-treestudyplan {
.b-modal-justify-footer-between .modal-footer {
justify-content: space-between;
}
.collapse.show {
height: auto;
}
}
body.path-local-treestudyplan.bootstrap-polyfill, .features-treestudyplan.bootstrap-polyfill {
/* Contains a number of CSS tweaks only needed if the current theme is nog based on boost with bootstrap */
.collapse.show {
height: auto;
}
2023-09-08 12:47:29 +02:00
}