Skip to content

Commit 48623b4

Browse files
authored
Merge pull request #177 from scientist-softserv/176-messaging-disclaimer
176 messaging disclaimer
2 parents 6f6bb3a + 12f803f commit 48623b4

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

src/compounds/ActionsGroup/actions/SendMessage.jsx

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,20 @@ const SendMessage = ({ backgroundColor, onSubmit, handleClose }) => {
7878
</ListGroup>
7979
</Modal.Body>
8080
<Modal.Footer>
81+
<p className='fw-light fst-italic disclaimer'>
82+
{/* The "small" tag will make the font size 0.875em of the parent element. It's also accessibility friendly */}
83+
<small>
84+
Please note that Supplier pricing and other information marked confidential by Supplier must be treated as such.
85+
</small>
86+
</p>
87+
88+
<p className='fw-light fst-italic disclaimer'>
89+
<small>
90+
Do not include any Sensitive Personal Data (e.g. data consisting of racial or ethnic origin, political opinions, religious or
91+
philosophical beliefs, or trade union membership, genetic data, biometric data, data concerning health or data concerning a
92+
natural person's sex life or sexual orientation) or potentially regulated information in messages or attachments.
93+
</small>
94+
</p>
8195
<Button variant='primary' onClick={handleSubmit} type='submit'>
8296
Send
8397
</Button>

src/compounds/ActionsGroup/actions/styles.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,8 @@
44
#send-message {
55
height: 150px;
66
}
7+
8+
.disclaimer {
9+
font-size: 14px;
10+
line-height: 16px;
11+
}

0 commit comments

Comments
 (0)