Skip to content

Commit ed9f407

Browse files
committed
fix: actually add files that are supposed to be there...
1 parent fb24035 commit ed9f407

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

src/base/settings/random.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
.avatar.glyphicon-random {
2+
width: 64px;
3+
text-align: center;
4+
margin: auto;
5+
height: 64px;
6+
padding-top: 24px;
7+
}

src/base/settings/random.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<div class="col-sm-2">
2+
<div class="avatarGroup">
3+
<span class="avatar MYTHIC glyphicon glyphicon-random"></span>
4+
</div>
5+
<br>
6+
<br>
7+
<button class="btn btn-sm btn-primary">Random</button>
8+
</div>

0 commit comments

Comments
 (0)