This commit is contained in:
John BOTELLA 2019-02-28 16:15:08 +01:00
parent 2658e9d85e
commit 237bc23463

View File

@ -63,8 +63,8 @@
</div> </div>
<div class="bd-example"> <div class="bd-example">
<button type="button" class="btn btn-primary"> <button type="button" class="button">
Profile <span class="badge badge-light" aria-label="9 unread messages" >9</span> Profile <span class="badge badge-primary" aria-label="9 unread messages" >9</span>
<span class="sr-only">unread messages</span> <span class="sr-only">unread messages</span>
</button> </button>
</div> </div>
@ -254,7 +254,7 @@
&lt;a href=&quot;#&quot; class=&quot;badge badge-light&quot;&gt;Light&lt;/a&gt; &lt;a href=&quot;#&quot; class=&quot;badge badge-light&quot;&gt;Light&lt;/a&gt;
&lt;a href=&quot;#&quot; class=&quot;badge badge-dark&quot;&gt;Dark&lt;/a&gt; &lt;a href=&quot;#&quot; class=&quot;badge badge-dark&quot;&gt;Dark&lt;/a&gt;
<?php for ($i = 0; $i <= 9; $i++): ?> <?php for ($i = 0; $i <= 9; $i++): ?>
&lt;a class="badge badge-status-<?php print $i; ?>" &gt;status-<?php print $i; ?>&lt;/a&gt; &lt;a href=&quot;#&quot; class="badge badge-status-<?php print $i; ?>" &gt;status-<?php print $i; ?>&lt;/a&gt;
<?php endfor; ?> <?php endfor; ?>
</code></pre></figure> </code></pre></figure>