0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-20 05:22:47 +00:00

Added in the dm dice

This commit is contained in:
Scott Tolksdorf
2015-11-23 11:36:27 -05:00
parent fc21364a0c
commit 65127885c5
5 changed files with 88 additions and 14 deletions

View File

@@ -1,3 +1,28 @@
.dmDice{
.roll{
cursor: pointer;
.noselect();
input[type="text"]{
margin-left: 10px;
margin-bottom: 6px;
margin-top: 6px;
width : 60px;
font-family: monospace;
padding : 5px;
}
i.fa-random{
font-size: 0.8em;
margin: 0 10px;
}
span{
font-weight: 800;
.fadeInLeft();
}
&:hover{
background-color: fade(@red, 20%);
}
}
}