summaryrefslogtreecommitdiff
path: root/WebInterface/NodeJSServer/src/style/partials/_game.scss
blob: 74b566b7781b73e3d4adf78cfc7d819aa27810f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
@import './colors';

.game-window {
  width: calc(100% - 2rem);
  height: 100%;
  display: flex;
  flex-direction: column;
  background-color: $secondary-light;
  margin: 1rem;
  margin-bottom: 2rem;
  border-style: none;
  border-radius: 8px;
}