diff --git a/src/Components/Modals/UploadModal.js b/src/Components/Modals/UploadModal.js index 8d9e547..77e085b 100644 --- a/src/Components/Modals/UploadModal.js +++ b/src/Components/Modals/UploadModal.js @@ -203,7 +203,7 @@ const UploadModal = (props) => { Select a .pdf file for upload, then 1. enter title 2. choose document type. (the other fields are optional.)
-+
+ Incorrect selection will result in errors but 1 document credit will + still be debited from your account +
The document will be associated with{" "} diff --git a/src/styles/modals.scss b/src/styles/modals.scss index d12a4fe..bf82979 100644 --- a/src/styles/modals.scss +++ b/src/styles/modals.scss @@ -22,6 +22,9 @@ font-weight: 400; line-height: 1.1rem; margin: 0px 0px 10px 0px; + &.red { + color: red; + } } .upload-header-bold {