summaryrefslogtreecommitdiff
path: root/app/javascript/stylesheets/core.css
blob: 600635f98bd1810d15d4552d3e85a74733527061 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
.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;
}

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

.side-box {
  position: -webkit-sticky;
  position: sticky;
  top: 8px;
}

#look_output {
  @apply min-w-full my-2 overflow-auto border-2 border-gray-800 rounded;
  height: 75px;
}