0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-10 20:03:03 +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,13 +1,5 @@
@marginSize : 10px;
.noselect(){
-webkit-touch-callout : none;
-webkit-user-select : none;
-khtml-user-select : none;
-moz-user-select : none;
-ms-user-select : none;
user-select : none;
}
.playerCard{
display : inline-block;
box-sizing : border-box;