moodle_local_treestudyplan/scss/generic.scss
2024-06-03 23:24:16 +02:00

27 lines
419 B
SCSS

.path-local-treestudyplan,
.features-treestudyplan {
div.tab-pane:target {
margin-top: 0;
}
[v-cloak] {
visibility: hidden;
}
.vue-loader {
width: 32px;
margin: auto;
}
.special {
color: gold;
}
}
/* Hide the edit button on studyplan pages */
body.path-local-treestudyplan {
.editmode-switch-form > * {
visibility: hidden;
}
}