moodle_local_treestudyplan/scss/generic.scss

19 lines
272 B
SCSS
Raw Normal View History

2023-09-08 12:47:29 +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;
}
2023-08-26 17:07:42 +02:00
}