1
0
mirror of https://github.com/tabler/tabler.git synced 2026-08-11 13:52:21 +04:00

Change one of input icon demos to sun and moon

This commit is contained in:
entoil
2018-04-10 20:57:12 -05:00
parent a449d3f019
commit 776e762026
+2 -2
View File
@@ -175,11 +175,11 @@
<div class="selectgroup selectgroup-pills">
<label class="selectgroup-item">
<input type="radio" name="icon-input" value="1" class="selectgroup-input" checked="">
<span class="selectgroup-button selectgroup-button-icon"><i class="fa fa-male"></i></span>
<span class="selectgroup-button selectgroup-button-icon"><i class="fe fe-sun"></i></span>
</label>
<label class="selectgroup-item">
<input type="radio" name="icon-input" value="2" class="selectgroup-input">
<span class="selectgroup-button selectgroup-button-icon"><i class="fa fa-female"></i></span>
<span class="selectgroup-button selectgroup-button-icon"><i class="fe fe-moon"></i></span>
</label>
</div>
</div>