diff --git a/client/src/pages/ror-openalex/modal-info.jsx b/client/src/pages/ror-openalex/modal-info.jsx
index 6838332..93111cc 100644
--- a/client/src/pages/ror-openalex/modal-info.jsx
+++ b/client/src/pages/ror-openalex/modal-info.jsx
@@ -36,13 +36,15 @@ export default function ModalInfo() {
Step 1 of 3
-
- 🔎 The array below summarizes the most frequent raw affiliation
- strings retrieved in OpenAlex for your query.
-
- 🤖 The second column indicates the ROR automatically computed by
- OpenAlex. Sometimes, they can be inaccurate or missing.
-
+
+
+ 🔎 The array below summarizes the most frequent raw affiliation
+ strings retrieved in OpenAlex for your query.
+
+ 🤖 The second column indicates the ROR automatically computed by
+ OpenAlex. Sometimes, they can be inaccurate or missing.
+
+
>
)
}
@@ -54,10 +56,12 @@ export default function ModalInfo() {
Step 2 of 3
-
- ✏️ Click the third column to edit and input the right RORs for
- this raw affiliation string. Use a ';' to input multiple RORs.
-
+
+
+ ✏️ Click the third column to edit and input the right RORs for
+ this raw affiliation string. Use a ';' to input multiple RORs.
+
+
>
)
}
@@ -69,10 +73,12 @@ export default function ModalInfo() {
Step 3 of 3
-
- 🗣 Once finished, you can use the Export button on the right to
- send this feedback to OpenAlex.
-
+
+
+ 🗣 Once finished, you can use the Export button on the right to
+ send this feedback to OpenAlex.
+
+
>
)
}
diff --git a/client/src/styles/index.scss b/client/src/styles/index.scss
index 3f00ae6..fe7e4a1 100644
--- a/client/src/styles/index.scss
+++ b/client/src/styles/index.scss
@@ -154,3 +154,12 @@ body {
text-align: end;
}
}
+
+
+.box-info {
+ background-color: #eee;
+ border: 1px solid #000;
+ box-shadow: 5px 5px 15px 0px rgba(50, 50, 50, 0.3);
+ margin: 10px 0;
+ padding: 10px;
+}
\ No newline at end of file