-
Notifications
You must be signed in to change notification settings - Fork 87
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
[WNMGDS-830] Update icon for success alert #990
Conversation
- `$alert-padding` - Used to provide padding for the alert element | ||
- `$alert-bar-size` - Used to control the width of the left bar on the alert | ||
- `$alert-icon-size` - Used to control the size of the alert icon | ||
|
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.
Added the existing variables to the documentation that were not there to help with folks who want to style the alerts
$alert-padding: $spacer-2; | ||
$alert-bar-size: $spacer-1; | ||
$alert-icon-size: $spacer-5; | ||
|
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.
moved variables to the top of the document
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.
LGTM!
Summary
Updating the icon used for the success alert to be more consistent with the the icons being used
Added
Changed
How to test
View the alert page and see that the success alert is using the filled check icon and matches the style of the others
You'll need to run the site locally because icons don't show on the demo URLs