Skip to content

Commit d9a86d4

Browse files
committed
change description on demo page
1 parent 5c4a8fe commit d9a86d4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

demo/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ <h2>Checkboxes</h2>
1818
Basic
1919
</legend>
2020
<p>
21-
Supports bootstrap brand colors: <code>.checkbox-primary</code>, <code>.checkbox-info</code> etc.
21+
Supports bootstrap brand colors: <code>.abc-checkbox-primary</code>, <code>.abc-checkbox-info</code> etc.
2222
</p>
2323
<div class="checkbox abc-checkbox">
2424
<input id="checkbox1" class="styled" type="checkbox">
@@ -91,7 +91,7 @@ <h2>Checkboxes</h2>
9191
Circled
9292
</legend>
9393
<p>
94-
<code>.checkbox-circle</code> for roundness.
94+
<code>.abc-checkbox-circle</code> for roundness.
9595
</p>
9696
<div class="checkbox abc-checkbox abc-checkbox-circle">
9797
<input id="checkbox7" class="styled" type="checkbox">
@@ -146,7 +146,7 @@ <h2>Radios</h2>
146146
Basic
147147
</legend>
148148
<p>
149-
Supports bootstrap brand colors: <code>.radio-primary</code>, <code>.radio-danger</code> etc.
149+
Supports bootstrap brand colors: <code>.abc-radio-primary</code>, <code>.abc-radio-danger</code> etc.
150150
</p>
151151
<div class="row">
152152
<div class="col-sm-6">

0 commit comments

Comments
 (0)