mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-25 14:40:31 -05:00
migrated to ASP.Net Core
This commit is contained in:
15
Webfront/bower_components/bootstrap/docs/4.0/utilities/close-icon.md
vendored
Normal file
15
Webfront/bower_components/bootstrap/docs/4.0/utilities/close-icon.md
vendored
Normal file
@ -0,0 +1,15 @@
|
||||
---
|
||||
layout: docs
|
||||
title: Close icon
|
||||
description: Use a generic close icon for dismissing content like modals and alerts.
|
||||
group: utilities
|
||||
toc: true
|
||||
---
|
||||
|
||||
**Be sure to include text for screen readers**, as we've done with `aria-label`.
|
||||
|
||||
{% example html %}
|
||||
<button type="button" class="close" aria-label="Close">
|
||||
<span aria-hidden="true">×</span>
|
||||
</button>
|
||||
{% endexample %}
|
Reference in New Issue
Block a user