diff --git a/style/app.less b/style/app.less index 00b82253..bd2797d7 100644 --- a/style/app.less +++ b/style/app.less @@ -290,17 +290,6 @@ i.icon-spin { } - -.game-modal { - .modal-content { - width: 720px; - .game-wrapper { - width: 690px; - height: 534px; - } - } -} - // react-dnd now requires DragSource and DropTarget elements to be simple Components // so I had to insert a wrapper div around ListGroupItem // .list-group > .-drag-source + .-drag-source { border-top: 1px solid #eee; }