moodle_local_treestudyplan/scss/bootstraptweaking.scss

12 lines
205 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;
}
}