Skip to content

Commit 6e4f191

Browse files
committed
fix(wip): add openassessment iframe editor css
1 parent 3f7cd84 commit 6e4f191

File tree

5 files changed

+2556
-0
lines changed

5 files changed

+2556
-0
lines changed

cms/static/sass/course-unit-mfe-iframe-bundle.scss

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
@import '_builtin-block-variables';
2+
@import 'bourbon/bourbon'; // lib - bourbon
3+
@import 'neat/neat'; // lib - Neat
4+
@import 'vendor/bi-app/bi-app-ltr'; // set the layout for left to right languages
5+
@import 'build-v1'; // shared app style assets/rendering
16
@import 'cms/theme/variables-v1';
27
@import 'elements/course-unit-mfe-iframe';
38

@@ -411,6 +416,9 @@ body {
411416
}
412417
}
413418
}
419+
420+
// For openassessment xblock editor
421+
@import 'iframe-editors/oa';
414422
}
415423
}
416424

0 commit comments

Comments
 (0)