Organize public directory contents into assets folders
This commit is contained in:
18
public/assets/css/damage_block.css
Normal file
18
public/assets/css/damage_block.css
Normal file
@@ -0,0 +1,18 @@
|
||||
.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;
|
||||
}
|
||||
Reference in New Issue
Block a user