Skip to content
Snippets Groups Projects
Commit ab66e1a1 authored by chris's avatar chris
Browse files

oen container classes

parent dd1f17de
No related branches found
No related tags found
1 merge request!399Oen
.introduction, .outline, .objectives, div[data-type="content_structure_element"] {
.focus-questions {
border-left: 3px solid #f5f5f7; border-left: 3px solid #f5f5f7;
padding: 10px 10px 0 10px; padding: 10px 10px 0 10px;
} }
.introduction::before, div[data-type="content_structure_element"]::before {
.outline::before,
.objectives::before {
border: 3px solid #f5f5f7; border: 3px solid #f5f5f7;
background-color: #f5f5f7; background-color: #f5f5f7;
width: 100%; width: 100%;
...@@ -24,4 +21,28 @@ ...@@ -24,4 +21,28 @@
.objectives::before { .objectives::before {
content: 'Objectives Section'; content: 'Objectives Section';
}
.focus-questions::before {
content: 'Focus Questions Section';
}
.key-terms::before {
content: 'Key Terms Section';
}
.self-reflection-activities::before {
content: 'Self Reflection Activities Section';
}
.review-activity::before {
content: 'Review Activity Section';
}
.summary::before {
content: 'Summary Section';
}
.references::before {
content: 'References Section';
} }
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment