Skip to content

Commit

Permalink
add TurnOrder.CUSTOM and TurnOrder.CUSTOM_FROM
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolodavis committed Nov 18, 2018
1 parent 8699350 commit 2d02558
Show file tree
Hide file tree
Showing 11 changed files with 1,086 additions and 26,350 deletions.
912 changes: 912 additions & 0 deletions docs/react/turn-order/turn-order.27c33c88.js

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,9 @@
border-left-color: #ddd;
}
#turnorder {
display: flex;
flex-direction: column;
align-items: center;
padding: 50px;
}
#turnorder pre {
Expand Down Expand Up @@ -305,6 +308,7 @@
}
.turnorder-options div {
cursor: pointer;
font-size: 12px;
padding: 10px;
border-bottom: 3px solid #aaa;
}
Expand Down
Loading

0 comments on commit 2d02558

Please sign in to comment.