Skip to content

Commit

Permalink
app.less: Remove unused .game-modal
Browse files Browse the repository at this point in the history
Removed styles for .game-modal that were not needed.

Closes #136
  • Loading branch information
kx-chen authored and gitmate-bot committed Oct 23, 2018
1 parent fb8129f commit c7a667e
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions style/app.less
Original file line number Diff line number Diff line change
Expand Up @@ -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; }
Expand Down

0 comments on commit c7a667e

Please sign in to comment.