You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/views/notifications/alerts.html
+10-10Lines changed: 10 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -300,7 +300,7 @@
300
300
<pclass="text-medium-emphasis small">Bootstrap alert is prepared for any length of text, as well as an optional close button. For a styling, use one of the <strong>required</strong> contextual classes (e.g.,<code>.alert-success</code>).</p>
<divclass="tab-pane p-3 active preview" role="tabpanel" id="preview-890">
345
+
<divclass="tab-pane p-3 active preview" role="tabpanel" id="preview-695">
346
346
<divclass="alert alert-primary" role="alert">This is a primary alert with <aclass="alert-link" href="#">an example link</a>. Give it a click if you like.</div>
347
347
<divclass="alert alert-secondary" role="alert">This is a secondary alert with <aclass="alert-link" href="#">an example link</a>. Give it a click if you like.</div>
348
348
<divclass="alert alert-success" role="alert">This is a success alert with <aclass="alert-link" href="#">an example link</a>. Give it a click if you like.</div>
@@ -368,7 +368,7 @@
368
368
<pclass="text-medium-emphasis small">Alert can also incorporate supplementary HTML elements like heading, paragraph, and divider.</p>
<divclass="tab-pane p-3 active preview" role="tabpanel" id="preview-486">
381
+
<divclass="tab-pane p-3 active preview" role="tabpanel" id="preview-154">
382
382
<divclass="alert alert-success" role="alert">
383
383
<h4class="alert-heading">Well done!</h4>
384
384
<p>Aww yeah, you successfully read this important alert message. This example text is going to run a bit longer so that you can see how spacing within an alert works with this kind of content.</p>
Copy file name to clipboardExpand all lines: src/views/notifications/badge.html
+10-10Lines changed: 10 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -300,7 +300,7 @@
300
300
<pclass="text-medium-emphasis small">Bootstrap badge scale to suit the size of the parent element by using relative font sizing and <code>em</code> units.</p>
<pclass="text-medium-emphasis small">Add any of the below-mentioned classes to modify the presentation of a badge. Please note that when using Bootstrap’s default <code>.bg-light</code>, you’ll likely need a text color utility like <code>.text-dark</code> for proper styling. This is because background utilities do not set anything but <code>background-color</code>.</p>
0 commit comments