diff options
author | codecalm <codecalm@gmail.com> | 2020-03-05 22:28:26 +0100 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-03-05 22:28:26 +0100 |
commit | 1022da7fccb0cc5c666c61d521b6e530c649c0f0 (patch) | |
tree | 2a45fb5d6496a597c4de01abf2219c61d791e984 /index.html | |
parent | bike, location, gauge, man, woman (diff) | |
download | tabler-icons-1022da7fccb0cc5c666c61d521b6e530c649c0f0.tar.xz |
messages
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -68,6 +68,8 @@ <div class="mb"> <div class="avatar">{{ first-icon }}</div> <div class="avatar avatar-sm">{{ first-icon }}</div> + + <a href="#">{{ first-icon }} Link</a> </div> <div class="tabs mb"> @@ -76,9 +78,6 @@ <a class="tab">Tab 3</a> </div> - <div class="mb"> - <a href="#">{{ first-icon }} Link</a> - </div> <div class="mt-auto"> <input class="input-range js-input-range" type="range" min="1.25" max="2.75" step=".25" value="2"> |