Web Dev Solutions

Catalin Mititiuc

aboutsummaryrefslogtreecommitdiff
blob: 4bad577e78193840615c5a4cda5e1e46684846d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
.damage-effect-indicator.bruise {
  background-color: orange;
}

.damage-effect-indicator.lethal {
  background-color: red;
}

.damage-effect-indicator {
  width: 20px;
  height: 30px;
  margin: 0 auto;
  padding: 0;
  border: 1px solid black;
  display: block;
  user-select: none;
  font-family: monospace;
}

span {
  margin: 0;
  font-size: smaller;
}