Skip to content
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

Sticky icon changes #705

Merged
merged 1 commit into from
Jun 6, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions sam-styles/packages/components/alerts/templates/sticky.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
</div>

<div class="sds-alert--sticky warning">
<i class="sds bi-info-circle size-2x"></i>
<i class="sds bi-exclamation-triangle size-2x"></i>
<p><span>Warning:</span>This is a previous version of this exclusion record. Do not use it for decision-making purposes. Select <b>Current Record</b> from the version field to return to the current record.</p>
</div>

<div class="sds-alert--sticky error">
<i class="sds bi-info-circle size-2x"></i>
<i class="sds bi-slash-circle size-2x"></i>
<p><span>Warning:</span>This is a previous version of this exclusion record. Do not use it for decision-making purposes. Select <b>Current Record</b> from the version field to return to the current record.</p>
</div>