moodle_local_treestudyplan/scss/bootstraptweaking.scss
2024-02-02 23:09:16 +01:00

19 lines
464 B
SCSS

.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;
}
}