Fix section title block
This commit is contained in:
parent
4173fe70ab
commit
b13ca67d78
|
|
@ -32,6 +32,7 @@
|
||||||
import ThinglinkBlock from '@/components/content-blocks/ThinglinkBlock';
|
import ThinglinkBlock from '@/components/content-blocks/ThinglinkBlock';
|
||||||
import GeniallyBlock from '@/components/content-blocks/GeniallyBlock';
|
import GeniallyBlock from '@/components/content-blocks/GeniallyBlock';
|
||||||
import SubtitleBlock from '@/components/content-blocks/SubtitleBlock';
|
import SubtitleBlock from '@/components/content-blocks/SubtitleBlock';
|
||||||
|
import SectionTitleBlock from '@/components/content-blocks/SectionTitleBlock';
|
||||||
import ContentListBlock from '@/components/content-blocks/ContentListBlock';
|
import ContentListBlock from '@/components/content-blocks/ContentListBlock';
|
||||||
import ModuleRoomSlug from '@/components/content-blocks/ModuleRoomSlug';
|
import ModuleRoomSlug from '@/components/content-blocks/ModuleRoomSlug';
|
||||||
import Assignment from '@/components/content-blocks/assignment/Assignment';
|
import Assignment from '@/components/content-blocks/assignment/Assignment';
|
||||||
|
|
@ -56,6 +57,7 @@
|
||||||
'infogram_block': InfogramBlock,
|
'infogram_block': InfogramBlock,
|
||||||
'genially_block': GeniallyBlock,
|
'genially_block': GeniallyBlock,
|
||||||
'subtitle': SubtitleBlock,
|
'subtitle': SubtitleBlock,
|
||||||
|
'section_title': SectionTitleBlock,
|
||||||
'content_list': ContentListBlock,
|
'content_list': ContentListBlock,
|
||||||
'module_room_slug': ModuleRoomSlug,
|
'module_room_slug': ModuleRoomSlug,
|
||||||
'thinglink_block': ThinglinkBlock,
|
'thinglink_block': ThinglinkBlock,
|
||||||
|
|
@ -102,6 +104,7 @@
|
||||||
|
|
||||||
.content-component {
|
.content-component {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
||||||
&--bookmarked {
|
&--bookmarked {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue