summaryrefslogtreecommitdiff
path: root/app/javascript/stylesheets/core.css
blob: 2805db9e8b17ab35292d76bf53380a3a203a118d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
.flash-message {
  @apply block rounded my-2 p-2;
}

.table-header-padded {
  @apply px-2 py-1;
}

.table-cell-padded {
  @apply border px-2 py-1;
}

.game-container-box {
  @apply p-2 border-2 border-gray-800 rounded;
}

.game-container-column {
  max-height: calc(100vh - 8rem);
}

.header-title {
  font-family: "Montaga", "Open Sans", sans-serif;
}