This repository has been archived on 2025-01-01. You can view files and clone it, but cannot push or open issues or pull requests.
moodle-local_treestudyplan/scss/generic.scss

27 lines
419 B
SCSS
Raw Normal View History

2024-06-03 23:24:16 +02:00
.path-local-treestudyplan,
.features-treestudyplan {
2023-08-26 17:07:42 +02:00
div.tab-pane:target {
margin-top: 0;
2023-08-26 17:07:42 +02:00
}
[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;
}
2023-08-26 17:07:42 +02:00
}