diff --git a/src/components/ResourceTemplateChoiceModal.jsx b/src/components/ResourceTemplateChoiceModal.jsx index 885090016..a415b4591 100644 --- a/src/components/ResourceTemplateChoiceModal.jsx +++ b/src/components/ResourceTemplateChoiceModal.jsx @@ -66,7 +66,7 @@ const ResourceTemplateChoiceModal = (props) => { >
-
+

Choose resource template

-
-
- - false} - id={"template-lookup"} - /> -
- - -
-
-
+
+ + false} + id={"template-lookup"} + /> +
+
+ + +
diff --git a/src/components/editor/GroupChoiceModal.jsx b/src/components/editor/GroupChoiceModal.jsx index 67f673e4c..0bf756b4b 100644 --- a/src/components/editor/GroupChoiceModal.jsx +++ b/src/components/editor/GroupChoiceModal.jsx @@ -113,7 +113,7 @@ const GroupChoiceModal = () => { >
-
+
-
+
@@ -150,29 +150,26 @@ const GroupChoiceModal = () => { ) : (

{editGroupLabels}

)} -
-
- - {canChange && ( - - )} -
-
+
+
+ + {canChange && ( + + )}
diff --git a/src/components/editor/leftNav/DiffModal.jsx b/src/components/editor/leftNav/DiffModal.jsx index f501d459e..9fab01b30 100644 --- a/src/components/editor/leftNav/DiffModal.jsx +++ b/src/components/editor/leftNav/DiffModal.jsx @@ -56,7 +56,7 @@ const DiffModal = () => { >
-
+

Compare

@@ -68,7 +68,7 @@ const DiffModal = () => { data-testid="Close" >
-
+
{diff && }
diff --git a/src/styles/main.scss b/src/styles/main.scss index 7b6f55986..dd2c15cc4 100644 --- a/src/styles/main.scss +++ b/src/styles/main.scss @@ -129,31 +129,6 @@ margin-bottom: 1rem; } -.group-panel { - border-color: #8c8a83; - border-style: solid; - border-width: 1px; - background-color: #f8f6ef; - min-height: 200px; - padding: 80px; -} - -.group-choose-buttons { - float: right; - position: relative; - top: 40px; -} - -.group-select-label { - float: left; - padding-right: 20px; - position: relative; -} - -.group-select-options { - position: relative; -} - .close-icon { font-size: 1.6em; margin-top: 10%;