mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-21 23:10:23 +00:00
badge-error => badge-important
This commit is contained in:
parent
5179df1928
commit
eb4f708b91
3 changed files with 6 additions and 6 deletions
Binary file not shown.
|
|
@ -1422,13 +1422,13 @@
|
|||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
Error
|
||||
Important
|
||||
</td>
|
||||
<td>
|
||||
<span class="badge badge-error">6</span>
|
||||
<span class="badge badge-important">6</span>
|
||||
</td>
|
||||
<td>
|
||||
<code><span class="badge badge-error">6</span></code>
|
||||
<code><span class="badge badge-important">6</span></code>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
|
|
|||
6
docs/templates/pages/components.mustache
vendored
6
docs/templates/pages/components.mustache
vendored
|
|
@ -1346,13 +1346,13 @@
|
|||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
{{_i}}Error{{/i}}
|
||||
{{_i}}Important{{/i}}
|
||||
</td>
|
||||
<td>
|
||||
<span class="badge badge-error">6</span>
|
||||
<span class="badge badge-important">6</span>
|
||||
</td>
|
||||
<td>
|
||||
<code><span class="badge badge-error">6</span></code>
|
||||
<code><span class="badge badge-important">6</span></code>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
|
|
|||
Loading…
Reference in a new issue