summaryrefslogtreecommitdiff
path: root/resources/css/town.css
blob: 75a95d06404fbf7d2f983ecc08052328a0c88d5b (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
27
#scene__town {}




.healing-center {
  padding: 1rem;
}




.shop {
  padding: 1rem;
}

.shop__items {
  display: grid;
  grid-gap: 1rem;
}

.shop__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}