From ab66e1a1cf79e572f1d9dd5c34a01a9f411331db Mon Sep 17 00:00:00 2001
From: chris <kokosias@yahoo.gr>
Date: Tue, 17 May 2022 13:47:42 +0300
Subject: [PATCH] oen container classes

---
 .../OenContainersService/oenContainers.css    | 31 ++++++++++++++++---
 1 file changed, 26 insertions(+), 5 deletions(-)

diff --git a/wax-prosemirror-services/src/OenContainersService/oenContainers.css b/wax-prosemirror-services/src/OenContainersService/oenContainers.css
index dd7d8a896..559d7ae14 100644
--- a/wax-prosemirror-services/src/OenContainersService/oenContainers.css
+++ b/wax-prosemirror-services/src/OenContainersService/oenContainers.css
@@ -1,13 +1,10 @@
-.introduction, .outline, .objectives,
-.focus-questions {
+div[data-type="content_structure_element"] {
     border-left: 3px solid #f5f5f7;
     padding: 10px 10px 0 10px;
     
 }
 
-.introduction::before,
-.outline::before,
-.objectives::before {
+div[data-type="content_structure_element"]::before {
     border: 3px solid #f5f5f7;
     background-color: #f5f5f7;
     width: 100%;
@@ -24,4 +21,28 @@
 
 .objectives::before {
 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
-- 
GitLab