-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
176 messaging disclaimer #177
Conversation
@@ -4,3 +4,7 @@ | |||
#send-message { | |||
height: 150px; | |||
} | |||
|
|||
.disclaimer { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
if you didn't want to add a whole custom style for this, you could just use the class of "small" here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks! I'll take another quick look at it tomorrow. I tried using fs-6
but it wasn't small enough.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
additionally (or in place of the class, if the size is small enough) it can be inside of <small></small>
html tags for accessibility since these denote to screen readers that its a disclaimer
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice! I added the small tags, but the text was still larger than desired with that alone. so I'm keeping the class and tag for styling plus accessibility. thanks for the note!
ref: mdn docs
story
when sending messages to the supplier, there should be a disclaimer
expected behavior
demo